@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("aos.css");
@import url("fancybox.css");

:root {
    --rf-primary: #2987c1;
    --rf-primary-light: #3a9ad4;
    --rf-primary-dark: #1e6b9a;
    --rf-bg-deep: #0d1e2e;
    --rf-bg-mid: #112233;
    --rf-bg-card: #152840;
    --rf-border: rgba(255, 255, 255, 0.07);
    --rf-text: rgba(255, 255, 255, 0.88);
    --rf-text-muted: #0d1b2a;
    --rf-font: 'Plus Jakarta Sans', sans-serif;
    --rf-radius: 12px;
    --rf-radius-sm: 8px;
}

.header7 .the_logo1,
textarea {
    vertical-align: middle;
}

body,
html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

body {
    background-color: rgb(255, 255, 255);
}

html,
img {
    max-width: 100%;
}

label,
p {
    margin: 0px;
    font-weight: 400;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

.footer-nav,
li {
    list-style: none;
}

.footer-nav li,
dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

img {
    max-width: 100%;
}

.header16.header_top,
.header16.header_menu {
    background-color: rgb(255, 255, 255);
}

.header16.header_top {
    padding: 5px 0px;
}

.header16.header_menu {
    border-top: 1px solid rgba(193, 193, 193, 0.2);
}

.header16 .ct_overlay ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header16 .ct_overlay li a i {
    color: rgb(7, 134, 255);
    font-size: 120%;
}

.header16 .ct_overlay li a {
    font-size: 12px;
    color: rgb(100, 116, 139);
    height: 28px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header16 .top_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header16 .top_right>span {
    margin-right: 24px;
    font-size: 13px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.header16 .top_right ul {
    display: flex;
    gap: 12px;
}

.header16 .top_right ul li a i {
    font-size: 120%;
}

.header16 .top_right ul li a:hover span {
    text-decoration: underline;
}

.header16.header_menu {
    padding: 15px 0px;
    position: relative;
    z-index: 4;
}

.header16 .the_logo1 {
    display: inline-flex;
    vertical-align: middle;
}

.header16 .the_logo1 img {
    max-width: 193px;
    max-height: 96px;
}

.header16 .hm_inner {
    display: flex;
}

.header16.header_menu .row>div {
    display: flex;
    align-items: center;
}

.header16.header_menu .row>div>div:last-child {
    flex: 1 1 0%;
    display: flex;
    justify-content: flex-end;
}

.header16 .hm_inner ul {
    gap: 15px;
}

@media (min-width: 1201px) {
    .header16 .src_overlay.active input {
        padding-left: 45px;
    }

    .header16 .src_button.active {
        position: relative;
        z-index: 2;
    }

    .header16 .src_button.active i:last-child {
        display: block;
    }

    .header16 .src_button.active i:first-child {
        display: none;
    }

    .header16 .hm_inner>ul>li ul li {
        position: relative;
    }

    .header16 .hm_inner>ul>li ul li ul {
        position: absolute;
        left: 100%;
        top: 0px;
    }

    .header16 .hm_inner>ul {
        display: flex !important;
        align-items: center;
    }

    .header16 .hm_inner>ul>li ul li:hover>a {
        background-color: rgb(41, 135, 193);
        color: rgb(255, 255, 255);
    }

    .header16 .hm_inner>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header16 .hm_inner>ul>li:hover>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header16 .hm_inner>ul>li.hm-has-submenu>a.has-submenu::after {
        content: "\f107";
        font-family: "Font Awesome 6 Pro", FontAwesome;
        font-weight: 300;
        font-size: 12px;
        margin-left: 2px;
        line-height: 1;
    }

    .header16 .hm_inner>ul>li {
        position: relative;
    }

    .header16 .hm_inner>ul>li.visible-small {
        display: none;
    }

    .header16 .hm_inner>ul>li a {
        transition: 0.3s;
    }

    .header16 .hm_inner>ul>li:hover>a,
    .header16 .hm_inner>ul>li.active>a {
        background-color: rgba(198, 227, 255, 0.2);
        color: rgb(41, 135, 193);
    }

    .header16 .hm_inner>ul>li ul {
        display: block !important;
    }

    .header16 .src_button.active {
        margin-right: -30px;
    }
}

.header16 .hm_inner>ul>li>a {
    color: rgba(51, 51, 51, 0.76);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding: 0px 10px;
    gap: 8px;
}

.header16 .has-submenu+i {
    display: none;
}

.header16 .hm_inner>ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px 0px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: rgb(255, 255, 255);
    border-radius: 8px;
}

.header16 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: 500;
    color: rgb(0, 0, 0);
    padding: 10px 30px 10px 15px;
    font-size: 13px;
    border-radius: 8px;
}

.header16 .hm_inner>ul>li ul li a {
    white-space: nowrap;
}

.header16 .hm_inner>ul>li.hm-has-submenu>ul {
    min-width: 210px;
    z-index: 20;
}

.header16 .hm_inner>ul>li.hm-has-submenu>ul li a {
    gap: 8px;
}

.header16 .src_button {
    margin-left: 35px;
    padding-left: 15px;
    color: rgb(150, 150, 150);
    display: none;
}

.header16 .src_button i {
    height: 24px;
}

.header16 .src_button i:last-child {
    display: none;
}

.header16 .menu_trigger {
    display: none;
}

.header16 .header-mobile-cart {
    display: none;
}

.header16 .hm-mobile-only {
    display: none;
}

.header16 .src_overlay {
    width: 300px;
    margin-left: 40px;
    position: relative;
}

.header16 .src_overlay.active {
    width: 260px;
}

.header16 .src_overlay input {
    transition: 0.3s;
    width: 100%;
    height: 40px;
    padding-left: 40px;
    font-size: 13px;
    background: rgb(241, 245, 249);
    border-radius: 10px;
    font-weight: 500;
}

.header16 .src_overlay input:focus {
    border-color: rgb(41, 135, 193);
}

.header16 .src_overlay button {
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: 0.4;
}

.header16 .src_overlay button img {
    width: 18px;
}

.header16 .src_overlay button img:last-child {
    display: none;
}

.header16 a.get_service,
.header16 .get_service {
    background: var(--rf-primary);
    margin-left: 12px;
    color: rgb(255, 255, 255);
    padding: 0px 24px;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 40px;
    gap: 10px;
    transition: 0.3s;
    position: relative;
}

.header16 .rf-cart-badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgb(225, 29, 72);
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px;
}

.header16 a.get_service:hover,
.header16 .get_service:hover {
    transform: translateY(-5px);
}

.header16 .src_overlay button i:last-child {
    display: none;
}

.reform-category {
    padding: 60px 0px 80px;
}

.reform-category .rc-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgb(41, 135, 193);
    margin-bottom: 8px;
}

.reform-category .rc-section-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: rgb(41, 135, 193);
    border-radius: 2px;
}

.reform-category .rc-heading {
    font-size: 32px;
    font-weight: 700;
    color: rgb(13, 27, 42);
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.reform-category .rc-heading span {
    color: rgb(41, 135, 193);
}

.reform-category .rc-sidebar {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(234, 234, 234);
    position: sticky;
    top: 150px;
}

.reform-category .rc-sidebar-header {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    background: rgb(255, 255, 255);
}

.rc-sidebar-header a {
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    padding: 0px 15px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 24px;
    background: rgba(41, 135, 193, 0.15);
    border: 1px solid rgba(41, 135, 193, 0.3);
    color: var(--rf-primary-light);
}

.reform-category .rc-sidebar-header a i {
    font-size: 16px;
}

.reform-category .rc-sidebar-header i {
    color: rgb(26, 115, 232);
    font-size: 18px;
}

.reform-category .rc-sidebar-header span {
    color: rgb(13, 27, 42);
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
}

.reform-category .rc-nav {
    list-style: none;
    padding: 10px 0px;
    margin: 0px;
}

.reform-category .rc-nav>li>a,
.reform-category .rc-nav>li>button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 22px;
    color: rgb(45, 55, 72);
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
    border-width: medium medium medium 3px;
    border-style: none none none solid;
    border-color: currentcolor currentcolor currentcolor transparent;
    border-image: initial;
    background: none;
    width: 100%;
    text-align: left;
    transition: 0.18s;
    gap: 8px;
}

.reform-category .rc-nav>li>a .rc-nav-icon,
.reform-category .rc-nav>li>button .rc-nav-icon {
    width: 30px;
    height: 30px;
    background: rgb(240, 244, 255);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgb(41, 135, 193);
    flex-shrink: 0;
    transition: 0.18s;
}

.reform-category .rc-nav>li>a .rc-nav-text,
.reform-category .rc-nav>li>button .rc-nav-text {
    flex: 1 1 0%;
}

.reform-category .rc-nav>li>a .rc-chevron,
.reform-category .rc-nav>li>button .rc-chevron {
    font-size: 11px;
    color: rgb(160, 174, 192);
    transition: transform 0.2s;
}

.reform-category .rc-nav>li>a:hover,
.reform-category .rc-nav>li>button:hover {
    background: rgb(247, 249, 255);
    color: rgb(41, 135, 193);
    border-left-color: rgb(41, 135, 193);
}

.reform-category .rc-nav>li>a:hover .rc-nav-icon,
.reform-category .rc-nav>li>button:hover .rc-nav-icon {
    background: rgb(41, 135, 193);
    color: rgb(255, 255, 255);
}

.reform-category .rc-nav>li>button[aria-expanded="true"] {
    background: rgb(240, 244, 255);
    color: rgb(41, 135, 193);
    border-left-color: rgb(41, 135, 193);
}

.reform-category .rc-nav>li>button[aria-expanded="true"] .rc-nav-icon {
    background: rgb(41, 135, 193);
    color: rgb(255, 255, 255);
}

.reform-category .rc-nav>li>button[aria-expanded="true"] .rc-chevron {
    transform: rotate(90deg);
}

.reform-category .rc-dropdown {
    list-style: none;
    padding: 4px 0px 8px;
    background: rgb(250, 251, 255);
    border-left: 3px solid rgb(232, 238, 255);
}

