.ws-load-more-wrap {
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 36px 0 18px;
    padding-top: 24px;
    border-top: 1px solid #d8e3ec;
}

.ws-load-more-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 276px;
    min-height: 56px;
    padding: 0 28px;
    overflow: hidden;
    border: 1px solid #10264a;
    border-radius: 4px;
    background: linear-gradient(135deg, #10264a 0%, #0b355d 100%);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(16, 38, 74, 0.18);
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.ws-load-more-button::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 48%;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    pointer-events: none;
}

.ws-load-more-button span,
.ws-load-more-button i {
    position: relative;
    z-index: 1;
}

.ws-load-more-button i {
    font-size: 16px;
    line-height: 1;
}

.ws-load-more-button:hover,
.ws-load-more-button:focus {
    border-color: #1A9BD4;
    background: linear-gradient(135deg, #15345f 0%, #1A9BD4 100%);
    color: #ffffff !important;
    outline: 0;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(26, 155, 212, 0.24);
}

.ws-load-more-button.is-loading {
    opacity: 0.78;
    pointer-events: none;
}

.ws-load-more-button.is-loading i {
    animation: wsLoadMoreSpin 0.8s linear infinite;
}

.ws-load-more-status {
    display: none;
    margin: 18px 0 0;
    color: #607083;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.ws-load-more-status.is-visible {
    display: block;
}

@keyframes wsLoadMoreSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .ws-load-more-wrap {
        margin-top: 28px;
        padding-top: 20px;
    }

    .ws-load-more-button {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        padding: 0 20px;
        border-radius: 5px;
        font-size: 15px;
    }
}



