:root {
    --coreservercart-primary-rgb: 37,99,235;
    --coreservercart-accent-rgb: 249,115,22;
    --text-dark: #1a1a1a;
    --text-secondary-server: #6d7792;
    --text-heading-server: #282c3f;
    --success: var(--CoreV2-primary);
    --danger: var(--CoreV2-primary);
    --shadow-hover: 0 10px 25px -5px rgba(226,232,240,1);
    --card-border-color: #e2e8f0;
    --service-bg: rgba(var(--CoreV2-primary-rgb),0.05);
    --accent-color: var(--CoreV2-primary);
    --popular-bg: var(--accent-color);
    --popular-text: #fff;
    --text-muted: #6c757d;
    --shadow-light: 0 4px 15px -2px rgba(226,232,240,0.8);
    --shadow-popular: 0 10px 30px rgba(var(--CoreV2-primary-rgb),.3);
    --server-feature-icon-bg: #ffffff;
    --server-right-bg: linear-gradient(135deg,rgba(var(--CoreV2-primary-rgb),0.05),rgba(255,255,255,0.8));
    --server-right-border: rgba(var(--CoreV2-primary-rgb),0.1);
    --server-card-border: #f2f2f9;
}

[data-theme="dark"] {
    --text-dark: #f9fafb;
    --text-secondary-server: #94a3b8;
    --text-heading-server: #e2e8f0;
    --success: #4ade80;
    --shadow-hover: 0 10px 30px -5px rgba(15,23,42,0.8);
    --card-border-color: #334155;
    --service-bg: rgba(var(--CoreV2-primary-rgb),0.08);
    --shadow-light: 0 4px 20px -2px rgba(15,23,42,0.6);
    --popular-bg: var(--CoreV2-gradient-primary);
    --shadow-popular: 0 10px 30px rgba(96,165,250,.3);
    --server-feature-icon-bg: rgba(var(--CoreV2-primary-rgb),0.12);
    --server-right-bg: linear-gradient(135deg,rgba(var(--CoreV2-primary-rgb),0.08),rgba(var(--CoreV2-primary-rgb),0.02));
    --server-right-border: rgba(var(--CoreV2-primary-rgb),0.18);
    --server-card-border: #1e293b;
}

*,*::before,*::after {
    box-sizing: border-box;
}

.tablopaketler {
    all: unset;
}

.products_list {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.professional-tabs-container-wrapper,.corecartpkts-period-selector-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.professional-tabs-container-wrapper {
    margin-bottom: 2rem;
    padding-bottom: 15px;
}

.professional-tabs-container-wrapper::-webkit-scrollbar {
    height: 4px;
}

.professional-tabs-container-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(var(--CoreV2-primary-rgb),0.3);
    border-radius: 10px;
}

.corecartpkts-period-selector-wrapper {
    margin: 0 auto 2rem auto;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.corecartpkts-period-selector-wrapper::-webkit-scrollbar {
    display: none;
}

.corecartpkts-period-selector-wrapper {
    scrollbar-width: none;
}

.professional-tabs-container,.corecartpkts-period-selector {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    width: max-content;
    margin: 0;
    gap: 12px;
}

.corecartpkts-period-selector {
    background: var(--card-background);
    border-radius: 50px;
    padding: .4rem;
    box-shadow: none;
    border: 1px solid var(--card-border-color);
    margin: 0 auto;
}

.professional-tab-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    color: var(--CoreV2-primary);
    border: 1px solid rgba(var(--CoreV2-primary-rgb),0.08);
    background-color: rgba(var(--CoreV2-primary-rgb),0.08);
    transition: all 0.25s ease;
    white-space: nowrap;
}

.professional-tab-link.active,#category-button-active {
    background-color: var(--CoreV2-primary) !important;
    color: white !important;
    border-color: var(--CoreV2-primary) !important;
}

.professional-tab-link .tab-icon,.professional-tab-link .tab-image {
    margin-right: 8px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    transition: filter 0.25s ease;
}

.professional-tab-link.active .tab-icon,#category-button-active i {
    color: white !important;
}

.professional-tab-link:not(.active) .tab-image {
    filter: grayscale(1) opacity(0.7);
}

.product-category-header {
    text-align: center;
    margin-bottom: 3rem;
}

.category-main-title {
    font-size: clamp(1.8rem,4vw,2.5rem);
    font-weight: 800;
    color: var(--text-dark);
    margin: 0;
}