.reform-category .rc-dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px 8px 18px;
    color: rgb(74, 85, 104);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: 0.15s;
}

.reform-category .rc-dropdown li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgb(203, 213, 224);
    flex-shrink: 0;
    transition: background 0.15s;
}

.reform-category .rc-dropdown li a:hover {
    color: rgb(41, 135, 193);
    padding-left: 22px;
}

.reform-category .rc-dropdown li a:hover::before {
    background: rgb(41, 135, 193);
}

.reform-category .rc-nav li+li {
    border-top: 1px solid rgb(240, 240, 245);
}

.reform-category .rc-nav .rc-divider {
    border-width: 2px medium medium;
    border-style: dashed none none;
    border-color: rgb(237, 240, 247) currentcolor currentcolor;
    border-image: initial;
    margin: 6px 16px;
}

.reform-category .rc-grid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 30px;
}

.reform-category .rc-grid-title {
    font-size: 24px;
    font-weight: 600;
    color: rgb(13, 27, 42);
}

.reform-category .rc-grid-count {
    font-size: 12px;
    color: rgb(113, 128, 150);
    background: rgb(232, 237, 245);
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
    white-space: nowrap;
}

.reform-category .rc-filter-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.reform-category .rc-filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13px;
    font-weight: 500;
    color: rgb(13, 27, 42);
    background-color: rgb(255, 255, 255);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid rgb(222, 227, 235);
    border-radius: 8px;
    padding: 8px 32px 8px 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reform-category .rc-filter-select:hover {
    border-color: rgb(41, 135, 193);
}

.reform-category .rc-filter-select:focus {
    outline: none;
    border-color: rgb(41, 135, 193);
    box-shadow: 0 0 0 3px rgba(41, 135, 193, 0.15);
}

.reform-category .rc-filter-stok {
    display: inline-flex;
    align-items: center;
    background: rgb(232, 237, 245);
    border-radius: 8px;
    padding: 3px;
    gap: 2px;
}

.reform-category .rc-filter-toggle {
    gap: 10px;
    margin: 0;
    padding: 7px 14px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}

.reform-category .rc-filter-toggle > span:first-child {
    font-size: 13px;
    font-weight: 500;
    color: rgb(90, 103, 120);
    white-space: nowrap;
    transition: color 0.2s ease;
}

.reform-category .rc-filter-toggle input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.reform-category .rc-filter-check {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(200, 208, 219);
    border-radius: 5px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.reform-category .rc-filter-check::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid rgb(255, 255, 255);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.15s ease;
}

.reform-category .rc-filter-toggle input:checked ~ .rc-filter-check {
    background: rgb(41, 135, 193);
    border-color: rgb(41, 135, 193);
}

.reform-category .rc-filter-toggle input:checked ~ .rc-filter-check::after {
    transform: rotate(45deg) scale(1);
}

.reform-category .rc-filter-toggle:has(input:checked) {
    background: rgb(216, 231, 243);
}

.reform-category .rc-filter-toggle:has(input:checked) > span:first-child {
    color: rgb(41, 135, 193);
}

.reform-category .rc-grid-count-bar {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.reform-category .rc-prod-col.rc-hidden {
    display: none !important;
}

.reform-category .rc-card {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid rgb(234, 234, 234);
    height: 100%;
}

.reform-category .rc-card-hit {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
}

.reform-category .rc-card-name-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 4px;
    width: 100%;
}

.reform-category .rc-card-name-row .rc-card-name {
    margin-bottom: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.reform-category .rc-card-name-row .rc-grup-info {
    margin-left: auto;
    align-self: flex-start;
}

.reform-category .rc-grup-info {
    position: relative;
    z-index: 4;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 1px;
    color: rgb(41, 135, 193);
    text-decoration: none;
    background: none;
    border: none;
    box-shadow: none;
    line-height: 1;
    transition: color 0.15s;
}

.reform-category .rc-grup-info:hover {
    color: rgb(26, 115, 232);
    background: none;
    border: none;
    box-shadow: none;
}

.reform-category .rc-grup-info i {
    font-size: 15px;
    line-height: 1;
}

.rc-grup-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.rc-grup-modal.is-open {
    display: flex;
}

.rc-grup-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.rc-grup-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    max-height: calc(100vh - 40px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rc-grup-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid #e8ecf1;
}

.rc-grup-modal-title {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #0d1b2a;
}

.rc-grup-modal-close {
    border: 0;
    background: transparent;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: #64748b;
    cursor: pointer;
}

.rc-grup-modal-close:hover {
    background: #f1f5f9;
    color: #0d1b2a;
}

.rc-grup-modal-body {
    padding: 20px;
    overflow: auto;
}

.rc-grup-modal-loading,
.rc-grup-modal-empty {
    padding: 28px 20px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.rc-grup-table {
    font-size: 13px;
    margin: 0;
}

.rc-grup-table th,
.rc-grup-table td {
    padding: 12px 14px;
}

.rc-grup-table th {
    background: #f8fafc;
    font-weight: 600;
    white-space: nowrap;
}

.rc-grup-table td {
    vertical-align: middle;
}

.rc-grup-table .rc-grup-thumb {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 6px;
    background: #f8fafc;
    border: 1px solid #eef1f5;
}

.rc-grup-table .rc-grup-name {
    font-weight: 600;
    color: #0d1b2a;
}

.rc-grup-table .rc-grup-name a {
    color: inherit;
    text-decoration: none;
}

.rc-grup-table .rc-grup-name a:hover {
    color: #2987c1;
}

body.rc-grup-modal-open {
    overflow: hidden;
}

.reform-category .row.g-4 > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767.98px) {
    .reform-category .rc-col-sidebar {
        order: 2;
    }
}

.reform-category .rc-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 16px 40px;
}

.reform-category .rc-card-img {
    width: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s;
    height: auto;
}

.reform-category .rc-card:hover .rc-card-img {
    transform: scale(1.06);
}

.reform-category .rc-card-img-wrap {
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.reform-category .rc-card:hover .rc-card-img-wrap::after {
    opacity: 0.8;
}

.reform-category .rc-card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    background: rgb(41, 135, 193);
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 6px;
}

.reform-category .rc-card-badge--indirim {
    background: #2987c1;
    text-transform: none;
    letter-spacing: 0.3px;
    font-weight: 700;
    border-radius: 20px;
    padding: 5px 10px;
}

.reform-category .rc-card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 14px 16px 16px;
    padding-right: 16px;
    min-height: 0;
    position: relative;
}

.reform-category .rc-card-body:has(> .rc-grup-info) {
    padding-right: 48px;
}

.reform-category .rc-card-body > .rc-grup-info {
    position: absolute;
    bottom: 14px;
    right: 14px;
    margin: 0;
    width: 28px;
    height: 28px;
    background: rgb(240, 244, 255);
    border-radius: 8px;
    opacity: 1;
    transform: none;
}

.reform-category .rc-card-body > .rc-grup-info i {
    font-size: 13px;
}

.reform-category .rc-card-body > .rc-grup-info:hover {
    color: rgb(26, 115, 232);
    background: rgb(225, 235, 250);
}

.reform-category .rc-card-meta {
    margin-top: auto;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 13px;
    line-height: 1.35;
    color: rgb(113, 128, 150);
}

.reform-category .rc-card-meta-line {
    display: block;
}

.reform-category .rc-card-meta-fiyat {
    font-weight: 600;
    color: rgb(13, 27, 42);
}

.reform-category .rc-card--mavi {
    border: 2px solid rgb(41, 135, 193);
}

.reform-category .rc-card-name {
    font-size: 14px;
    font-weight: 600;
    color: rgb(13, 27, 42);
    margin-bottom: 4px;
    transition: color 0.15s;
}

.reform-category .rc-card:hover .rc-card-name {
    color: rgb(41, 135, 193);
}

.reform-category .rc-card-sub {
    font-size: 11px;
    color: rgb(113, 128, 150);
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
    line-height: 1.2;
}

.reform-category .rc-card-sub i {
    font-size: 11px;
    color: rgb(160, 174, 192);
}

.reform-category .rc-card-arrow {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    background: rgb(240, 244, 255);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgb(41, 135, 193);
    transition: 0.2s;
    opacity: 0;
    transform: translateX(-4px);
}

.reform-category .rc-card:hover .rc-card-arrow {
    opacity: 1;
    transform: translateX(0px);
}

.reform-category .rc-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    border: 2px solid rgb(26, 115, 232);
    color: rgb(26, 115, 232);
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
    background: transparent;
    cursor: pointer;
}

.reform-category .rc-view-all:hover {
    background: rgb(26, 115, 232);
    color: rgb(255, 255, 255);
}

.reform-category .rc-view-all i {
    transition: transform 0.2s;
}

.reform-category .rc-view-all:hover i {
    transform: translateX(4px);
}

.reform-category .rc-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px;
    background: linear-gradient(135deg, rgb(13, 27, 42) 0%, rgb(26, 58, 92) 100%);
    border-radius: 14px;
    gap: 16px;
}

.reform-category .rc-bottom-bar-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 400;
}

.reform-category .rc-bottom-bar-text strong {
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.reform-category .rc-bottom-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: rgb(41, 135, 193);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
}

.reform-category .rc-bottom-cta:hover {
    color: rgb(255, 255, 255);
    transform: translateY(-2px);
}

.reform-footer {
    background: rgba(177, 223, 255, 0.16);
    font-family: var(--rf-font);
    position: relative;
    overflow: hidden;
}

.reform-footer::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(41, 135, 193, 0.09) 0%, transparent 70%);
    pointer-events: none;
}