.ws-index-products-fit-images .product .left-block,
.ws-index-products-fit-images .product .product_img,
.ws-index-products-fit-images .product .product-image,
.ws-index-products-fit-images .product .product-image-container,
.ws-index-products-fit-images .product .product_img_link,
.ws-index-products-fit-images .product .thumbnail-container,
.ws-index-products-fit-images .product .product-thumbnail {
    width: 100% !important;
    height: 245px !important;
    min-height: 245px !important;
    max-height: 245px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    background-color: #f7f9fc !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.ws-index-products-fit-images .product .left-block a,
.ws-index-products-fit-images .product .product_img a,
.ws-index-products-fit-images .product .product-image a,
.ws-index-products-fit-images .product .product-image-container a,
.ws-index-products-fit-images .product .thumbnail-container a,
.ws-index-products-fit-images .product .product-thumbnail a {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.ws-index-products-fit-images .product .left-block img,
.ws-index-products-fit-images .product .product_img img,
.ws-index-products-fit-images .product .product-image img,
.ws-index-products-fit-images .product .product-image-container img,
.ws-index-products-fit-images .product .product_img_link img,
.ws-index-products-fit-images .product .thumbnail-container img,
.ws-index-products-fit-images .product .product-thumbnail img,
.ws-index-products-fit-images .product img.product-image-photo,
.ws-index-products-fit-images .product img.img-responsive {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: auto !important;
    padding: 0 !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
}

.ws-index-products-fit-images .product .right-block,
.ws-index-products-fit-images .product .product-content,
.ws-index-products-fit-images .product .product-info,
.ws-index-products-fit-images .product .product-meta {
    position: relative !important;
    z-index: 2 !important;
}

@media (max-width: 991px) {
    .ws-index-products-fit-images .product .left-block,
    .ws-index-products-fit-images .product .product_img,
    .ws-index-products-fit-images .product .product-image,
    .ws-index-products-fit-images .product .product-image-container,
    .ws-index-products-fit-images .product .product_img_link,
    .ws-index-products-fit-images .product .thumbnail-container,
    .ws-index-products-fit-images .product .product-thumbnail {
        height: 230px !important;
        min-height: 230px !important;
        max-height: 230px !important;
    }
}

@media (max-width: 767px) {
    .ws-index-products-fit-images .product .left-block,
    .ws-index-products-fit-images .product .product_img,
    .ws-index-products-fit-images .product .product-image,
    .ws-index-products-fit-images .product .product-image-container,
    .ws-index-products-fit-images .product .product_img_link,
    .ws-index-products-fit-images .product .thumbnail-container,
    .ws-index-products-fit-images .product .product-thumbnail {
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
    }
}


@media (min-width: 992px) {
    .ws-index-products-fit-images .product .ws-product-image {
        height: 185px !important;
        min-height: 185px !important;
        max-height: 185px !important;
        margin-bottom: 0 !important;
        overflow: hidden !important;
    }

    .ws-index-products-fit-images .product .ws-product-image img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 100% !important;
        max-height: none !important;
        object-fit: initial !important;
        object-position: top center !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        transform-origin: top center !important;
    }

    .ws-index-products-fit-images .product .ws-product-content {
        padding-top: 8px !important;
    }
}



.ws-process-steps {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100% !important;
    max-width: 1140px !important;
    margin: 26px auto 38px !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #dce8f2;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #f7fbfe 100%);
    box-shadow: 0 16px 40px rgba(16, 38, 74, 0.10);
}

.ws-process-steps::before {
    position: absolute;
    z-index: 0;
    top: 67px;
    right: 12.5%;
    left: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, #1A9BD4 0%, #66c8ef 50%, #1A9BD4 100%);
    content: "";
    opacity: 0.42;
}

.ws-process-steps > [class*="col-"] {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ws-process-card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: 246px;
    height: 100%;
    margin: 0 !important;
    padding: 27px 24px 25px !important;
    overflow: hidden;
    border: 0 !important;
    border-right: 1px solid #e5edf4 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.ws-process-steps > [class*="col-"]:last-child .ws-process-card {
    border-right: 0 !important;
}

.ws-process-card::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 4px;
    background: linear-gradient(90deg, #10264a 0%, #1A9BD4 100%);
    content: "";
    transition: right 0.25s ease, left 0.25s ease;
}

.ws-process-card:hover {
    background: #f2f9fd !important;
    transform: translateY(-2px);
}

.ws-process-card:hover::after {
    right: 0;
    left: 0;
}

.ws-process-number {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 26px;
    padding: 0 8px;
    border: 1px solid #d7ebf5;
    border-radius: 50px;
    background: #eaf7fd;
    color: #168ec5;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.7px;
}

.ws-process-icon {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 76px;
    width: 76px !important;
    height: 76px !important;
    margin: 2px auto 20px !important;
    padding: 0 !important;
    border: 5px solid #ffffff;
    border-radius: 22px;
    background: linear-gradient(135deg, #10264a 0%, #1A9BD4 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(16, 38, 74, 0.20);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ws-process-card:hover .ws-process-icon {
    transform: translateY(-3px) rotate(-2deg);
    box-shadow: 0 16px 30px rgba(26, 155, 212, 0.26);
}

.ws-process-icon i {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 32px !important;
    line-height: 1 !important;
    text-align: center !important;
}

.ws-process-card h3 {
    min-height: 48px;
    margin: 0 0 9px !important;
    padding: 0 !important;
    color: #10264a !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    line-height: 24px !important;
    letter-spacing: -0.15px;
    text-align: center !important;
}

.ws-process-card h3 strong,
.ws-process-card h3 b,
.ws-process-card h3 span {
    color: inherit !important;
    font: inherit !important;
}

.ws-process-card p {
    max-width: 220px;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #647487 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    text-align: center !important;
}

@media (max-width: 991px) {
    .ws-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 22px !important;
    }

    .ws-process-steps::before {
        display: none;
    }

    .ws-process-card {
        min-height: 235px;
    }

    .ws-process-steps > [class*="col-"]:nth-child(2n) .ws-process-card {
        border-right: 0 !important;
    }

    .ws-process-steps > [class*="col-"]:nth-child(-n+2) .ws-process-card {
        border-bottom: 1px solid #e5edf4 !important;
    }
}

@media (max-width: 767px) {
    .ws-process-steps {
        display: block !important;
        margin: 18px auto 28px !important;
        border-radius: 14px;
    }

    .ws-process-card {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 3px 15px;
        min-height: 0;
        padding: 20px 18px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #e5edf4 !important;
        text-align: left;
    }

    .ws-process-steps > [class*="col-"]:last-child .ws-process-card {
        border-bottom: 0 !important;
    }

    .ws-process-number {
        top: 12px;
        right: 12px;
    }

    .ws-process-icon {
        grid-row: 1 / span 2;
        width: 62px !important;
        height: 62px !important;
        margin: 0 !important;
        border-width: 4px;
        border-radius: 18px;
    }

    .ws-process-icon i {
        font-size: 26px !important;
    }

    .ws-process-card h3 {
        min-height: 0;
        margin: 2px 38px 4px 0 !important;
        font-size: 15px !important;
        line-height: 20px !important;
        text-align: left !important;
    }

    .ws-process-card p {
        max-width: none;
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: left !important;
    }
}



@media (max-width: 767px) {
    .ws-process-steps {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 18px 0 28px !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    .ws-process-steps > .col-md-3,
    .ws-process-steps > .col-sm-6,
    .ws-process-steps > .col-xs-12,
    .ws-process-steps > [class*="col-"] {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        float: none !important;
        display: block !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .ws-process-card {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 68px minmax(0, 1fr) !important;
        grid-template-rows: auto auto !important;
        grid-template-areas:
            "processIcon processTitle"
            "processIcon processText" !important;
        align-items: center !important;
        column-gap: 15px !important;
        row-gap: 5px !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 128px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 20px 18px !important;
        overflow: hidden !important;
        border-right: 0 !important;
        border-bottom: 1px solid #e5edf4 !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;
        text-align: left !important;
        transform: none !important;
    }

    .ws-process-steps > [class*="col-"]:last-child .ws-process-card {
        border-bottom: 0 !important;
    }

    .ws-process-number {
        top: 10px !important;
        right: 10px !important;
        min-width: 31px !important;
        height: 23px !important;
        padding: 0 7px !important;
        font-size: 10px !important;
        z-index: 4 !important;
    }

    .ws-process-icon {
        grid-area: processIcon !important;
        align-self: center !important;
        justify-self: center !important;
        flex: none !important;
        width: 62px !important;
        min-width: 62px !important;
        max-width: 62px !important;
        height: 62px !important;
        min-height: 62px !important;
        max-height: 62px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-width: 4px !important;
        border-radius: 18px !important;
        box-sizing: border-box !important;
        transform: none !important;
    }

    .ws-process-card:hover .ws-process-icon {
        transform: none !important;
    }

    .ws-process-icon i {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 25px !important;
        line-height: 1 !important;
        text-align: center !important;
    }

    .ws-process-card h3 {
        grid-area: processTitle !important;
        align-self: end !important;
        display: block !important;
        float: none !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        min-height: 0 !important;
        height: auto !important;
        margin: 0 34px 2px 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        color: #10264a !important;
        font-size: 15px !important;
        font-weight: 850 !important;
        line-height: 20px !important;
        text-align: left !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
        box-sizing: border-box !important;
    }

    .ws-process-card h3 strong,
    .ws-process-card h3 b,
    .ws-process-card h3 span {
        display: inline !important;
        width: auto !important;
        max-width: none !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    .ws-process-card p {
        grid-area: processText !important;
        align-self: start !important;
        display: block !important;
        float: none !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        color: #647487 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: left !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
        box-sizing: border-box !important;
    }
}


.ws-news-section {
    background: #eeeeee;
    padding: 40px 0 48px;
    margin-top: 24px;
    clear: both;
}

.ws-news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.ws-news-head h3 {
    margin: 0;
    color: #102033;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.ws-news-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.ws-news-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 18px;
    background: #fff;
    color: #0f172a;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.ws-news-all:hover {
    background: #1A9BD4;
    color: #fff;
}

.ws-news-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #10264a;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ws-news-arrow:hover {
    background: #1A9BD4;
    color: #fff;
}

.ws-news-slider {
    overflow: hidden;
}

.ws-news-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.ws-news-card {
    display: none;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 12px 30px rgba(44, 49, 59, 0.10);
}

.ws-news-card.is-visible {
    display: block;
}

.ws-news-image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f4f7fb;
    line-height: 0;
}

.ws-news-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
    object-position: center center;
    background: transparent;
}


.ws-news-content {
    padding: 18px 30px 14px;
}

.ws-news-title {
    margin: 0;
    min-height: 48px;
    color: #1f2937;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}

.ws-news-title a {
    color: #1f2937;
    text-decoration: none !important;
}

.ws-news-title a:hover {
    color: #1A9BD4;
}

.ws-news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 42px;
    padding: 15px 30px 18px;
    border-top: 1px solid #e2e2e2;
    color: #6b7280;
    font-size: 14px;
    line-height: 20px;
}

.ws-news-author {
    color: #ff3c18;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ws-news-date {
    color: #6b7280;
    white-space: nowrap;
}

.ws-news-go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    color: #c9c9c9;
    font-size: 22px;
    text-decoration: none !important;
}