.coreservercart-button {
    padding: .45rem .9rem;
    font-size: .8rem;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 50px;
    cursor: pointer;
    background: transparent;
    color: var(--text-muted);
    transition: all .3s ease-in-out;
    white-space: nowrap;
    flex-shrink: 0;
}

.coreservercart-button.coreservercart-active {
    background: var(--accent-color);
    color: var(--popular-text);
    box-shadow: none;
}

.coreservercart-home-servers {
    padding: 1rem 0;
}

.coreservercart-container {
    padding: 0 1.5rem;
}

.coreservercart-slider-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    margin: 0 -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.coreservercart-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.coreservercart-slider-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.coreservercart-server-grid {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 5px;
}

.coreservercart-server-item {
    background: var(--card-background);
    border-radius: 16px;
    box-shadow: none;
    transition: all .35s cubic-bezier(0.4,0,0.2,1);
    border: 1px solid var(--server-card-border);
    position: relative;
    width: 85%;
    max-width: 320px;
    flex: 0 0 85%;
    scroll-snap-align: center;
    overflow: visible;
    padding-bottom: 0.8rem;
}

.coreservercart-server-item:last-child {
    margin-right: 1.5rem;
}

.coreservercart-card-inner {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    transition: all .35s cubic-bezier(0.4,0,0.2,1);
}

.popular-highlight .coreservercart-server-right {
    background: linear-gradient(135deg,rgba(var(--CoreV2-primary-rgb),0.85) 0%,rgba(var(--CoreV2-primary-rgb),0.75) 100%);
    box-shadow: none;
    border: 1px solid rgba(var(--sw-primary-rgb),.1);
}

.popular-highlight .coreservercart-card-inner {
    background: var(--CoreV2-primary);
}

.coreservercart-card-front {
    padding: 1.5rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.coreservercart-server-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.coreservercart-server-header {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.6rem;
}

.coreservercart-h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--CoreV2-primary);
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.coreservercart-new-popular-badge {
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
}

.popular-highlight .coreservercart-h3,.popular-highlight .coreservercart-new-popular-badge {
    color: white;
}

.popular-highlight .coreservercart-new-popular-badge {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.5);
}

.coreservercart-leds {
    display: flex;
    gap: 3px;
    background-color: rgba(242,242,249,0.5);
    padding: 3px 5px;
    border-radius: 50px;
    flex-shrink: 0;
}

.coreservercart-led {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    box-shadow: none;
    border: 1px solid rgba(var(--sw-primary-rgb),.1);
}

.coreservercart-led-1 {
    background: #00ff88;
    color: #00ff88;
    animation: led-pulse-1 2s infinite;
}

.coreservercart-led-2 {
    background: #ffaa00;
    color: #ffaa00;
    animation: led-blink-2 1.5s infinite;
}

.coreservercart-led-3 {
    background: #00aaff;
    color: #00aaff;
    animation: led-pulse-3 2.5s infinite;
}

@keyframes led-pulse-1 {
    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

@keyframes led-blink-2 {
    0%,100% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

@keyframes led-pulse-3 {
    0%,100% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.3;
    }
}

.coreservercart-server-features {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(130px,1fr));
    gap: 0.7rem;
}

.coreservercart-feature {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.6rem;
    background: rgba(var(--CoreV2-primary-rgb),0.04);
    border: 1px solid rgba(var(--CoreV2-primary-rgb),0.08);
    border-radius: 8px;
    transition: all 0.2s ease;
}

.coreservercart-feature:hover {
    background: rgba(var(--CoreV2-primary-rgb),0.08);
}

.coreservercart-feature-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--server-feature-icon-bg);
    border-radius: 8px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.coreservercart-feature-icon svg {
    width: 15px;
    height: 15px;
    color: var(--accent-color);
}

.coreservercart-feature-content {
    display: flex;
    flex-direction: column;
}

.coreservercart-h4 {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text-heading-server);
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
}

.coreservercart-info {
    font-size: 9px;
    font-weight: 500;
    color: var(--text-secondary-server);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 1px;
}

.popular-highlight .coreservercart-feature {
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.3);
}

.popular-highlight .coreservercart-feature-icon {
    background: rgba(255,255,255,.25);
}

.popular-highlight .coreservercart-feature-icon svg,.popular-highlight .coreservercart-h4 {
    color: white;
}