.reform-footer::after {
    content: "";
    position: absolute;
    bottom: 60px;
    right: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(41, 135, 193, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.reform-footer .container {
    position: relative;
    z-index: 1;
}

.reform-footer .rf-cta {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 36px 0px;
}

.reform-footer .rf-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.reform-footer .rf-cta-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reform-footer .rf-cta-icon {
    width: 48px;
    height: 48px;
    background: rgba(41, 135, 193, 0.15);
    border: 1px solid rgba(41, 135, 193, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--rf-primary-light);
    flex-shrink: 0;
}

.reform-footer .rf-cta-txt h3 {
    font-size: 15px;
    font-weight: 700;
    color: rgb(13, 27, 42);
    margin: 0px 0px 3px;
}

.reform-footer .rf-cta-txt p {
    font-size: 14.5px;
    color: rgb(13, 27, 42);
    margin: 0px;
}

.reform-footer .rf-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: var(--rf-primary);
    color: rgb(255, 255, 255);
    border-radius: var(--rf-radius-sm);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--rf-font);
    white-space: nowrap;
    transition: background 0.18s, transform 0.18s;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.reform-footer .rf-cta-btn:hover {
    background: var(--rf-primary-light);
    color: rgb(255, 255, 255);
    transform: translateY(-2px);
}

.reform-footer .rf-cta-btn i {
    font-size: 11px;
    transition: transform 0.18s;
}

.reform-footer .rf-cta-btn:hover i {
    transform: translateX(3px);
}

.reform-footer .rf-cta-divider {
    width: 1px;
    height: 48px;
    background: rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.reform-footer .rf-main {
    padding: 52px 0px 40px;
    border-bottom: 1px solid var(--rf-border);
}

.reform-footer .rf-brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 16px;
}

.reform-footer .rf-brand-logo-mark {
    width: 36px;
    height: 36px;
    background: var(--rf-primary);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    flex-shrink: 0;
}

.reform-footer .rf-brand-logo-text {
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: -0.3px;
}

.reform-footer .rf-brand-logo-text span {
    color: var(--rf-primary-light);
}

.reform-footer .rf-brand-desc {
    font-size: 14px;
    color: var(--rf-text-muted);
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 240px;
}

.reform-footer .rf-contact-list {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.reform-footer .rf-contact-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--rf-text-muted);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.15s;
}

.reform-footer .rf-contact-list li a:hover {
    color: var(--rf-primary-light);
}

.reform-footer .rf-contact-list li a i {
    width: 28px;
    height: 28px;
    background: var(--rf-primary);
    border: 1px solid var(--rf-border);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgb(255, 255, 255);
    flex-shrink: 0;
}

.reform-footer .rf-socials {
    display: flex;
    gap: 8px;
}

.reform-footer .rf-social-btn {
    width: 34px;
    height: 34px;
    background: var(--rf-primary);
    border: 1px solid var(--rf-border);
    border-radius: var(--rf-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-decoration: none;
    transition: 0.18s;
}

.reform-footer .rf-social-btn:hover {
    background: var(--rf-primary);
    border-color: var(--rf-primary);
    color: rgb(255, 255, 255);
    transform: translateY(-3px);
}

.reform-footer .rf-col-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--rf-bg-card);
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.reform-footer .rf-link-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.reform-footer .rf-link-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--rf-text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s, gap 0.15s;
}

.reform-footer .rf-link-list li a i {
    font-size: 9px;
    color: var(--rf-primary);
    opacity: 0.6;
    transition: opacity 0.15s, transform 0.15s;
}

.reform-footer .rf-link-list li a:hover {
    text-decoration: rgb(255, 255, 255);
    gap: 11px;
}

.reform-footer .rf-link-list li a:hover i {
    opacity: 1;
    transform: translateX(2px);
}

.reform-footer .rf-newsletter-box {
    background: var(--rf-bg-card);
    border: 1px solid var(--rf-border);
    border-radius: var(--rf-radius);
    padding: 20px;
}

.reform-footer .rf-newsletter-box p {
    font-size: 12.5px;
    color: rgb(255, 255, 255);
    margin-bottom: 14px;
    line-height: 1.6;
}

.reform-footer .rf-newsletter-form {
    display: flex;
    gap: 8px;
}

.reform-footer .rf-newsletter-input {
    flex: 1 1 0%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--rf-border);
    border-radius: var(--rf-radius-sm);
    padding: 9px 14px;
    font-size: 12.5px;
    color: rgb(255, 255, 255);
    font-family: var(--rf-font);
    outline: none;
    transition: border-color 0.15s;
}

.reform-footer .rf-newsletter-input::placeholder {
    color: rgb(255, 255, 255);
}

.reform-footer .rf-newsletter-input:focus {
    border-color: rgba(41, 135, 193, 0.5);
}

.reform-footer .rf-newsletter-submit {
    width: 38px;
    height: 38px;
    background: var(--rf-primary);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: var(--rf-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s, transform 0.15s;
}

.reform-footer .rf-newsletter-submit:hover {
    background: var(--rf-primary-light);
    transform: scale(1.05);
}

.reform-footer .rf-newsletter-note {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.25);
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.reform-footer .rf-newsletter-note i {
    font-size: 10px;
    color: var(--rf-primary);
}

.reform-footer .rf-catalog-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(120deg, rgba(41, 135, 193, 0.18) 0%, rgba(41, 135, 193, 0.06) 100%);
    border: 1px solid rgba(41, 135, 193, 0.25);
    border-radius: var(--rf-radius);
    padding: 14px 16px;
    margin-bottom: 16px;
    text-decoration: none;
    transition: border-color 0.18s, background 0.18s;
}

.reform-footer .rf-catalog-badge:hover {
    border-color: rgba(41, 135, 193, 0.5);
    background: linear-gradient(120deg, rgba(41, 135, 193, 0.25) 0%, rgba(41, 135, 193, 0.1) 100%);
}

.reform-footer .rf-catalog-icon {
    width: 38px;
    height: 38px;
    background: var(--rf-primary);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    flex-shrink: 0;
}

.reform-footer .rf-catalog-txt strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: rgb(21, 40, 64);
    margin-bottom: 2px;
}

.reform-footer .rf-catalog-txt span {
    font-size: 11.5px;
    color: var(--rf-text-muted);
    line-height: 1.4;
    display: block;
}

.reform-footer .rf-catalog-badge .rf-catalog-arr {
    margin-left: auto;
    font-size: 12px;
    color: var(--rf-primary-light);
    transition: transform 0.18s;
}

.reform-footer .rf-catalog-badge:hover .rf-catalog-arr {
    transform: translateX(3px);
}

.reform-footer .rf-bottom {
    padding: 20px 0px;
}

.reform-footer .rf-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.reform-footer .rf-copyright {
    font-size: 12px;
    color: var(--rf-text-muted);
}

.reform-footer .rf-copyright a {
    color: var(--rf-primary-light);
    text-decoration: none;
}

.reform-footer .rf-copyright a:hover {
    color: rgb(41, 135, 193);
}

.reform-footer .rf-bottom-links {
    display: flex;
    align-items: center;
    gap: 0px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.reform-footer .rf-bottom-links li+li::before {
    content: "·";
    color: var(--rf-border);
    padding: 0px 10px;
}

.reform-footer .rf-bottom-links li a {
    font-size: 12px;
    color: var(--rf-text-muted);
    text-decoration: none;
    transition: color 0.14s;
}

.reform-footer .rf-bottom-links li a:hover {
    text-decoration: underline;
}

.reform-footer .rf-made-with {
    font-size: 11.5px;
    color: rgb(21, 40, 64);
    display: flex;
    align-items: center;
    gap: 5px;
}

.reform-footer .rf-made-with i {
    color: rgb(224, 90, 90);
    font-size: 10px;
}

.index_swiper img {
    border-radius: 10px;
    width: 100%;
}

.reform-features {
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(232, 237, 244);
    border-bottom: 1px solid rgb(232, 237, 244);
    margin-top: 60px;
}

.reform-features__container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reform-features__item {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 16px;
}

.reform-features__divider {
    width: 1px;
    height: 20px;
    background: rgb(221, 227, 239);
    flex-shrink: 0;
}

.reform-features__icon {
    font-size: 22px;
    color: var(--rf-primary);
    flex-shrink: 0;
}

.reform-features__label {
    font-size: 13px;
    font-weight: 500;
    color: rgb(58, 68, 96);
    white-space: nowrap;
}

.paginate_item {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    overflow: hidden;
}

.paginate_item img {
    width: 120px;
    height: 60px;
    object-fit: cover;
    border: 2px solid rgb(221, 221, 221);
}

.mainSwiper {
    overflow: hidden;
}

.mainCategorySwiper .sp_prev,
.mainCategorySwiper .sp_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: rgb(21, 40, 64);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 24px;
    border-radius: 8px;
}

.mainCategorySwiper .sp_next {
    right: 15px;
}

.mainCategorySwiper .sp_prev {
    left: 15px;
}

.mainCategorySwiper {
    padding: 15px 0px;
    margin: -15px 0px;
}

#index_banners {
    margin-top: 30px;
    row-gap: 30px;
}

#index_banners img {
    border-radius: 10px;
}

#index_banners a {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    color: rgb(13, 27, 42);
}

#index_banners a span {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    line-height: normal;
}

#index_banners a strong {
    font-weight: 700;
    font-size: 20px;
}

#swp_paginate,
#catPag {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#swp_paginate .swiper-pagination-bullet,
#catPag .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(221, 221, 221);
    opacity: 1;
    cursor: pointer;
    transition: 0.3s;
}

#swp_paginate .swiper-pagination-bullet-active,
#catPag .swiper-pagination-bullet-active {
    background: rgb(41, 135, 193);
    opacity: 1;
    width: 30px;
    border-radius: 4px;
}

.mainSwiper {
    position: relative;
}

.mainSwiper .swiper-slide img:last-child {
    display: none;
}

.mainSwiper>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.mainSwiper>button.ms_prev {
    left: 15px;
}

.mainSwiper>button.ms_next {
    right: 15px;
}