.ws-news-go:hover {
    color: #1A9BD4;
}

.ws-news-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.ws-news-dot {
    width: 11px;
    height: 7px;
    padding: 0;
    border: 0;
    background: #ff4b22;
    cursor: pointer;
}

.ws-news-dot.active {
    width: 30px;
    background: #10264a;
}

@media (max-width: 991px) {
    .ws-news-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .ws-news-head h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .ws-news-section {
        padding: 30px 0 36px;
    }

    .ws-news-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 18px;
    }

    .ws-news-head h3 {
        font-size: 24px;
    }

    .ws-news-actions {
        width: 100%;
        justify-content: space-between;
    }

    .ws-news-track {
        display: block;
        max-width: 390px;
        margin: 0 auto;
    }

    .ws-news-card {
        width: 100%;
    }

    .ws-news-image {
        height: auto;
    }

    .ws-news-content {
        padding: 16px 22px 12px;
    }

    .ws-news-title {
        min-height: auto;
        font-size: 17px;
        line-height: 23px;
    }

    .ws-news-meta {
        padding: 14px 22px 16px;
        font-size: 13px;
    }
}



.ws-index-products-fit-images .ws-product-price {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 54px !important;
    margin: 12px 0 16px !important;
    padding: 12px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #10264a !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

.ws-index-products-fit-images .ws-product-price::before {
    content: "Fiyat :";
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

.ws-index-products-fit-images .ws-product-price .ws-current-price {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-shadow: none !important;
}

.ws-index-products-fit-images .ws-product-price .ws-old-price {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: line-through !important;
}

@media (max-width: 767px) {
    .ws-index-products-fit-images .ws-product-price {
        min-height: 50px !important;
        padding: 11px 12px !important;
    }

    .ws-index-products-fit-images .ws-product-price::before {
        font-size: 18px !important;
    }

    .ws-index-products-fit-images .ws-product-price .ws-current-price {
        font-size: 20px !important;
    }
}

.ws-amazingslider-wrapper {
    display: block !important;
    position: relative !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
}

.ws-amazingslider {
    display: block !important;
    position: relative !important;
    margin: 0 auto !important;
}

.ws-amazingslider-slides {
    display: none !important;
}