.popular-highlight .coreservercart-info {
    color: rgba(255,255,255,.8);
}

.coreservercart-server-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    margin: 0.5rem 0;
    border: 1px solid rgba(0, 0, 0, 0.04);
    gap: 0;
    position: relative;
}

.coreservercart-os-section {
    text-align: center;
    width: 100%;
}

.coreservercart-os-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.5rem;
}

.coreservercart-os-item {
    width: 36px;
    height: 36px;
    background: var(--card-background);
    border: 1px solid var(--card-border-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.coreservercart-os-item:hover {
    transform: scale(1.15);
    border-color: var(--accent-color);
    box-shadow: none;
}

.coreservercart-os-item img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.coreservercart-os-item svg {
    width: 16px;
    height: 16px;
    color: #d8d8d8;
}

.coreservercart-more-os {
    position: relative;
}

.coreservercart-more-list {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    background: var(--card-background);
    padding: 8px;
    border-radius: 50px;
    border: 1px solid var(--card-border-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 20;
    box-shadow: none;
}

.coreservercart-more-os:hover .coreservercart-more-list {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-8px);
}

.coreservercart-os-icon {
    width: 32px;
    height: 32px;
    margin: 0 4px;
}

.popular-highlight .coreservercart-os-item {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.2);
}

.coreservercart-server-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    max-width: 220px;
    padding-left: 1.5rem;
    padding-right: 2rem;
    border-left: 1px solid rgba(var(--CoreV2-primary-rgb),0.1);
    background: rgba(var(--CoreV2-primary-rgb),0.02);
}

.coreservercart-price-wrapper {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.coreservercart-price,.coreservercard-back-price-amount {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: var(--text-dark);
    white-space: nowrap;
}

.coreservercart-type,.coreservercard-back-price-period {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--accent-color);
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.popular-highlight .coreservercart-price,.popular-highlight .coreservercard-back-price-amount {
    color: white;
}

.popular-highlight .coreservercart-type,.popular-highlight .coreservercard-back-price-period {
    color: rgba(255,255,255,.8);
}

.coreservercart-action-section {
    display: flex;
    gap: 0.8rem;
}

.coreservercart-buy,.coreservercard-back-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background: var(--accent-color);
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all .3s ease;
    gap: 8px;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.coreservercart-buy::before,.coreservercard-back-buy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--accent-color);
    filter: brightness(1.1);
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}

.coreservercart-buy:hover:not(.out-of-stock-btn)::before {
    opacity: 1;
}

.coreservercart-buy:hover:not(.out-of-stock-btn) {
    background: var(--CoreV2-primary);
    color: white;
}

.popular-highlight .coreservercart-buy,.popular-highlight .coreservercard-back-buy {
    background: white;
    color: var(--CoreV2-primary);
}

.popular-highlight .coreservercart-buy svg,.popular-highlight .coreservercard-back-buy svg {
    color: var(--CoreV2-primary);
}

.coreservercart-buy.out-of-stock-btn,.coreservercard-back-buy.out-of-stock-btn {
    background-color: #e2e8f0;
    color: #94a3b8;
    cursor: not-allowed;
}

[data-theme="dark"] .coreservercart-buy.out-of-stock-btn {
    background-color: #374151;
    color: #6b7280;
}

.coreservercart-buy svg,.coreservercard-back-buy svg {
    width: 20px;
    height: 20px;
}

.coreservercart-show-more {
    width: auto;
    padding: 0.45rem 1.2rem;
    background: var(--card-background,#fff);
    color: var(--CoreV2-primary);
    border: 1px solid rgba(var(--CoreV2-primary-rgb),0.15);
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s ease;
    font-size: 0.78rem;
    font-weight: 600;
    margin: 1rem auto 2.5rem;
    position: relative;
    z-index: 2;
}

.coreservercart-show-more .button-text {
    display: inline;
}

.coreservercart-show-more:hover {
    background: rgba(var(--CoreV2-primary-rgb),0.1);
    border-color: rgba(var(--CoreV2-primary-rgb),0.25);
    color: var(--CoreV2-primary);
}

.coreservercart-show-more .icon-toggle {
    width: 14px;
    height: 14px;
    transition: transform 0.4s ease;
}

.popular-highlight .coreservercart-show-more {
    color: rgba(255,255,255,.9);
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.2);
}