.reform-detail {
    padding: 30px 0px 40px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.reform-detail::before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 150, 220, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.reform-detail::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 150, 220, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.reform-detail .rd-breadcrumb {
    margin-bottom: 28px;
}

.reform-detail .rd-breadcrumb .breadcrumb {
    font-size: 13px;
    gap: 2px;
    background: none;
    padding: 0px;
    margin: 0px;
}

.reform-detail .rd-breadcrumb .breadcrumb-item a {
    color: rgb(107, 114, 128);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.reform-detail .rd-breadcrumb .breadcrumb-item a:hover {
    color: rgb(0, 120, 176);
}

.reform-detail .rd-breadcrumb .breadcrumb-item.active {
    color: rgb(107, 114, 128);
}

.reform-detail .rd-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: rgb(156, 163, 175);
}

.reform-detail .rd-card {
    overflow: hidden;
    position: relative;
}

.reform-detail .rd-gallery-col {
    padding: 0px;
    position: relative;
}

.reform-detail .rd-badge-new {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    background: rgb(0, 150, 220);
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 6px 13px;
    border-radius: 30px;
    box-shadow: rgba(0, 150, 220, 0.3) 0px 2px 12px;
}

.reform-detail .rd-main-swiper {
    flex: 1 1 0%;
    width: 100%;
}

.reform-detail .rd-main-swiper .swiper-slide a.rd-gallery-lightbox {
    display: flex;
    width: 100%;
    cursor: zoom-in;
}

.reform-detail .rd-main-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    overflow: hidden;
    border-radius: 10px;
}

.reform-detail .rd-main-swiper .swiper-slide img {
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reform-detail .rd-main-swiper .swiper-slide:hover img {
    transform: scale(1.04);
}

.reform-detail .rd-main-swiper .swiper-button-prev,
.reform-detail .rd-main-swiper .swiper-button-next {
    width: 38px;
    height: 38px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 12px;
    color: rgb(0, 150, 220);
}

.reform-detail .rd-main-swiper .swiper-button-prev::after,
.reform-detail .rd-main-swiper .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
}

.reform-detail .rd-thumbs-swiper {
    padding: 16px 20px 20px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.reform-detail .rd-thumbs-swiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(139, 139, 139, 0.25);
    cursor: pointer;
    background: rgb(255, 255, 255);
    transition: border-color 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    width: 72px !important;
    height: 72px !important;
}

.reform-detail .rd-thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reform-detail .rd-thumbs-swiper .swiper-slide-thumb-active {
    border-color: rgb(0, 150, 220);
    box-shadow: rgba(0, 150, 220, 0.15) 0px 0px 0px 3px;
}

.reform-detail .rd-info-col {
    padding: 0px 40px 0px 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
    position: relative;
}

.reform-detail .rd-category-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(0, 150, 220);
    background: rgba(0, 150, 220, 0.08);
    padding: 5px 13px;
    border-radius: 30px;
    margin-bottom: 14px;
    width: fit-content;
}

.reform-detail .rd-mavi-liste-badge {
    color: rgb(0, 150, 220);
    background: rgba(0, 150, 220, 0.08);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    padding: 10px 13px;
    border-radius: 10px;
    margin-bottom: 14px;
    text-align: center;
    text-transform: uppercase;
    animation: rd-mavi-liste-blink 1.2s ease-in-out infinite;
}

@keyframes rd-mavi-liste-blink {
    0%, 35%, 100% {
        opacity: 1;
        visibility: visible;
    }
    50%, 85% {
        opacity: 0;
        visibility: hidden;
    }
}

.reform-detail .rd-category-tag i {
    font-size: 13px;
}

.reform-detail .rd-tags-col {
    margin-top: 60px;
}

.reform-detail .rd-tags .rd-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(0, 150, 220);
    background: rgba(0, 150, 220, 0.08);
    padding: 5px 13px;
    border-radius: 30px;
    margin-bottom: 14px;
    width: fit-content;
    text-decoration: none;
}

.reform-detail .rd-tags a.rd-tag:hover {
    background: rgba(0, 150, 220, 0.16);
    color: rgb(0, 130, 200);
}

.reform-detail .rd-similar-col {
    margin-top: 48px;
    overflow: visible;
}

.reform-detail .rd-similar-header {
    margin-bottom: 24px;
}

.reform-detail .rd-similar-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
}

.reform-detail .rd-similar-slider {
    position: relative;
    padding: 0 44px;
    overflow: visible;
}

.reform-detail .rd-similar-swiper {
    overflow: hidden;
    padding-top: 14px;
    padding-bottom: 32px;
    margin-top: -14px;
    margin-bottom: -16px;
}

.reform-detail .rd-similar-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.reform-detail .rd-similar-swiper .rc-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reform-detail .rd-similar-swiper .rc-card-body {
    flex: 1;
}

.reform-detail .rd-similar-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
    color: #0096dc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.reform-detail .rd-similar-nav:hover {
    background: #f0f9ff;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.16);
}

.reform-detail .rd-similar-prev {
    left: 0;
}

.reform-detail .rd-similar-next {
    right: 0;
}

.reform-detail .rd-similar-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.reform-detail .rd-product-title {
    font-size: 22px;
    font-weight: 800;
    color: rgb(26, 35, 50);
    line-height: 1.25;
    margin-bottom: 18px;
    letter-spacing: -0.3px;
}

.reform-detail .rd-meta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.reform-detail .rd-stock-code {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgb(107, 114, 128);
}

.reform-detail .rd-stock-code span {
    font-weight: 600;
    color: rgb(55, 65, 81);
    font-family: "Courier New", monospace;
    background: rgb(243, 244, 246);
    padding: 2px 8px;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

.reform-detail .rd-divider-dot {
    width: 4px;
    height: 4px;
    background: rgb(209, 213, 219);
    border-radius: 50%;
}

.reform-detail .rd-stock-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
}

.reform-detail .rd-stock-status.in-stock {
    color: rgb(5, 150, 105);
}

.reform-detail .rd-stock-status.in-stock::before {
    content: "";
    width: 8px;
    height: 8px;
    background: rgb(16, 185, 129);
    border-radius: 50%;
    box-shadow: rgba(16, 185, 129, 0.2) 0px 0px 0px 3px;
    display: inline-block;
    animation: 2s ease 0s infinite normal none running rd-pulse;
}

@keyframes rd-pulse {

    0%,
    100% {
        box-shadow: rgba(16, 185, 129, 0.2) 0px 0px 0px 3px;
    }

    50% {
        box-shadow: rgba(16, 185, 129, 0.08) 0px 0px 0px 6px;
    }
}

.reform-detail .rd-stock-status.out-of-stock {
    color: rgb(220, 38, 38);
}

.reform-detail .rd-stock-status.out-of-stock::before {
    content: "";
    width: 8px;
    height: 8px;
    background: rgb(239, 68, 68);
    border-radius: 50%;
    display: inline-block;
}

.reform-detail .rd-price-block {
    background: linear-gradient(135deg, rgb(240, 249, 255) 0%, rgb(224, 242, 254) 100%);
    border: 1px solid rgba(0, 150, 220, 0.15);
    border-radius: 14px;
    padding: 18px 22px;
    margin-bottom: 14px;
    position: relative;
    overflow: hidden;
}

.reform-detail .rd-price-block::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: rgba(0, 150, 220, 0.06);
    border-radius: 50%;
}

.reform-detail .rd-price-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgb(0, 150, 220);
    margin-bottom: 10px;
    display: block;
}

.reform-detail .rd-price-main {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

.reform-detail .rd-price-current {
    font-size: 24px;
    font-weight: 600;
    color: rgb(26, 35, 50);
    letter-spacing: -1px;
    line-height: 1;
}

.reform-detail .rd-price-old {
    font-size: 16px;
    color: rgb(156, 163, 175);
    text-decoration: line-through;
    font-weight: 500;
}

.reform-detail .rd-price-badge {
    background: rgb(0, 150, 220);
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.reform-detail .rd-price-note {
    font-size: 12px;
    color: rgb(107, 114, 128);
    margin-top: 6px;
    display: block;
}

.reform-detail .rd-separator {
    height: 1px;
    background: linear-gradient(90deg, rgb(229, 231, 235) 0%, transparent 100%);
    margin: 0px 0px 20px;
}

.reform-detail .rd-desc-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(156, 163, 175);
    margin-bottom: 10px;
}

.reform-detail p {
    font-size: 14.5px;
    color: rgb(75, 85, 99);
    line-height: 1.75;
    margin-bottom: 0px;
}

.reform-detail .rd-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
}

.reform-detail .rd-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: rgb(55, 65, 81);
}

.reform-detail .rd-feature-item i {
    color: rgb(0, 150, 220);
    font-size: 15px;
    width: 20px;
    flex-shrink: 0;
}

.reform-detail .rd-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.reform-detail .rd-cart-add {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex: 1 1 0%;
    min-width: 0;
}

.reform-detail .rd-cart-qty {
    flex: 0 0 auto;
}

.reform-detail .rd-cart-qty-input {
    width: 88px;
    min-height: 50px;
    height: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: rgb(31, 41, 55);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
    padding: 0 8px;
    background: rgb(255, 255, 255);
}

.reform-detail .rd-cart-qty-input:focus {
    outline: none;
    border-color: var(--rf-primary);
    box-shadow: rgba(0, 150, 220, 0.15) 0px 0px 0px 3px;
}

.reform-detail .rd-cart-qty-input::-webkit-outer-spin-button,
.reform-detail .rd-cart-qty-input::-webkit-inner-spin-button {
    opacity: 1;
    height: 36px;
}

.reform-detail .rd-btn-cart-add {
    flex: 1 1 0%;
}

.reform-detail .rd-btn-teklif {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--rf-primary);
    color: rgb(255, 255, 255);
    font-size: 14.5px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 10px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    box-shadow: rgba(0, 150, 220, 0.35) 0px 6px 24px;
    transition: 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    letter-spacing: 0.2px;
    flex: 1 1 0%;
    justify-content: center;
}

.reform-detail .rd-btn-teklif:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 150, 220, 0.45) 0px 10px 32px;
    color: rgb(255, 255, 255);
}

.reform-detail .rd-btn-teklif:active {
    transform: translateY(0px);
}

.reform-detail .rd-btn-teklif i {
    font-size: 18px;
    transition: transform 0.3s;
}

.reform-detail .rd-btn-teklif:hover i {
    transform: rotate(-8deg) scale(1.1);
}

.reform-detail .rd-btn-share {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgb(5, 150, 105);
    background: rgb(5, 150, 105);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: 0.2s;
    flex-shrink: 0;
}

.reform-detail .rd-btn-share:hover {
    /* border-color: rgb(5, 150, 105); */
    /* color: rgb(5, 150, 105); */
    transform: scale(1.08);
}

.reform-detail .rd-btn-fav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgb(229, 231, 235);
    background: rgb(255, 255, 255);
    color: rgb(107, 114, 128);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
    flex-shrink: 0;
}

.reform-detail .rd-btn-fav:hover,
.reform-detail .rd-btn-fav.active {
    border-color: rgb(239, 68, 68);
    color: rgb(239, 68, 68);
    transform: scale(1.08);
}

.reform-detail .rd-guarantee-strip {
    margin-top: 22px;
    display: flex;
    gap: 0px;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 12px;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.reform-detail .rd-guarantee-item {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    font-size: 11px;
    color: rgb(107, 114, 128);
    text-align: center;
    font-weight: 500;
    border-right: 1px solid rgb(229, 231, 235);
    transition: background 0.2s;
}

.reform-detail .rd-guarantee-item:last-child {
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
}

.reform-detail .rd-guarantee-item:hover {
    background: rgb(249, 250, 251);
}

.reform-detail .rd-guarantee-item i {
    font-size: 20px;
    color: rgb(0, 150, 220);
    margin-bottom: 5px;
}

.reform-detail .rd-guarantee-item strong {
    color: rgb(55, 65, 81);
    font-size: 12px;
    display: block;
}

.rd-modal-teklif .modal-content {
    border-radius: 20px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 20px 80px;
}

.rd-modal-teklif .modal-header {
    background: linear-gradient(135deg, rgb(0, 150, 220) 0%, rgb(0, 95, 142) 100%);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 24px 30px;
    position: relative;
}

.rd-modal-teklif .modal-title {
    font-size: 20px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    letter-spacing: -0.3px;
}

.rd-modal-teklif .modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.rd-modal-teklif .modal-header .rd-modal-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 4px;
}

.rd-modal-teklif .modal-body {
    padding: 30px;
    background: rgb(249, 250, 251);
}

.rd-modal-teklif .rd-modal-product-preview {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 24px;
    border: 1px solid rgb(229, 231, 235);
}

.rd-modal-teklif .rd-modal-product-preview img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    border-radius: 8px;
    background: rgb(240, 244, 248);
    padding: 4px;
}

.rd-modal-teklif .rd-modal-product-preview .rd-preview-name {
    font-size: 14px;
    font-weight: 700;
    color: rgb(26, 35, 50);
}

.rd-modal-teklif .rd-modal-product-preview .rd-preview-code {
    font-size: 12px;
    color: rgb(156, 163, 175);
    margin-top: 2px;
}

.rd-modal-teklif .form-label {
    font-size: 13px;
    font-weight: 600;
    color: rgb(55, 65, 81);
    margin-bottom: 6px;
}

.rd-modal-teklif .form-control,
.rd-modal-teklif .form-select {
    border-radius: 10px;
    border: 1.5px solid rgb(229, 231, 235);
    font-size: 14px;
    padding: 10px 14px;
    color: rgb(26, 35, 50);
    background: rgb(255, 255, 255);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.rd-modal-teklif .form-control:focus,
.rd-modal-teklif .form-select:focus {
    border-color: rgb(0, 150, 220);
    box-shadow: rgba(0, 150, 220, 0.1) 0px 0px 0px 3px;
    outline: none;
}

.rd-modal-teklif .form-control::placeholder {
    color: rgb(209, 213, 219);
}

.rd-modal-teklif textarea.form-control {
    resize: none;
    min-height: 90px;
}

.rd-modal-teklif .modal-footer {
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(240, 240, 240);
    padding: 18px 30px;
    gap: 10px;
}

.rd-modal-teklif .rd-modal-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgb(0, 150, 220) 0%, rgb(0, 120, 176) 100%);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    padding: 11px 26px;
    border-radius: 50px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    box-shadow: rgba(0, 150, 220, 0.3) 0px 4px 16px;
    transition: 0.2s;
}

.rd-modal-teklif .rd-modal-submit:hover {
    transform: translateY(-1px);
    box-shadow: rgba(0, 150, 220, 0.4) 0px 6px 20px;
}

.rd-modal-teklif .rd-modal-cancel {
    background: none;
    border: 1.5px solid rgb(229, 231, 235);
    color: rgb(107, 114, 128);
    font-size: 14px;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.2s;
}

.rd-modal-teklif .rd-modal-cancel:hover {
    border-color: rgb(156, 163, 175);
    color: rgb(55, 65, 81);
}

.reform-detail .rd-tabs-section {
    margin-top: 40px;
}

.reform-detail .rd-tabs-nav {
    display: flex;
    gap: 0px;
    border-bottom: 2px solid rgb(229, 231, 235);
    margin-bottom: 28px;
}

.reform-detail .rd-tab-btn {
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    font-size: 14px;
    font-weight: 600;
    color: rgb(156, 163, 175);
    padding: 10px 22px;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
    white-space: nowrap;
}

.reform-detail .rd-tab-btn::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: rgb(0, 150, 220);
    transform: scaleX(0);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reform-detail .rd-tab-btn.active {
    color: rgb(0, 150, 220);
}

.reform-detail .rd-tab-btn.active::after {
    transform: scaleX(1);
}

.reform-detail .rd-tab-content {
    display: none;
    animation: 0.3s ease 0s 1 normal none running rd-fade-in;
}

.reform-detail .rd-tab-content.active {
    display: block;
}

@keyframes rd-fade-in {
    0% {
        opacity: 0;
        transform: translateY(6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.reform-detail .rd-spec-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
}

.reform-detail .rd-spec-table tr td {
    padding: 12px 16px;
    font-size: 14px;
    border-bottom: 1px solid rgb(240, 240, 240);
}

.reform-detail .rd-spec-table tr td:first-child {
    font-weight: 600;
    color: rgb(55, 65, 81);
    width: 35%;
    background: rgb(249, 250, 251);
}

.reform-detail .rd-spec-table tr td:last-child {
    color: rgb(107, 114, 128);
}

.reform-detail .rd-spec-table tr:first-child td:first-child {
    border-radius: 10px 0px 0px;
}

.reform-detail .rd-spec-table tr:first-child td:last-child {
    border-radius: 0px 10px 0px 0px;
}

.reform-detail .rd-spec-table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.reform-detail .rd-spec-table tr:last-child td:last-child {
    border-radius: 0px 0px 10px;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.reform-detail .rd-baskı-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
}

.reform-detail .rd-baski-item {
    background: rgb(249, 250, 251);
    border: 1.5px solid rgb(229, 231, 235);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    font-size: 13px;
    color: rgb(55, 65, 81);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
    cursor: pointer;
}

.reform-detail .rd-baski-item i {
    font-size: 22px;
    color: rgb(0, 150, 220);
}

.reform-detail .rd-baski-item:hover {
    border-color: rgb(0, 150, 220);
    background: rgb(240, 249, 255);
    transform: translateY(-2px);
    box-shadow: rgba(0, 150, 220, 0.12) 0px 4px 16px;
}

header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 40px;
}

body {
    padding-top: 124px;
}

.index_swiper {
    margin-top: 30px;
}

.rd-info-col ul:not(.nav-pills) {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    gap: 4px;
}

.rd-info-col ul:not(.nav-pills) li {
    list-style: none;
    font-size: 14.5px;
    color: rgb(75, 85, 99);
    line-height: 1.75;
    position: relative;
    padding-left: 30px;
}

.rd-info-col ul:not(.nav-pills) li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: rgb(0, 150, 220);
    border-radius: 50%;
}

@media (min-width: 768px) {
    .reform-footer .rf-col-title {
        pointer-events: none;
    }
}

.contact_component89 {
    padding: 80px 0px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.contact_component89 .container {
    position: relative;
    z-index: 2;
}

.contact_component89 .contactForm h2 {
    margin-bottom: 10px;
    font-size: 36px;
    color: rgb(0, 0, 0);
}

.contact_component89 .contactForm p {
    font-size: 13px;
    margin: 0px 0px 30px;
}

.contact_component89 .cs_left {
    display: flex;
    align-items: center;
}

.contact_component89 .cs_left>div>h1 {
    font-weight: 700;
    color: rgb(30, 30, 30);
    margin: 0px 0px 30px;
    font-size: 40px;
}

.contact_component89 .cs_left>div>p {
    font-size: 20px;
}

.contact_component89 .cs_left>div>ul:not(.social_sh) {
    margin: 30px 0px 15px;
}

.contact_component89 a.c_support {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    color: rgb(30, 30, 30);
    text-decoration: underline;
}

.contact_component89 .cs_left {
    padding-right: 30px;
}

.contact_component89 .contactForm input,
.contact_component89 .contactForm button {
    height: 52px;
}

.contact_component89 .contactForm p.ta_line {
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin: 24px 0px 0px;
    display: block;
}

.contact_component89 .ta_line a {
    font-weight: 600;
    color: inherit;
}

.contact_component89 .ta_line a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact_component89 {
        padding: 40px 0px;
    }
}

.contact_component89 .gap60 {
    row-gap: 60px;
}

.contact_component89 .cs_left iframe {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    margin: 30px 0px 0px;
}

.contact_component89 .w_blueIcons {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact_component89 .w_blueIcons li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact_component89 .w_blueIcons li div {
    line-height: 1.2;
}

.contact_component89 .w_blueIcons li i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    background-color: var(--rf-primary);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-size: 24px;
}

.contact_component89 .w_blueIcons li div strong {
    display: block;
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: 600;
}

.contact_component89 .w_blueIcons li div a {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: 600;
}

.contact_component89 .social_sh {
    border-top: 1px solid rgba(36, 67, 98, 0.2);
    margin-top: 36px;
    padding-top: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    flex-direction: unset;
    margin-bottom: 0px;
}