.currency-symbol {
    font-size: 0.55em;
    font-weight: 700;
    vertical-align: super;
    margin-right: 4px;
}

.coreservercart-server-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.server-oval-bg {
    display: none;
}

.coreservercart-server-image-container img {
    max-width: 100%;
    height: auto;
    max-height: 110px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.coreservercart-server-image-container:hover img {
    transform: scale(1.08);
}

.coreservercart-location-badge {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 4px;
    padding: 3px 8px;
    background: rgba(var(--CoreV2-primary-rgb),0.06);
    border: 1px solid rgba(var(--CoreV2-primary-rgb),0.1);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    color: var(--CoreV2-primary);
    margin-top: 0.4rem;
    margin-bottom: -0.3rem;
}

.coreservercart-location-badge svg {
    width: 12px;
    height: 12px;
    color: var(--accent-color);
}

.popular-highlight .coreservercart-location-badge {
    background: rgba(255,255,255,0.15);
    color: white;
}

.popular-highlight .coreservercart-location-badge svg {
    color: white;
}

.coreservercart-card-back {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    background: transparent;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.popular-highlight .coreservercart-card-back {
    background: rgba(0,0,0,0.05);
}

.coreservercard-detail-wrapper {
    padding: 1rem 1.2rem;
    position: relative;
    background: rgba(var(--CoreV2-primary-rgb),0.03);
    border: 1px solid rgba(var(--CoreV2-primary-rgb),0.08);
    border-radius: 8px;
    margin: 0 1rem 1rem;
}

.coreservercard-detail-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.7rem;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary-server);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.coreservercard-detail-header-icon {
    width: 15px;
    height: 15px;
    color: var(--text-secondary-server);
}

.popular-highlight .coreservercard-detail-header {
    color: white;
    border-color: rgba(255,255,255,0.15);
}

.popular-highlight .coreservercard-detail-header-icon {
    color: white;
}

.coreservercard-detail-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0.6rem;
}

.coreservercard-detail-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.6rem;
    background: rgba(var(--CoreV2-primary-rgb),0.04);
    border: 1px solid rgba(var(--CoreV2-primary-rgb),0.08);
    border-radius: 8px;
    transition: all 0.2s ease;
}

.coreservercard-detail-icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--server-feature-icon-bg);
    border-radius: 8px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.coreservercard-detail-icon svg {
    width: 18px;
    height: 18px;
    color: var(--accent-color);
}

.coreservercard-detail-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.coreservercard-detail-label {
    font-size: 10px;
    font-weight: 500;
    color: var(--text-secondary-server);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
    margin-bottom: 2px;
}

.coreservercard-detail-value {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-heading-server);
    line-height: 1.3;
}

.popular-highlight .coreservercard-detail-item {
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.15);
}

.popular-highlight .coreservercard-detail-item:hover {
    background: rgba(0,0,0,0.15);
}

.popular-highlight .coreservercard-detail-icon {
    background: rgba(0,0,0,0.12);
}

.popular-highlight .coreservercard-detail-icon svg {
    color: rgba(255,255,255,0.8);
}

.popular-highlight .coreservercard-detail-label {
    color: rgba(255,255,255,0.6);
}

.popular-highlight .coreservercard-detail-value {
    color: rgba(255,255,255,0.9);
}

[data-theme="dark"] .coreservercard-detail-icon {
    background: rgba(var(--CoreV2-primary-rgb),0.12);
}

[data-theme="dark"] .coreservercard-detail-item {
    background: rgba(var(--CoreV2-primary-rgb),0.06);
}

.coreservercart-sunucustok {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    background: var(--danger);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 10;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.coreservercart-sunucustok svg {
    width: 12px;
    height: 12px;
}

.coreservercart-server-item.out-of-stock {
    opacity: 0.7;
}

.coreservercart-server-item.out-of-stock::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 16px;
}

[data-theme="dark"] .coreservercart-server-item.out-of-stock::after {
    background: rgba(30,41,59,0.5);
}

.coreservercart-card-handle,.coreservercart-card-handle-back {
    display: none;
}

@media (min-width: 768px) {
    .coreservercart-server-item {
        width:80%;
        flex-basis: 80%;
    }

    .coreservercart-server-features {
        grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    }

    .coreservercart-show-more .button-text {
        display: inline;
    }

    .coreservercart-show-more {
        width: auto;
    }

    .coreservercart-card-front {
        padding: 1.5rem 2rem;
    }

    .professional-tabs-container,.corecartpkts-period-selector {
        justify-content: center;
    }
}