.contact_component89 .social_sh li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rf-primary);
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 18px;
    border-radius: 50%;
    transition: 0.3s;
    background: rgb(198, 227, 255);
}

.contact_component89 .social_sh li a:hover {
    background-color: var(--rf-primary);
    color: rgb(198, 227, 255);
}

.contact_component89 .contactForm {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
    padding: 36px;
    border-radius: 5px;
    width: 800px;
    max-width: 100%;
    margin: 0px auto;
}

.contact_component89 .contactForm h2 {
    color: var(--rf-primary);
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0px 24px;
}

.contact_component89 .indexForm .if_texts {
    padding-right: 80px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.contact_component89 .if_texts * {
    color: var(--rf-primary);
}

.contact_component89 .contactForm .row {
    row-gap: 30px;
}

.contact_component89 .contactForm input,
.contact_component89 .contactForm textarea {
    border: 1px solid rgb(217, 217, 217);
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    transition: 0.3s;
}

.contact_component89 .contactForm input:focus,
.contact_component89 .contactForm textarea:focus {
    border-color: var(--rf-primary);
}

.contact_component89 .contactForm textarea {
    padding: 15px;
    height: 90px;
    resize: none;
}

.contact_component89 .contactForm button {
    border-radius: 5px;
    background-color: var(--rf-primary);
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    transition: 0.3s;
}

.contact_component89 .contactForm button:hover {
    background-color: rgb(198, 227, 255);
    color: var(--rf-primary);
}

.contact_component89 .indexForm .row {
    row-gap: 30px;
}

.mapFrame iframe {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.sidemenu119 .CategorySubjects {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidemenu119 .CategorySubjects i {
    content: "";
    margin-right: 15px;
    width: 40px;
    height: 31px;
    background: url("../img/corp_ico.png") center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sidemenu119 .CategorySubjects i::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: rgb(255, 255, 255);
    width: 80%;
}

.sidemenu119 .wbx_1+.wbx_1 {
    margin-top: 30px;
}

.sidemenu119 .sub_menu ul li a {
    font-size: 18px;
    color: rgb(72, 72, 72);
    padding: 16px 0px;
    font-weight: 500;
    display: flex;
    border-right: 1px solid rgb(234, 234, 234);
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.sidemenu119 .sub_menu ul li:not(:last-child) a {
    border-bottom: 1px solid rgb(234, 234, 234);
}

.sidemenu119 .sub_menu ul li a.active {
    color: var(--primary-color);
}

.sidemenu119 .sub_menu ul li a::before {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    bottom: 0px;
    width: 3px;
    background-color: var(--primary-color);
    opacity: 0;
    transition: 0.3s;
}

.sidemenu119 .sub_menu ul li a.active::before {
    opacity: 1;
}

.sidemenu119 .sub_menu ul li a.active::before {
    opacity: 1;
}

@media (min-width: 1200px) {
    .sidemenu119 .sub_menu ul li a:hover::before {
        opacity: 1;
    }

    .sidemenu119 .sub_menu ul li a:hover::before {
        opacity: 1;
    }

    .sidemenu119 .sub_menu ul li a:hover {
        color: var(--primary-color);
    }
}

.sidemenu119 #latest_news li a {
    height: auto;
    font-size: 22px;
    padding: 10px 0px;
    line-height: 1.4;
}

.sidemenu119 #latest_news li a span {
    font-size: 12px;
    display: block;
}

.sidemenu119 #latest_news li a::before {
    display: none;
}

.sidemenu119 .rn_list {
    display: flex;
    flex-direction: column;
}

.sidemenu119 .rn_list li a {
    display: flex;
    align-items: center;
}

.sidemenu119 .rn_list li+li {
    margin-top: 12px;
    padding-top: 12px;
}

.sidemenu119 .rn_list li a>div:first-child {
    width: 110px;
}

.sidemenu119 .rn_list li a>div:first-child img {
    width: 100%;
}

.sidemenu119 .rn_list li a>div:last-child {
    flex: 1 1 0%;
    padding-left: 10px;
}

.sidemenu119 .rn_list li a>div:last-child h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    color: rgb(0, 0, 0);
    line-height: 1.3;
}

.sidemenu119 .lister_sidebar {
    padding: 0px 40px 0px 0px;
    position: sticky;
    top: 155px;
}

.sidemenu119 ul {
    padding: 0px;
}

.sidemenu119 ul li {
    list-style: none;
}

.sidemenu119 ul li.active a {
    color: var(--rf-primary);
}

.row.corporate_page {
    padding: 0px;
    position: relative;
    z-index: 2;
    row-gap: 30px;
}

.corporate.content-detail img {
    margin-bottom: 15px;
    vertical-align: middle;
    display: block;
    height: 500px;
    object-fit: cover;
    max-width: none;
    margin-right: 0px !important;
}

.content-detail {
    font-size: 1rem;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    overflow-wrap: break-word;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    margin: 1em 0px 0.5em;
    line-height: 1.3;
    font-weight: bold;
}

.content-detail h1 {
    font-size: 2em;
}

.content-detail h2 {
    font-size: 1.75em;
}

.content-detail h3 {
    font-size: 1.5em;
}

.content-detail h4 {
    font-size: 1.25em;
}

.content-detail h5 {
    font-size: 1.1em;
}

.content-detail h6 {
    font-size: 1em;
}

.content-detail p {
    margin: 1em 0px;
}

.content-detail ul {
    list-style-type: disc;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ol {
    list-style-type: decimal;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
    list-style-type: circle;
    margin-left: 1em;
}

.content-detail li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.content-detail a {
    color: rgb(51, 51, 51);
    text-decoration: underline;
    transition: color 0.2s;
}

.content-detail a:hover {
    color: rgb(0, 64, 128);
}

.content-detail b,
.content-detail strong {
    font-weight: bold;
}

.content-detail i,
.content-detail em {
    font-style: italic;
}

.content-detail u {
    text-decoration: underline;
}

.content-detail blockquote {
    border-left: 4px solid rgb(204, 204, 204);
    margin: 1em 0px;
    padding: 1em;
    color: rgb(102, 102, 102);
    font-style: italic;
    background-color: rgb(249, 249, 249);
}

.content-detail code {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.content-detail pre {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0px;
    white-space: pre-wrap;
}

.content-detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0px;
    border: 1px solid rgb(221, 221, 221);
}

.content-detail th,
.content-detail td {
    border: 1px solid rgb(221, 221, 221);
    padding: 0.75em;
    text-align: left;
}

.content-detail th {
    background-color: rgb(245, 245, 245);
    font-weight: bold;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0px;
}

.content-detail dl {
    margin: 1em 0px;
}

.content-detail dt {
    font-weight: bold;
    margin-top: 1em;
}

.content-detail dd {
    margin-left: 1em;
}

.content-detail hr {
    border-width: 1px medium medium;
    border-style: solid none none;
    border-color: rgb(221, 221, 221) currentcolor currentcolor;
    border-image: initial;
    margin: 1.5em 0px;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
    font: inherit;
    padding: 0.5em;
    margin: 0.5em 0px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-sizing: border-box;
}

.content-detail button {
    background-color: rgb(0, 102, 204);
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.content-detail button:hover {
    background-color: rgb(0, 64, 128);
}

.content-detail sub,
.content-detail sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-detail sup {
    top: -0.5em;
}

.content-detail sub {
    bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
    max-width: 100%;
    height: auto;
    margin: 1em 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.content-detail figure {
    margin: 1em 0px;
    text-align: center;
}

.content-detail figcaption {
    font-size: 0.9em;
    color: rgb(102, 102, 102);
}

.content-detail mark {
    background-color: rgb(255, 255, 0);
    color: rgb(51, 51, 51);
}

.content-detail aside {
    background-color: rgb(249, 249, 249);
    padding: 1em;
    margin: 1em 0px;
    border-left: 4px solid rgb(204, 204, 204);
    font-size: 0.9em;
    color: rgb(85, 85, 85);
}

.content-detail .pull-quote {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 1em 0px;
    color: rgb(68, 68, 68);
}

.content-detail abbr[title] {
    border-bottom: 1px dotted rgb(51, 51, 51);
    cursor: help;
}

.section_padding {
    padding: 80px 0px;
}

.content-detail> :first-child {
    margin-top: 0px;
}

.reform-bank .header-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.reform-bank .eyebrow-line {
    width: 32px;
    height: 2px;
    background: rgb(26, 107, 175);
    border-radius: 2px;
}

.reform-bank .eyebrow-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgb(26, 107, 175);
}

.reform-bank .header h1 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(13, 27, 42);
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-top: 0px;
}

.reform-bank .header-sub {
    margin-top: 8px;
    font-size: 14px;
    color: rgb(107, 122, 141);
    letter-spacing: 0.01em;
}

.reform-bank .card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
}

.reform-bank .card-header {
    padding: 28px 36px 22px;
    border-bottom: 0px solid rgb(238, 240, 245);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reform-bank .card-header-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(154, 163, 176);
}

.reform-bank .badge-group {
    display: flex;
    gap: 8px;
}

.reform-bank .badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 6px;
}

.reform-bank .badge-tl {
    background: rgb(232, 245, 233);
    color: rgb(46, 125, 50);
}

.reform-bank .badge-usd {
    background: rgb(227, 242, 253);
    color: rgb(21, 101, 192);
}

.reform-bank .badge-eur {
    background: rgb(255, 248, 225);
    color: rgb(230, 81, 0);
}

.reform-bank table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
}

.reform-bank thead tr {
    background: rgb(249, 250, 252);
}

.reform-bank thead th {
    padding: 14px 36px;
    text-align: left;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(154, 163, 176);
}

.reform-bank thead th:last-child {
    text-align: right;
}

.reform-bank tbody tr {
    border-top: 1px solid rgb(240, 242, 247);
    transition: background 0.15s;
}

.reform-bank tbody tr:hover {
    background: rgb(247, 249, 252);
}

.reform-bank tbody td {
    padding: 20px 36px;
    vertical-align: middle;
}

.reform-bank .bank-cell {
    display: flex;
    align-items: center;
    gap: 14px;
}

.reform-bank .bank-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.03em;
    flex-shrink: 0;
}

.reform-bank .icon-tf {
    background: rgb(232, 244, 253);
    color: rgb(26, 107, 175);
}

.reform-bank .icon-hb {
    background: rgb(232, 240, 253);
    color: rgb(26, 59, 175);
}

.reform-bank .bank-name {
    font-size: 14px;
    font-weight: 600;
    color: rgb(13, 27, 42);
}

.reform-bank .branch-name {
    font-size: 12px;
    color: rgb(154, 163, 176);
    margin-top: 2px;
}

.reform-bank .currency-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 26px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.reform-bank .currency-tl {
    background: rgb(232, 245, 233);
    color: rgb(46, 125, 50);
}

.reform-bank .currency-usd {
    background: rgb(227, 242, 253);
    color: rgb(21, 101, 192);
}

.reform-bank .currency-eur {
    background: rgb(255, 248, 225);
    color: rgb(230, 81, 0);
}

.reform-bank .iban-cell {
    text-align: right;
    /*font-family: "Courier New", Courier, monospace;*/
    font-size: 13.5px;
    font-weight: 600;
    color: rgb(45, 58, 74);
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.reform-bank .copy-btn {
    margin-left: 12px;
    background: none;
    border: 1px solid rgb(216, 220, 230);
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 11px;
    color: rgb(107, 122, 141);
    cursor: pointer;
    transition: 0.15s;
    font-family: inherit;
}

.reform-bank .copy-btn:hover {
    border-color: rgb(26, 107, 175);
    color: rgb(26, 107, 175);
    background: rgb(240, 247, 255);
}

.reform-bank .copy-btn:active {
    transform: scale(0.96);
}

.reform-bank .reform-bank-unvan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0px 36px 18px;
    /* border-bottom: 1px solid rgb(238, 240, 245); */
    background: rgb(247 247 247);
}

.reform-bank .reform-bank-unvan-text {
    font-size: 14px;
    font-weight: 700;
    color: rgb(13, 27, 42);
    line-height: 1.45;
}

.reform-bank .reform-bank-unvan .copy-btn {
    flex-shrink: 0;
}

.reform-bank .card-footer {
    padding: 18px 36px;
    border-top: 1px solid rgb(238, 240, 245);
    background: rgb(250, 251, 253);
    display: flex;
    align-items: center;
    gap: 8px;
}

.reform-bank .footer-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(197, 202, 214);
}

.reform-bank .footer-text {
    font-size: 12px;
    color: rgb(154, 163, 176);
}

.reform-bank .footer-text strong {
    color: rgb(90, 100, 117);
    font-weight: 600;
}

.hor-banner {
    margin-bottom: 30px;
    display: flex;
}

.hor-banner img {
    border-radius: 10px;
}

.hor-banner img:last-child {
    display: none;
}

.detail-prices .nav-pills .nav-link {
    background-color: rgb(248, 249, 250);
    color: rgb(51, 51, 51);
    border: 1px solid rgb(222, 226, 230);
    padding: 8px 30px;
    margin: 0px 5px;
    border-radius: 8px 8px 0px 0px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
}

.detail-prices .nav-pills .nav-link.active {
    background-color: rgb(41 135 193);
    color: white;
    border-color: rgba(196, 196, 196, 0.22);
    border-bottom-color: transparent;
}

.detail-prices .nav-pills .nav-link:hover:not(.active) {
    background-color: rgb(233, 236, 239);
}

.detail-prices .price-image-wrapper {
    padding: 7px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 0 12px 12px 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
    text-align: center;
    width: 500px;
    max-width: 100%;
    margin-top: 15px;
}

.detail-prices {
    /* margin-top: 15px; */
}

.detail-prices .price-image-wrapper img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    display: block;
}

.detail-prices .tab-content>.tab-pane {
    display: none;
}

.detail-prices .tab-content>.active {
    display: block;
}

#pills-tab {
    position: relative;
    z-index: 2;
    gap: 8px;
    top: 1px;
    border-bottom: 1px solid #eaeaea;
}

.reform-detail .row {
    margin: 0 -15px;
}

.reform-detail .row>div {
    padding: 0 15px;
}

.rd-info-col table,
#detailUnder table {
    margin-bottom: 15px;
    width: 100%;
}

.rd-info-col table tr:first-child td,
.rd-info-col table tr:first-child th,
#detailUnder table tr:first-child td,
#detailUnder table tr:first-child th {
    border-top: none;
    background: #fafafa;
    border: none;
}

.rd-info-col table tr:last-child td,
.rd-info-col table tr:last-child th,
#detailUnder table tr:last-child td,
#detailUnder table tr:last-child th {
    border-bottom: none;
}

.rd-info-col table td,
.rd-info-col table th,
#detailUnder table td,
#detailUnder table th {
    padding: 8px 15px;
    border: dashed #eaeaea;
    border-width: 1px 0;
    font-size: 14px;
}

.gallery-sticky {
    position: sticky;
    top: 150px;
}

.nav-pills {
    display: flex;
    gap: 5px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.rd-info-col table img,
#detailUnder table img {
    height: 38px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    width: 38px;
    object-fit: contain;
}

.rd-info-col table a,
#detailUnder table a {
    color: inherit;
}

.rd-info-col table a:hover,
#detailUnder table a:hover {
    color: #2987c1;
}

.rd_other_products table tr:nth-child(2) td {
    border: none;
}

#panel-main-dokumantasyon a.download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: #3a3a3a;
    color: rgb(255, 255, 255);
    border-radius: var(--rf-radius-sm);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--rf-font);
    white-space: nowrap;
    transition: background 0.18s, transform 0.18s;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

@media (max-width: 991px) {
    .hor-banner img:first-child {
        display: none;
    }

    .hor-banner img:last-child {
        display: block;
    }

    body {
        padding-top: 85px;
    }

    .corporate_page {
        flex-direction: column-reverse;
    }

    .sidemenu119 .lister_sidebar {
        padding-right: 0px;
    }

    .reform-detail .rd-gallery-col {
        border-radius: 20px 20px 0px 0px;
        min-height: auto;
    }

    .reform-detail .rd-info-col {
        padding: 28px 0px 0px;
    }

    .reform-detail .rd-product-title {
        font-size: 22px;
    }

    .reform-detail .rd-price-current {
        font-size: 22px;
    }

    .reform-detail .rd-main-swiper {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .reform-detail .rd-guarantee-strip {
        flex-wrap: wrap;
    }

    .reform-detail .rd-guarantee-item {
        flex-basis: 50%;
        border-right: 1px solid rgb(229, 231, 235);
        border-bottom: 1px solid rgb(229, 231, 235);
    }

    .reform-detail .rd-guarantee-item:nth-child(2) {
        border-right-width: medium;
        border-right-style: none;
        border-right-color: currentcolor;
    }

    .reform-detail .rd-guarantee-item:nth-child(3),
    .reform-detail .rd-guarantee-item:nth-child(4) {
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    }

    .reform-detail .rd-guarantee-item:nth-child(4) {
        border-right-width: medium;
        border-right-style: none;
        border-right-color: currentcolor;
    }
}

@media (max-width: 991px) {
    .reform-footer .rf-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .reform-footer .rf-cta-divider {
        display: none;
    }

    .reform-category .rc-sidebar {
        position: static;
        margin-bottom: 10px;
    }

    .reform-category .rc-heading {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .reform-category .rc-bottom-bar {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 1400px) {
    .header16 .src_overlay {
        width: 160px;
        margin-left: 20px;
    }

    .header16 .hm_inner ul {
        gap: 10px;
    }

    .header16 a.get_service,
    .header16 .get_service {
        padding: 0px 15px;
    }
}

@media (max-width: 1200px) {

    .header16.header_menu .row>div.active .the_logo1,
    .header16.header_menu .row>div.active .hm_inner>button,
    .header16.header_menu .row>div.active .get_service,
    .header16.header_menu .row>div.active .header-mobile-cart {
        visibility: hidden;
    }

    .header16 .hm-mobile-only {
        display: block;
    }

    .header16 .hm-mobile-only a {
        gap: 10px;
    }

    .header16 .hm-mobile-only a i {
        width: 18px;
        text-align: center;
        opacity: 0.85;
    }

    .header16 .h_menu>ul>li>a.has-submenu::after,
    .header16 .has-submenu::after {
        content: "\f078";
        font-family: "Font Awesome 6 Pro", FontAwesome;
        font-weight: 300;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 14px;
        line-height: normal;
        margin-left: auto;
    }

    .header16 .hm_inner>ul>li.hm-has-submenu>a.has-submenu {
        justify-content: space-between;
    }

    .header16 .has-submenu.active::after {
        content: "\f077" !important;
        font-size: 14px;
    }

    .header16 .hm_inner>ul>li.hm-has-submenu>ul {
        padding: 6px 0 10px !important;
    }

    .header16 .hm_inner>ul>li.hm-has-submenu>ul li a {
        padding: 10px 15px 10px 28px !important;
        font-size: 12px !important;
        font-weight: 500;
        opacity: 0.9;
        border-bottom: none;
    }

    .header16 .hm_inner>ul>li.hm-has-submenu>ul li a:hover {
        background-color: rgba(255, 255, 255, 0.08);
        color: rgb(255, 255, 255);
    }

    .header16 .src_overlay button i:first-child {
        display: none;
    }

    .header16 .src_overlay button i:last-child {
        display: block;
    }

    .header16 .hm_inner>ul {
        overflow-y: auto;
    }

    .header16 .hm_inner>ul ul {
        padding-right: 0px !important;
    }

    .header16 .hm_inner>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header16 .src_overlay button img:last-child {
        display: block;
    }

    .header16 .src_overlay button img:first-child {
        display: none;
    }

    .header16 .the_logo1 img {
        max-height: 80px;
    }

    .header16 .src_overlay button {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        height: 34px;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        left: auto;
        width: auto;
        pointer-events: all;
    }

    .header16 .src_overlay button img {
        height: 20px;
    }

    .header16 .src_overlay {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 2;
        display: none;
        margin-left: 0px;
        transform: translateY(-50%);
        right: 15px;
    }

    .header16 .src_overlay.active {
        display: block;
        width: auto;
        background-color: transparent;
    }

    .header16 .src_overlay input {
        padding-left: 15px;
    }

    .header16 .hm_inner>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header16 .hm_inner>ul>li ul li a {
        color: rgb(255, 255, 255);
    }

    .header16 .menu_trigger {
        display: block;
    }

    .header16.header_menu .row {
        position: relative;
    }

    .header16 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: rgb(26, 23, 23);
        margin-top: 15px;
        display: none;
        border-radius: 10px;
        backdrop-filter: blur(10px);
    }

    .header16 .hm_inner ul li {
        width: 100%;
    }

    .header16 .hm_inner ul li a {
        color: rgb(255, 255, 255);
        height: auto;
        padding: 8px 15px;
        justify-content: flex-start;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        font-size: 13px;
        font-weight: 600;
        border-radius: 0px;
    }

    .header16 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }

    .header16 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: block;
    }
}