.server-countdown {
    background: rgba(var(--CoreV2-primary-rgb,80,70,229),0.08);
    border: 1px solid rgba(var(--CoreV2-primary-rgb,80,70,229),0.12);
    border-radius: 10px;
    padding: 10px 14px;
    margin: 0.5rem auto;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 100%;
    order: 10;
}

.coreservercart-server-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.6rem;
}

.coreservercart-server-header .server-countdown {
    display: block;
    margin: 0.5rem 0 0 0;
    width: 100%;
    flex-basis: 100%;
}

.coreservercart-server-header:not(:has(.server-countdown)) {
    margin-bottom: 0.6rem;
}

.server-countdown .countdown-title {
    font-size: 11px;
    font-weight: 600;
    color: var(--CoreV2-primary,#5046e5);
    margin-bottom: 6px;
}

.server-countdown .countdown-title i {
    margin-right: 4px;
}

.server-countdown .countdown-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.server-countdown .cd-box {
    background: rgba(var(--CoreV2-primary-rgb,80,70,229),0.08);
    border-radius: 6px;
    padding: 4px 8px;
    min-width: 40px;
    text-align: center;
}

.server-countdown .cd-val {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: var(--CoreV2-primary,#5046e5);
    line-height: 1.2;
}

.server-countdown .cd-lbl {
    display: block;
    font-size: 8px;
    font-weight: 600;
    color: var(--CoreV2-primary,#5046e5);
    opacity: 0.7;
    text-transform: uppercase;
}

.server-countdown .cd-sep {
    font-size: 14px;
    font-weight: 700;
    color: var(--CoreV2-primary,#5046e5);
    opacity: 0.5;
}

[data-theme="dark"] .server-countdown {
    background: rgba(var(--CoreV2-primary-rgb,80,70,229),0.15);
    border-color: rgba(var(--CoreV2-primary-rgb,80,70,229),0.2);
}

[data-theme="dark"] .server-countdown .cd-box {
    background: rgba(var(--CoreV2-primary-rgb,80,70,229),0.15);
}

@media (min-width: 1025px) {
    .professional-tabs-container-wrapper {
        display:flex;
        justify-content: center;
        overflow-x: visible;
    }

    .coreservercart-container {
        padding: 0;
    }

    .coreservercart-slider-wrapper {
        display: block;
        overflow-x: visible;
        margin: 0;
        padding: 0;
    }

    .coreservercart-server-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-bottom: 0;
    }

    .coreservercart-server-item {
        width: 100%;
        max-width: var(--CoreV2-container-width);
        margin: 0 auto;
        flex: none;
        scroll-snap-align: none;
        overflow: visible;
        padding-bottom: 0;
    }

    .coreservercart-server-item:last-child {
        margin-right: auto;
    }

    .coreservercart-server-item:hover {
        transform: translateY(-2px);
    }

    .coreservercart-server-item.popular-highlight {
        border: 1px solid rgba(0, 0, 0, 0.04);
        transform: translateY(-2px);
    }

    .coreservercart-card-inner {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }

    .coreservercart-card-front {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0;
        flex-direction: row;
        gap: 0;
        overflow: hidden;
        margin-bottom: 0;
    }

    .coreservercart-server-left {
        display: flex;
        flex: 1 1 0;
        min-width: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.4rem;
        padding: 0.5rem 0.5rem 0 0.8rem;
    }

    .coreservercart-server-features {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        max-width: 100%;
    }

    .coreservercart-feature {
        flex: 0 1 auto;
        min-width: 140px;
        max-width: 170px;
        padding: 0.5rem 0.6rem;
        background: rgba(var(--CoreV2-primary-rgb),0.04);
        border: 1px solid rgba(var(--CoreV2-primary-rgb),0.08);
        border-radius: 10px;
        transition: all 0.2s ease;
    }

    .coreservercart-feature:hover {
        background: rgba(var(--CoreV2-primary-rgb),0.08);
        border-color: rgba(var(--CoreV2-primary-rgb),0.15);
    }

    .coreservercart-server-header {
        margin-bottom: 0;
        flex-wrap: nowrap;
    }

    .coreservercart-server-header .server-countdown {
        width: auto;
        flex-basis: auto;
        margin: 0 0 0 10px;
    }

    .coreservercart-h3 {
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: -0.3px;
    }

    .coreservercart-show-more {
        padding: 0.3rem 1rem;
        width: auto;
        height: auto;
        font-size: 0.78rem;
        border-radius: 50px;
        margin: 0.5rem auto 1rem;
        align-self: center;
    }

    .coreservercart-show-more .button-text {
        display: inline;
    }

    .coreservercart-show-more .icon-toggle {
        transform: rotate(0);
        margin: 0;
    }

    .coreservercart-server-middle {
        flex: 0 0 120px;
        margin: 0 0.5rem 0 -1rem;
        padding: 1.8rem 0.5rem 0.5rem 0.5rem;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 16px;
        border: 1px solid rgba(0, 0, 0, 0.04);
    }

    .coreservercart-server-middle::before {
        display: none;
    }

    .coreservercart-server-right::before {
        display: none;
    }

    .coreservercart-server-item:hover .coreservercart-server-right::before {
        display: none;
    }

    .coreservercart-price-section {
        text-align: center;
    }

    .coreservercart-price-wrapper {
        text-align: center;
    }

    .coreservercart-type {
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        opacity: 0.7;
        font-weight: 600;
    }

    .coreservercart-price {
        font-size: 1.6rem;
        font-weight: 800;
        color: var(--CoreV2-primary);
        line-height: 1.1;
        position: relative;
    }

    .coreservercart-buy:hover {
        transform: translateY(-1px);
        box-shadow: none;
        filter: brightness(1.05);
    }

    .popular-highlight .coreservercart-card-front {
        background: var(--popular-bg);
    }

    .popular-highlight .coreservercart-server-right::before {
        display: none;
    }

    .popular-highlight .coreservercart-server-middle::before {
        display: none;
    }

    .coreservercart-card-back {
        border-top: none;
    }

    .coreservercard-detail-wrapper {
        padding: 1.5rem 2.5rem;
    }

    .coreservercard-detail-features {
        display: grid;
        grid-template-columns: repeat(5,1fr);
        gap: 0.7rem;
    }

    .coreservercard-detail-item {
        padding: 0.8rem 1rem;
    }

    .coreservercard-detail-icon {
        min-width: 44px;
        width: 44px;
        height: 44px;
    }

    .coreservercard-detail-icon svg {
        width: 22px;
        height: 22px;
    }

    .coreservercard-detail-value {
        font-size: 13px;
    }

    .coreservercard-detail-label {
        font-size: 10px;
    }

    .coreservercart-h4 {
        font-size: 13px;
        white-space: normal;
        word-break: break-word;
    }

    .coreservercart-info {
        font-size: 10px;
    }

    .coreservercart-feature-icon {
        width: 38px;
        height: 38px;
    }

    .coreservercart-feature-icon svg {
        width: 19px;
        height: 19px;
    }

    .coreservercart-feature {
        padding: 0.6rem 0.8rem;
        gap: 0.6rem;
        min-width: 0;
    }

    .coreservercart-sunucustok {
        top: 1rem;
        right: 1.5rem;
        left: auto;
        transform: none;
        padding: 5px 10px;
    }

    .coreservercart-bottom-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 6px 2rem 10px;
    }

    .coreservercart-server-header .server-countdown {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 0 10px;
        padding: 6px 10px;
        border-radius: 8px;
        font-size: 12px;
        width: fit-content;
    }

    .coreservercart-server-header .server-countdown .countdown-title {
        font-size: 11px;
        margin-bottom: 0;
    }

    .coreservercart-server-header .server-countdown .countdown-boxes {
        gap: 3px;
    }

    .coreservercart-server-header .server-countdown .cd-box {
        min-width: 32px;
        padding: 3px 5px;
    }

    .coreservercart-server-header .server-countdown .cd-val {
        font-size: 13px;
    }

    .coreservercart-server-header .server-countdown .cd-lbl {
        font-size: 8px;
    }

    .coreservercart-server-header .server-countdown .cd-sep {
        font-size: 12px;
        padding: 0 1px;
    }

    .server-countdown {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin: -20px 0 0 1.2rem;
        padding: 6px 14px;
        border-radius: 10px;
        font-size: 12px;
        width: fit-content;
    }

    .server-countdown .countdown-title {
        margin-bottom: 0;
        font-size: 12px;
        white-space: nowrap;
    }

    .server-countdown .countdown-boxes {
        gap: 4px;
    }

    .server-countdown .cd-box {
        min-width: 42px;
        padding: 5px 8px;
    }

    .server-countdown .cd-val {
        font-size: 17px;
    }

    .server-countdown .cd-lbl {
        font-size: 8px;
    }

    .server-countdown .cd-sep {
        font-size: 14px;
        padding: 0 2px;
    }

    .coreservercart-location-badge {
        display: inline-flex !important;
        visibility: visible !important;
    }
}

.corecartpkts-wrapper .CoreV2-filter-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 0;
    margin-bottom: 15px;
}

.corecartpkts-wrapper .CoreV2-filter {
    position: relative;
}

.corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-header {
    display: none;
}

.corecartpkts-wrapper .CoreV2-filter .CoreV2-filter-options {
    display: flex;
    align-items: center;
    padding: 5px;
    background: rgba(var(--CoreV2-primary-rgb,80,70,229),0.08);
    border: 1px solid rgba(var(--CoreV2-primary-rgb,80,70,229),0.1);
    border-radius: 14px;
    gap: 4px;
}

.corecartpkts-wrapper .CoreV2-filter .CoreV2-filter-item {
    padding: 10px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 500;
    font-size: 14px;
    color: var(--CoreV2-primary,var(--color-primary,#5046e5));
    background: transparent;
    border-radius: 10px;
    min-width: fit-content;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
}

.corecartpkts-wrapper .CoreV2-filter .CoreV2-filter-item:hover {
    background: rgba(var(--CoreV2-primary-rgb,80,70,229),0.1);
}

.corecartpkts-wrapper .CoreV2-filter .CoreV2-filter-item.active {
    background: var(--CoreV2-primary,var(--color-primary,#5046e5));
    color: #fff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .corecartpkts-wrapper .CoreV2-filter-wrap {
        gap:10px;
        padding: 0 15px;
    }

    .corecartpkts-wrapper .CoreV2-filter {
        width: 100%;
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 15px;
        background: rgba(var(--CoreV2-primary-rgb,80,70,229),0.06);
        border: 1px solid rgba(var(--CoreV2-primary-rgb,80,70,229),0.1);
        border-radius: 12px;
        cursor: pointer;
        position: relative;
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-icon {
        min-width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 10px;
        font-size: 18px;
        color: var(--CoreV2-primary,var(--color-primary,#5046e5));
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-info {
        line-height: 1.3;
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-label {
        font-size: 12px;
        color: #6d7792;
        display: block;
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-value {
        font-weight: 600;
        font-size: 15px;
        color: #1a1a2e;
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-arrow {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        background: rgba(var(--CoreV2-primary-rgb,80,70,229),0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-arrow::before {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid var(--CoreV2-primary,#5046e5);
        border-bottom: 2px solid var(--CoreV2-primary,#5046e5);
        transform: rotate(45deg) translateY(-2px);
        transition: transform 0.3s;
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile.open .CoreV2-filter-arrow::before {
        transform: rotate(-135deg) translateY(-2px);
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-options {
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-top: 8px;
        padding: 10px;
        gap: 6px;
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile.open .CoreV2-filter-options {
        display: flex;
    }

    .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-item {
        width: auto;
        justify-content: center;
        padding: 9px 18px;
        font-size: 13px;
        border-radius: 12px;
    }

    .server-countdown {
        margin: 0.4rem 0.8rem;
        padding: 8px 10px;
    }

    .server-countdown .cd-val {
        font-size: 14px;
    }

    .server-countdown .cd-box {
        min-width: 34px;
        padding: 3px 6px;
    }
}

[data-theme="dark"] .corecartpkts-wrapper .CoreV2-filter .CoreV2-filter-options {
    background: rgba(var(--CoreV2-primary-rgb,80,70,229),0.15);
    border-color: rgba(var(--CoreV2-primary-rgb,80,70,229),0.2);
}

[data-theme="dark"] .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-header {
    background: rgba(var(--CoreV2-primary-rgb,80,70,229),0.1);
    border-color: rgba(var(--CoreV2-primary-rgb,80,70,229),0.15);
}

[data-theme="dark"] .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-icon {
    background: #1e293b;
}

[data-theme="dark"] .corecartpkts-wrapper .CoreV2-filter.CoreV2-filter-mobile .CoreV2-filter-value {
    color: #f1f5f9;
}

.pakettitle,.categoriesproduct,.tablepaket {
    display: none !important;
}

.server-carousel-pagination {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: -4px;
    padding: 4px 0;
}

.server-pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: rgba(var(--CoreV2-primary-rgb),0.2);
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.server-pagination-dot.active {
    width: 24px;
    border-radius: 4px;
    background: var(--CoreV2-primary);
}

@media (max-width: 767px) {
    .server-carousel-pagination {
        display:flex;
    }

    .coreservercart-card-front {
        padding: 1.2rem;
        gap: 0.8rem;
    }

    .coreservercart-server-features {
        grid-template-columns: repeat(2,1fr);
        gap: 0.4rem;
        width: 100%;
    }

    .coreservercart-feature {
        padding: 0.4rem 0.5rem;
        gap: 0.4rem;
    }

    .coreservercart-feature-icon {
        width: 26px;
        height: 26px;
    }

    .coreservercart-feature-icon svg {
        width: 13px;
        height: 13px;
    }

    .coreservercart-h4 {
        font-size: 11px;
    }

    .coreservercart-info {
        font-size: 8px;
    }

    .coreservercart-server-middle {
        padding: 0.5rem 0;
        gap: 0;
    }

    .coreservercart-server-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.6rem;
        padding: 0;
        width: 100%;
    }

    .coreservercart-price-wrapper {
        text-align: left;
        flex: 1;
        min-width: 0;
    }

    .coreservercart-price {
        font-size: clamp(1.1rem,4.5vw,1.5rem);
    }

    .coreservercart-type {
        font-size: 0.6rem;
    }

    .coreservercart-buy {
        padding: 0.55rem 1rem;
        font-size: 0.8rem;
        border-radius: 8px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .coreservercart-show-more {
        margin: 0.8rem auto 2rem;
        padding: 0.35rem 0.9rem;
        font-size: 0.7rem;
    }

    .coreservercard-detail-wrapper {
        margin: 0 0.8rem 0.8rem;
        padding: 0.8rem;
    }

    .coreservercard-detail-features {
        grid-template-columns: repeat(2,1fr);
        gap: 0.4rem;
    }

    .coreservercard-detail-item {
        padding: 0.4rem 0.5rem;
        gap: 0.4rem;
    }

    .coreservercard-detail-icon {
        min-width: 32px;
        width: 32px;
        height: 32px;
    }

    .coreservercard-detail-icon svg {
        width: 15px;
        height: 15px;
    }

    .coreservercard-detail-value {
        font-size: 11px;
    }

    .coreservercard-detail-label {
        font-size: 8px;
    }

    .coreservercart-location-badge {
        font-size: 10px;
        padding: 2px 6px;
    }

    .coreservercart-server-image-container img {
        max-width: 100px;
        max-height: 60px;
    }

    .coreservercart-os-item {
        width: 30px;
        height: 30px;
    }

    .coreservercart-os-item img {
        width: 18px;
        height: 18px;
    }
}

/* CoreV2 - View All Link Styling */
.CoreV2-view-all-link {
    border-radius: 18px !important;
    background: linear-gradient(130deg, rgba(var(--CoreV2-primary-rgb), 0.08) -10%, #fff 50%, rgba(var(--CoreV2-primary-rgb), 0.12) 110%) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    padding: 8px 16px !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    text-align: center !important;
    color: var(--text-primary, #212529) !important;
    text-decoration: none !important;
    flex-wrap: nowrap !important;
    transition: all 0.3s ease !important;
    font-size: 12px !important;
    max-width: fit-content !important;
    margin: 0 auto !important;
    white-space: nowrap !important;
}

.CoreV2-link-desc {
    font-size: 12px !important;
    color: var(--text-secondary, #64748b) !important;
    font-weight: 400 !important;
    margin-left: 5px !important;
}

.CoreV2-view-all-link svg {
    color: var(--CoreV2-primary, var(--color-primary)) !important;
    transition: transform 0.3s ease !important;
}

.CoreV2-view-all-link:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(var(--CoreV2-primary-rgb), 0.1) !important;
}

.CoreV2-view-all-link:hover svg {
    transform: translate(2px, -2px) !important;
}

@media (max-width: 767px) {
    .CoreV2-link-desc {
        display: none !important;
    }
}