@media (max-width: 992px) {
    .header_top .row>div:first-child {
        display: none;
    }

    .header16.header_top {
        display: none;
    }
}

@media (max-width: 768px) {
    .prd_detail_row {
        flex-direction: column-reverse;
    }

    .reform-bank .card-header,
    .reform-bank .reform-bank-unvan,
    .reform-bank thead th,
    .reform-bank tbody td {
        padding: 15px;
    }

    .section_padding {
        padding: 40px 0px;
    }

    .contact_component89 .indexForm .if_texts {
        padding-right: 0px;
    }

    .contact_component89 .indexForm {
        padding: 40px 0px;
    }

    .contact_component89 .contactForm {
        padding: 30px;
    }

    .contact_component89 .w_blueIcons li i {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .contact_component89 .w_blueIcons li div strong {
        font-size: 18px;
    }

    .contact_component89 .cs_left>div>h1 {
        font-size: 32px;
    }

    .contact_component89 .cs_left>div>p {
        font-size: 16px;
    }

    .contact_component89 .map_rgt {
        padding-left: 0px;
    }

    .contact_component89 .map_section {
        padding: 40px 0px;
    }

    .contact_component89 .cs_left {
        padding-right: 15px;
    }

    .reform-category .rc-grid-title {
        font-size: 18px;
    }

    .reform-category .rc-grid-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .reform-category .rc-filter-bar {
        width: 100%;
    }

    .reform-category .rc-filter-select {
        flex: 1 1 auto;
    }

    .reform-category .rc-filter-stok {
        width: 100%;
        justify-content: space-between;
    }

    .reform-category .rc-card-sub i {
        display: none;
    }

    .reform-category .rc-card-body > .rc-grup-info {
        display: inline-flex;
    }

    footer .row.g-5>div:last-child {
        margin-top: 0px;
    }

    #index_banners a strong {
        font-size: 16px;
    }

    .reform-footer .rf-cta {
        padding-bottom: 30px;
    }

    .reform-footer .rf-main {
        padding-top: 30px;
    }

    .reform-category {
        padding: 40px 0px;
    }

    .reform-features {
        margin-top: 40px;
    }

    .mainSwiper>button {
        display: none;
    }

    .mainSwiper .swiper-slide img:last-child {
        display: block;
    }

    .mainSwiper .swiper-slide img:first-child {
        display: none;
    }

    .reform-detail .rd-main-swiper .swiper-button-prev,
    .reform-detail .rd-main-swiper .swiper-button-next {
        display: none;
    }

    .reform-footer .rf-bottom-links {
        display: none;
    }

    .container {
        padding: 0px 30px;
    }

    body {
        padding-top: 71px;
    }

    .reform-footer .rf-col-title {
        display: flex;
        justify-content: space-between;
    }

    .reform-footer .rf-col-title.forpm::after {
        content: "+";
    }

    .reform-footer .rf-col-title.forpm.active::after {
        content: "-";
    }

    .rf-main .col-12 {
        margin-top: 0px !important;
    }

    .reform-footer .rf-link-list {
        margin-bottom: 40px;
        display: none;
    }

    .reform-footer .rf-link-list.active {
        display: flex;
    }

    .reform-footer .rf-bottom-links li+li::before {
        display: none;
    }

    .reform-detail {
        padding-bottom: 30px;
        padding-top: 15px;
    }

    .reform-features__container {
        flex-wrap: wrap;
    }

    .reform-features__item {
        width: 50%;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        flex: unset;
    }

    .reform-features__label {
        white-space: normal;
    }

    .reform-features__divider {
        display: none;
    }

    .reform-footer .rf-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .reform-footer .rf-brand-desc {
        max-width: 100%;
    }

    .header16 a.get_service,
    .header16 .get_service {
        display: none;
    }

    .header16 .header-mobile-cart {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-left: 12px;
        color: rgb(150, 150, 150);
        font-size: 24px;
        line-height: 1;
        flex-shrink: 0;
    }

    .header16 .header-mobile-cart i {
        height: 24px;
        display: flex;
        align-items: center;
    }

    .header16 .header-mobile-cart .rf-cart-badge {
        top: -8px;
        right: -10px;
    }

    .header16 .src_overlay button,
    .header16 .src_overlay input {
        height: 40px;
    }

    .header16 .src_button {
        font-size: 24px;
    }

    .header16 .ct_overlay {
        display: none;
    }

    .header16 .the_logo1 img {
        max-height: 40px;
        max-width: 160px;
    }

    .header16.header_top {
        display: none;
    }

    .header16 .hm_inner ul {
        left: 10px;
        right: 10px;
        padding: 15px;
    }

    .header16.header_menu {
        padding: 15px 0px;
    }
}


.urun-bulunamadi{
    background: #0096dc26;
    border: 1px solid #0096dc40;
    border-radius: 16px;
    padding: 50px 30px;
    text-align: center;
}

.urun-bulunamadi i{
    font-size: 48px;
    color: #0096dc;
    margin-bottom: 20px;
    display: block;
}

.urun-bulunamadi h4{
    font-size: 24px;
    font-weight: 700;
    color: #0096dc;
    margin-bottom: 10px;
}

.urun-bulunamadi p{
    margin: 0;
    color: #555;
    font-size: 15px;
}

/* Sepet sayfası */
.reform-cart-page {
    padding: 40px 0 60px;
}

.reform-cart-page .rf-cart-header {
    margin-bottom: 24px;
}

.rf-cart-loading,
.rf-cart-empty {
    padding: 48px 24px;
    text-align: center;
    color: rgb(107, 114, 128);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(229, 231, 235);
    border-radius: 12px;
}

.rf-cart-loading i {
    margin-right: 8px;
}

.rf-cart-empty-link {
    display: inline-block;
    margin-top: 16px;
    padding: 12px 24px;
    background: var(--rf-primary);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}

.rf-cart-empty-link:hover {
    color: rgb(255, 255, 255);
    transform: translateY(-2px);
}

.rf-cart-table-wrap {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(229, 231, 235);
    border-radius: 12px;
    overflow: hidden;
}

.rf-cart-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.rf-cart-table thead th {
    background: rgb(248, 250, 252);
    color: rgb(55, 65, 81);
    font-size: 13px;
    font-weight: 700;
    padding: 14px 12px;
    border-bottom: 1px solid rgb(229, 231, 235);
    white-space: nowrap;
}

.rf-cart-table tbody td {
    padding: 14px 12px;
    border-bottom: 1px solid rgb(243, 244, 246);
    vertical-align: middle;
    font-size: 14px;
    color: rgb(31, 41, 55);
}

.rf-cart-table tbody tr:last-child td {
    border-bottom: 0;
}

.rf-cart-col-image {
    width: 90px;
}

.rf-cart-col-image img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 8px;
    background: rgb(255, 255, 255);
}

.rf-cart-col-price,
.rf-cart-col-kdv,
.rf-cart-col-qty,
.rf-cart-col-total,
.rf-cart-col-actions {
    white-space: nowrap;
}

.rf-cart-product-link {
    color: rgb(31, 41, 55);
    text-decoration: none;
    font-weight: 600;
}

.rf-cart-product-link:hover {
    color: var(--rf-primary);
}

.rf-cart-qty-input {
    width: 72px;
    min-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 8px;
    padding: 0 6px;
}

.rf-cart-qty-input:focus {
    outline: none;
    border-color: var(--rf-primary);
    box-shadow: rgba(0, 150, 220, 0.15) 0px 0px 0px 3px;
}

.rf-cart-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 8px;
    background: rgb(220, 38, 38);
    color: rgb(255, 255, 255);
    font-size: 15px;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}

.rf-cart-remove:hover {
    background: rgb(185, 28, 28);
    color: rgb(255, 255, 255);
    transform: translateY(-1px);
}

.rf-cart-remove:active {
    transform: translateY(0);
}

.rf-cart-bottom {
    margin-top: 24px;
}

.rf-cart-summary {
    width: 100%;
}

.rf-cart-summary-block {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(229, 231, 235);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 12px;
}

.rf-cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    font-size: 14px;
    color: rgb(75, 85, 99);
}

.rf-cart-summary-row strong {
    color: rgb(17, 24, 39);
    font-size: 15px;
    white-space: nowrap;
}

.rf-cart-summary-row--total {
    border-top: 1px solid rgb(229, 231, 235);
    margin-top: 4px;
    padding-top: 14px;
    font-weight: 600;
    color: rgb(31, 41, 55);
}

.rf-cart-summary-row--total strong {
    color: var(--rf-primary);
    font-size: 17px;
}

.rf-cart-summary-combined {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    background: rgb(240, 249, 255);
    border: 1px solid rgba(0, 150, 220, 0.2);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(31, 41, 55);
}

.rf-cart-summary-combined strong {
    color: var(--rf-primary);
    font-size: 16px;
}

@media (max-width: 991px) {
    .rf-cart-table-wrap {
        overflow-x: auto;
    }

    .rf-cart-table {
        min-width: 860px;
    }
}