header.top {
            position: relative !important;
            isolation: isolate;
            overflow: hidden !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            min-height: auto !important;
            border-bottom: 1px solid rgba(79, 190, 235, 0.24) !important;
            background:
                radial-gradient(circle at 18% 10%, rgba(26, 155, 212, 0.20) 0%, rgba(26, 155, 212, 0.06) 26%, transparent 52%),
                radial-gradient(circle at 82% 18%, rgba(70, 126, 214, 0.16) 0%, rgba(70, 126, 214, 0.04) 24%, transparent 48%),
                linear-gradient(135deg, #111927 0%, #1a2637 52%, #111a28 100%) !important;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 10px 26px rgba(7, 18, 34, 0.16) !important;
        }

        header.top::before {
            position: absolute;
            z-index: 0;
            top: -120px;
            left: 50%;
            width: 760px;
            height: 280px;
            border-radius: 50%;
            background: radial-gradient(ellipse at center, rgba(40, 177, 230, 0.15) 0%, rgba(40, 177, 230, 0.045) 42%, transparent 72%);
            transform: translateX(-50%);
            content: "";
            pointer-events: none;
        }

        header.top::after {
            position: absolute;
            z-index: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent 0%, rgba(26, 155, 212, 0.45) 18%, #1A9BD4 50%, rgba(26, 155, 212, 0.45) 82%, transparent 100%);
            content: "";
            opacity: 0.95;
            pointer-events: none;
        }

        header.top .container {
            position: relative;
            z-index: 2;
        }

        header.top .logo {
            display: block;
            margin: 0 !important;
            padding: 0 !important;
        }

        header.top .logo img {
            display: block;
            max-width: 100%;
            height: auto;
        }

        .ws-header-right {
            padding-top: 0 !important;
        }

        .ws-header-actions {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            width: 100%;
        }

       
        .ws-header-search {
            display: block;
            flex: 1 1 auto !important;
            width: auto !important;
            max-width: none !important;
            min-width: 0 !important;
        }

        .ws-header-search form {
            margin: 0;
            padding: 0;
        }

        .ws-search-pill {
            position: relative;
            display: flex;
            align-items: center;
            width: 100% !important;
            height: 52px;
            margin: 0;
            padding: 0 58px 0 18px;
            overflow: hidden;
            background: #eef3f6;
            border-radius: 30px;
            box-shadow: none;
        }

        .ws-search-pill input.search_query {
            display: block;
            width: 100% !important;
            height: 52px !important;
            margin: 0 !important;
            padding: 0 !important;
            background: transparent !important;
            border: 0 !important;
            outline: 0 !important;
            box-shadow: none !important;
            color: #3b4652;
            font-size: 13px;
            line-height: 52px;
        }

        .ws-search-pill input.search_query::placeholder {
            color: #87919c;
            opacity: 1;
        }

        .ws-search-btn {
            position: absolute;
            top: 50%;
            right: 15px;
            width: 34px;
            height: 34px;
            margin: 0;
            padding: 0;
            transform: translateY(-50%);
            background: transparent;
            border: 0;
            color: #101820;
            font-size: 24px;
            line-height: 34px;
            text-align: center;
            cursor: pointer;
        }

        .ws-search-btn:hover {
            color: #1A9BD4;
        }

        .ws-header-links {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 12px;
            flex: 0 0 auto;
            min-width: max-content;
        }

        .ws-header-link,
        .ws-header-cart {
            display: inline-flex;
            align-items: center;
            min-height: 52px;
            color: #ffffff;
            text-decoration: none !important;
        }

        .ws-header-link:hover,
        .ws-header-cart:hover {
            color: #ffffff;
            text-decoration: none !important;
        }

        .ws-header-link-icon,
        .ws-header-cart-icon {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            min-width: 36px;
            margin-right: 8px;
            color: #0b79ad;
            font-size: 31px;
            line-height: 1;
        }

        .ws-header-cart-icon em {
            position: absolute;
            top: -7px;
            right: -4px;
            min-width: 18px;
            height: 18px;
            padding: 0 5px;
            border-radius: 50px;
            background: #ff9800;
            color: #ffffff;
            font-style: normal;
            font-size: 10px;
            font-weight: 700;
            line-height: 18px;
            text-align: center;
        }

        .ws-header-link-text,
        .ws-header-cart-text {
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            min-width: 0;
            line-height: 1.15;
        }

        .ws-header-link-text strong,
        .ws-header-cart-text strong {
            color: #ffffff;
            font-size: 13px;
            font-weight: 700;
            white-space: nowrap;
        }

        .ws-header-link-text small,
        .ws-header-cart-text small {
            display: block;
            margin-top: 4px;
            color: #ffffff;
            font-size: 11px;
            font-weight: 400;
            white-space: nowrap;
        }

        .ws-header-link:hover .ws-header-link-icon,
        .ws-header-cart:hover .ws-header-cart-icon {
            color: #1A9BD4;
        }

        
        header.top .shopping_cart {
            display: none !important;
        }

       
        @media (min-width: 992px) {
            header.top > .container {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                min-height: 96px;
                padding-top: 0 !important;
            }

            header.top > .container > .col-md-3 {
                float: none !important;
                display: flex;
                align-items: center;
                flex: 0 0 245px !important;
                width: 245px !important;
                max-width: 245px !important;
                height: 82px;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
            }

            header.top .logo {
                display: flex !important;
                align-items: center;
                width: 100%;
            }

            header.top .logo img {
                max-height: 74px;
                width: auto;
            }

            header.top .ws-header-right {
                float: none !important;
                display: flex;
                align-items: center;
                flex: 1 1 calc(100% - 245px) !important;
                width: auto !important;
                max-width: none !important;
                height: 82px;
                padding: 0 15px 0 8px !important;
            }

            header.top .ws-header-actions {
                display: flex;
                align-items: center !important;
                justify-content: space-between;
                width: 100%;
                padding: 0 !important;
                margin: 0 !important;
            }

            header.top .ws-header-search {
                display: block !important;
                flex: 1 1 auto !important;
                width: auto !important;
                max-width: none !important;
                min-width: 0 !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            header.top .ws-search-pill {
                width: 100% !important;
                min-width: 0 !important;
            }

            header.top .ws-header-links {
                display: flex;
                align-items: center !important;
                flex: 0 0 auto !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            header.top .ph_megamenu_mobile_toggle,
            header.top #ph_megamenu_wrapper {
                flex: 0 0 100%;
                width: 100%;
            }

            #ph_megamenu_wrapper {
                margin-top: 0 !important;
            }
        }

        @media (min-width: 1200px) {
            header.top > .container > .col-md-3 {
                flex-basis: 250px !important;
                width: 250px !important;
                max-width: 250px !important;
            }

            header.top .ws-header-right {
                flex-basis: calc(100% - 250px) !important;
                padding-left: 10px !important;
            }

            .ws-header-actions {
                gap: 16px;
            }

            .ws-header-links {
                gap: 14px;
            }
        }

        @media (max-width: 1199px) and (min-width: 992px) {
            header.top > .container > .col-md-3 {
                flex-basis: 220px !important;
                width: 220px !important;
                max-width: 220px !important;
            }

            header.top .ws-header-right {
                flex-basis: calc(100% - 220px) !important;
            }

            .ws-header-actions {
                gap: 10px;
            }

            .ws-header-links {
                gap: 8px;
            }

            .ws-header-link-icon,
            .ws-header-cart-icon {
                width: 30px;
                min-width: 30px;
                margin-right: 6px;
                font-size: 27px;
            }

            .ws-header-link-text strong,
            .ws-header-cart-text strong {
                font-size: 12px;
            }

            .ws-header-link-text small,
            .ws-header-cart-text small {
                font-size: 10px;
            }
        }

        @media (max-width: 991px) {
            header.top {
                padding-top: 8px !important;
            }

            .ws-header-right {
                padding-top: 10px !important;
            }

            .ws-header-actions {
                display: block;
            }

            .ws-header-search {
                flex: 1 1 auto !important;
                width: 100% !important;
                max-width: 100% !important;
                min-width: 0 !important;
                margin-bottom: 12px;
            }

            .ws-header-links {
                justify-content: center;
                flex-wrap: wrap;
                gap: 18px;
            }
        }

        @media (max-width: 767px) {
            header.top {
                padding-top: 6px !important;
            }

            .ws-header-right {
                padding-top: 8px !important;
            }

            /* Mobilde Bize Katıl / Hesabım alanını gizle */
            .ws-header-links {
                display: none !important;
            }

            .ws-search-pill {
                height: 48px;
                padding-left: 15px;
                padding-right: 54px;
                border-radius: 25px;
            }

            .ws-search-pill input.search_query {
                height: 48px !important;
                line-height: 48px;
                font-size: 12px;
            }

            .ws-search-btn {
                right: 12px;
                font-size: 22px;
            }

            .ws-header-links {
                justify-content: space-between;
                gap: 8px;
            }

            .ws-header-link,
            .ws-header-cart {
                min-height: 42px;
            }

            .ws-header-link-icon,
            .ws-header-cart-icon {
                width: 30px;
                min-width: 30px;
                margin-right: 6px;
                font-size: 25px;
            }

            .ws-header-link-text strong,
            .ws-header-cart-text strong {
                font-size: 12px;
            }

            .ws-header-link-text small,
            .ws-header-cart-text small {
                font-size: 10px;
            }
        }

       
        header.top .ws-search-pill {
            position: relative !important;
            overflow: hidden !important;
        }

        header.top .ws-search-pill .ws-search-btn,
        header.top .ws-search-pill button.ws-search-btn {
            position: absolute !important;
            top: 0 !important;
            right: 10px !important;
            bottom: 0 !important;
            left: auto !important;
            transform: none !important;

            display: flex !important;
            align-items: center !important;
            justify-content: center !important;

            width: 44px !important;
            height: 100% !important;
            min-width: 44px !important;
            min-height: 0 !important;
            max-height: none !important;

            margin: 0 !important;
            padding: 0 !important;

            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            outline: 0 !important;
            box-shadow: none !important;
            appearance: none !important;
            -webkit-appearance: none !important;

            color: #101820 !important;
            font-size: 0 !important;
            line-height: 1 !important;
            text-indent: 0 !important;
            cursor: pointer !important;
            z-index: 5 !important;
        }

        header.top .ws-search-pill .ws-search-btn i,
        header.top .ws-search-pill button.ws-search-btn i {
            display: block !important;
            width: auto !important;
            height: auto !important;
            margin: 0 !important;
            padding: 0 !important;
            color: #101820 !important;
            font-size: 22px !important;
            line-height: 1 !important;
            text-align: center !important;
            pointer-events: none !important;
        }

        header.top .ws-search-pill .ws-search-btn:hover i,
        header.top .ws-search-pill button.ws-search-btn:hover i {
            color: #1A9BD4 !important;
        }

        header.top .ws-search-pill input.search_query {
            padding-right: 54px !important;
        }


       
        body,
        .boxed-wrapper,
        .content,
        .container,
        .columns,
        .center_column,
        .sidebar,
        .background,
        #amazingslider-wrapper-1,
        #amazingslider-1,
        .ws-process-steps,
        .featured_products,
        .product_list_ph,
        .ws-news-section {
            filter: none !important;
            -webkit-filter: none !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
        }

        body::before,
        body::after,
        .boxed-wrapper::before,
        .boxed-wrapper::after,
        .content::before,
        .content::after,
        .background::before,
        .background::after,
        header.top::before,
        header.top::after,
        #ph_megamenu_wrapper::before,
        #ph_megamenu_wrapper::after,
        .ph_megamenu::before,
        .ph_megamenu::after {
            filter: none !important;
            -webkit-filter: none !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
        }

        #ph_megamenu_wrapper,
        #ph_megamenu_wrapper *,
        .ph_megamenu,
        .ph_megamenu *,
        .ph_megamenu .dropdown,
        .ph_megamenu .dropdown * {
            filter: none !important;
            -webkit-filter: none !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
        }

        .ph_megamenu:hover,
        .ph_megamenu li:hover,
        .ph_megamenu li:hover > a,
        .ph_megamenu li:hover > ul,
        #ph_megamenu_wrapper:hover {
            filter: none !important;
            -webkit-filter: none !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
        }



       
        .ws-desktop-menu-icon {
            display: none;
        }

        @media (min-width: 992px) {
            #ph_megamenu_wrapper {
                width: 100% !important;
                max-width: none !important;
                margin: 0 !important;
                padding: 0 0 12px !important;
                background: transparent !important;
                border: 0 !important;
                box-shadow: none !important;
                box-sizing: border-box !important;
            }

            #ph_megamenu_wrapper > nav {
                position: relative;
                width: 100% !important;
                max-width: none !important;
                overflow: hidden;
                padding: 7px !important;
                box-sizing: border-box !important;
                border: 1px solid rgba(255, 255, 255, 0.08) !important;
                border-radius: 14px !important;
                background: linear-gradient(135deg, #10264a 0%, #173b70 100%) !important;
                box-shadow: 0 13px 30px rgba(16, 38, 74, 0.20) !important;
            }

            #ph_megamenu_wrapper > nav::before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background: rgba(255, 255, 255, 0.18);
                content: "";
                pointer-events: none;
            }

            #ph_megamenu_wrapper .ws-main-menu {
                display: flex !important;
                align-items: center !important;
                width: 100% !important;
                margin: 0 !important;
                padding: 0 !important;
                gap: 4px !important;
                background: transparent !important;
                border: 0 !important;
            }

            #ph_megamenu_wrapper .ws-main-menu > li {
                float: none !important;
                display: flex !important;
                align-items: center !important;
                width: auto !important;
                margin: 0 !important;
                padding: 0 !important;
                border: 0 !important;
                background: transparent !important;
            }

            #ph_megamenu_wrapper .ws-main-menu > li::before,
            #ph_megamenu_wrapper .ws-main-menu > li::after {
                display: none !important;
                content: none !important;
            }

            #ph_megamenu_wrapper .ws-main-menu > li > a {
                position: relative !important;
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                gap: 8px !important;
                min-height: 48px !important;
                margin: 0 !important;
                padding: 0 14px !important;
                border: 1px solid transparent !important;
                border-radius: 10px !important;
                background: transparent !important;
                color: #ffffff !important;
                font-size: 12.5px !important;
                font-weight: 750 !important;
                line-height: 18px !important;
                letter-spacing: 0 !important;
                text-align: center !important;
                text-decoration: none !important;
                text-shadow: none !important;
                text-transform: none !important;
                white-space: nowrap !important;
                box-shadow: none !important;
                transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease !important;
            }

            #ph_megamenu_wrapper .ws-main-menu > li > a > span {
                color: #ffffff !important;
                font: inherit !important;
                line-height: inherit !important;
                text-transform: none !important;
            }

            #ph_megamenu_wrapper .ws-main-menu > li > a::before,
            #ph_megamenu_wrapper .ws-main-menu > li > a::after {
                display: none !important;
                content: none !important;
            }

            #ph_megamenu_wrapper .ws-main-menu > li:not(.ws-menu-home):not(.ws-menu-contact) > a:hover,
            #ph_megamenu_wrapper .ws-main-menu > li:not(.ws-menu-home):not(.ws-menu-contact):hover > a {
                border-color: rgba(255, 255, 255, 0.13) !important;
                background: rgba(255, 255, 255, 0.10) !important;
                color: #ffffff !important;
                transform: translateY(-1px);
                box-shadow: 0 7px 16px rgba(5, 19, 42, 0.15) !important;
            }

            #ph_megamenu_wrapper .ws-desktop-menu-icon {
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                width: 18px !important;
                min-width: 18px !important;
                height: 18px !important;
                margin: 0 !important;
                padding: 0 !important;
                color: #64c7ef !important;
                font-size: 14px !important;
                line-height: 18px !important;
                text-align: center !important;
                transition: color 0.22s ease, transform 0.22s ease !important;
            }

            #ph_megamenu_wrapper .ws-main-menu > li:not(.ws-menu-home):not(.ws-menu-contact) > a:hover .ws-desktop-menu-icon,
            #ph_megamenu_wrapper .ws-main-menu > li:not(.ws-menu-home):not(.ws-menu-contact):hover > a .ws-desktop-menu-icon {
                color: #ffffff !important;
                transform: translateY(-1px);
            }

            #ph_megamenu_wrapper .ws-menu-home {
                flex: 0 0 50px !important;
            }

            #ph_megamenu_wrapper .ws-menu-home > a {
                width: 48px !important;
                min-width: 48px !important;
                padding: 0 !important;
                border-color: rgba(255, 255, 255, 0.15) !important;
                background: rgba(255, 255, 255, 0.10) !important;
            }

            #ph_megamenu_wrapper .ws-menu-home > a i {
                margin: 0 !important;
                color: #ffffff !important;
                font-size: 19px !important;
                line-height: 1 !important;
            }

            #ph_megamenu_wrapper .ws-menu-home > a:hover {
                border-color: #1A9BD4 !important;
                background: #1A9BD4 !important;
                transform: translateY(-1px);
                box-shadow: 0 8px 18px rgba(26, 155, 212, 0.28) !important;
            }

            #ph_megamenu_wrapper .ws-menu-contact {
                margin-left: auto !important;
            }

            #ph_megamenu_wrapper .ws-menu-contact > a {
                min-width: 174px !important;
                border-color: rgba(255, 255, 255, 0.12) !important;
                background: linear-gradient(135deg, #1A9BD4 0%, #117eae 100%) !important;
                box-shadow: 0 8px 18px rgba(26, 155, 212, 0.24) !important;
            }

            #ph_megamenu_wrapper .ws-menu-contact > a i {
                margin: 0 !important;
                color: #ffffff !important;
                font-size: 14px !important;
                line-height: 1 !important;
            }

            #ph_megamenu_wrapper .ws-menu-contact > a:hover {
                border-color: rgba(255, 255, 255, 0.28) !important;
                background: linear-gradient(135deg, #22abe8 0%, #148abd 100%) !important;
                transform: translateY(-1px);
                box-shadow: 0 11px 23px rgba(26, 155, 212, 0.31) !important;
            }
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            #ph_megamenu_wrapper .ws-main-menu {
                gap: 2px !important;
            }

            #ph_megamenu_wrapper .ws-main-menu > li > a {
                gap: 6px !important;
                padding: 0 9px !important;
                font-size: 11.5px !important;
            }

            #ph_megamenu_wrapper .ws-desktop-menu-icon {
                width: 15px !important;
                min-width: 15px !important;
                font-size: 12px !important;
            }

            #ph_megamenu_wrapper .ws-menu-contact > a {
                min-width: 150px !important;
            }
        }

    

        .topbar {
            position: relative !important;
            min-height: 46px !important;
            margin: 0 !important;
            padding: 0 !important;
            overflow: hidden !important;
            border: 0 !important;
            border-bottom: 1px solid rgba(101, 207, 247, 0.34) !important;
            background: linear-gradient(110deg, #0b1423 0%, #10264a 48%, #123a63 100%) !important;
            box-shadow: 0 5px 18px rgba(5, 18, 36, 0.20) !important;
        }

        .topbar::before {
            position: absolute;
            top: -70px;
            left: 12%;
            width: 320px;
            height: 150px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(26, 155, 212, 0.20) 0%, rgba(26, 155, 212, 0) 72%);
            content: "";
            pointer-events: none;
        }

        .topbar::after {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent 0%, #1A9BD4 30%, #62cef5 50%, #1A9BD4 70%, transparent 100%);
            content: "";
            opacity: 0.9;
            pointer-events: none;
        }

        .topbar > .container {
            position: relative;
            z-index: 2;
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            min-height: 46px !important;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }

        .topbar .shortlinks {
            float: none !important;
            width: auto !important;
            margin: 0 !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        .topbar .shortlinks > ul,
        .topbar .shortlinks ul.nolist {
            float: none !important;
            display: flex !important;
            align-items: center !important;
            gap: 7px !important;
            width: auto !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .topbar .shortlinks li {
            float: none !important;
            display: flex !important;
            align-items: center !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            background: transparent !important;
            list-style: none !important;
        }

        .topbar .shortlinks li::before,
        .topbar .shortlinks li::after,
        .topbar .shortlinks li + li::before {
            display: none !important;
            width: 0 !important;
            height: 0 !important;
            margin: 0 !important;
            border: 0 !important;
            content: none !important;
        }

        .topbar .shortlinks li > a {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 7px !important;
            min-height: 34px !important;
            margin: 0 !important;
            padding: 0 10px !important;
            border: 1px solid transparent !important;
            border-radius: 9px !important;
            background: transparent !important;
            color: #dce9f5 !important;
            font-size: 12px !important;
            font-weight: 650 !important;
            line-height: 1 !important;
            text-decoration: none !important;
            text-shadow: none !important;
            white-space: nowrap !important;
            box-shadow: none !important;
            transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
        }

        .topbar .shortlinks li > a > i {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex: 0 0 25px !important;
            width: 25px !important;
            height: 25px !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 1px solid rgba(100, 199, 239, 0.22) !important;
            border-radius: 8px !important;
            background: rgba(26, 155, 212, 0.14) !important;
            color: #67cdf4 !important;
            font-size: 12px !important;
            line-height: 1 !important;
            text-align: center !important;
            transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease !important;
        }

        .topbar .shortlinks li > a:hover {
            border-color: rgba(255, 255, 255, 0.10) !important;
            background: rgba(255, 255, 255, 0.08) !important;
            color: #ffffff !important;
            transform: translateY(-1px);
        }

        .topbar .shortlinks li > a:hover > i {
            border-color: rgba(255, 255, 255, 0.22) !important;
            background: #1A9BD4 !important;
            color: #ffffff !important;
        }

        /* Sağ taraftaki hesap bağlantıları */
        .topbar .shortlinks.pull-right li:nth-last-child(2) > a {
            border-color: rgba(101, 205, 245, 0.34) !important;
            background: linear-gradient(135deg, #1A9BD4 0%, #117eae 100%) !important;
            color: #ffffff !important;
            box-shadow: 0 6px 15px rgba(26, 155, 212, 0.22) !important;
        }

        .topbar .shortlinks.pull-right li:nth-last-child(2) > a > i {
            border-color: rgba(255, 255, 255, 0.20) !important;
            background: rgba(255, 255, 255, 0.14) !important;
            color: #ffffff !important;
        }

        .topbar .shortlinks.pull-right li:last-child > a {
            border-color: rgba(101, 205, 245, 0.38) !important;
            background: rgba(10, 27, 50, 0.38) !important;
            color: #ffffff !important;
        }

        .topbar .shortlinks.pull-right li:last-child > a > i {
            border-color: rgba(101, 205, 245, 0.30) !important;
            background: rgba(26, 155, 212, 0.18) !important;
            color: #7bd7f7 !important;
        }

        .topbar .shortlinks.pull-right li:nth-last-child(2) > a:hover,
        .topbar .shortlinks.pull-right li:last-child > a:hover {
            border-color: rgba(255, 255, 255, 0.34) !important;
            background: linear-gradient(135deg, #22abe8 0%, #148abd 100%) !important;
            color: #ffffff !important;
            box-shadow: 0 8px 18px rgba(26, 155, 212, 0.30) !important;
        }

        @media (min-width: 992px) {
            .topbar .shortlinks.pull-left {
                padding-left: 0 !important;
            }

            .topbar .shortlinks.pull-right {
                padding-right: 0 !important;
            }
        }

        @media (max-width: 991px) {
            .topbar {
                min-height: 44px !important;
            }

            .topbar > .container {
                justify-content: center !important;
                min-height: 44px !important;
                padding-top: 5px !important;
                padding-bottom: 5px !important;
            }

            .topbar .shortlinks.visible-sm.visible-xs {
                float: none !important;
                width: 100% !important;
                padding-right: 0 !important;
                padding-left: 0 !important;
            }

            .topbar .shortlinks.visible-sm.visible-xs ul {
                justify-content: center !important;
                width: 100% !important;
            }

            .topbar .shortlinks li > a {
                min-height: 32px !important;
                padding: 0 8px !important;
                font-size: 11.5px !important;
            }

            .topbar .shortlinks li > a > i {
                flex-basis: 23px !important;
                width: 23px !important;
                height: 23px !important;
                font-size: 11px !important;
            }
        }

        @media (max-width: 480px) {
            .topbar .shortlinks.visible-sm.visible-xs ul {
                gap: 4px !important;
            }

            .topbar .shortlinks li > a {
                gap: 5px !important;
                padding: 0 6px !important;
                font-size: 10.5px !important;
            }

            .topbar .shortlinks li > a > i {
                flex-basis: 21px !important;
                width: 21px !important;
                height: 21px !important;
                border-radius: 7px !important;
                font-size: 10px !important;
            }
        }

        /*
        |--------------------------------------------------------------------------
        | Mobil çift menü: Kategoriler + Site Menüsü
        |--------------------------------------------------------------------------
        */
        .ws-mobile-menu-switcher,
        .ws-mobile-category-panel {
            display: none;
        }

        @media (max-width: 991px) {
            header.top .ph_megamenu_mobile_toggle {
                display: none !important;
            }

            .ws-mobile-menu-switcher {
                display: flex !important;
                align-items: stretch;
                justify-content: space-between;
                gap: 10px;
                width: 100%;
                margin: 13px 0 12px;
                padding: 0;
            }

            .ws-mobile-menu-button {
                position: relative;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                flex: 1 1 0;
                min-width: 0;
                min-height: 50px;
                margin: 0;
                padding: 0 15px;
                border: 1px solid rgba(255, 255, 255, 0.10);
                border-radius: 12px;
                background: linear-gradient(180deg, #17365f 0%, #10264a 100%);
                color: #ffffff;
                font-size: 13px;
                font-weight: 800;
                line-height: 1;
                letter-spacing: 0.2px;
                text-align: center;
                text-decoration: none !important;
                white-space: nowrap;
                box-shadow:
                    0 10px 22px rgba(6, 22, 43, 0.22),
                    inset 0 1px 0 rgba(255, 255, 255, 0.06);
                cursor: pointer;
                transition:
                    transform 0.18s ease,
                    box-shadow 0.18s ease,
                    border-color 0.18s ease,
                    background 0.18s ease;
                -webkit-appearance: none;
                appearance: none;
            }

            .ws-mobile-menu-button::before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                height: 48%;
                border-radius: 12px 12px 0 0;
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
                pointer-events: none;
            }

            .ws-mobile-menu-button:hover,
            .ws-mobile-menu-button:focus,
            .ws-mobile-menu-button.is-active {
                background: linear-gradient(180deg, #1d4578 0%, #15345f 100%);
                border-color: rgba(26, 155, 212, 0.55);
                color: #ffffff;
                outline: 0;
                transform: translateY(-1px);
                box-shadow:
                    0 12px 26px rgba(8, 31, 58, 0.28),
                    inset 0 1px 0 rgba(255, 255, 255, 0.08);
            }

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

            .ws-mobile-menu-button i {
                color: #ffffff;
                font-size: 16px;
                line-height: 1;
            }

            .ws-mobile-category-button {
                justify-content: space-between;
            }

            .ws-mobile-site-button {
                justify-content: flex-start;
                gap: 10px;
            }

            .ws-mobile-category-panel {
                display: none;
                width: 100%;
                margin: 0 0 12px;
                overflow: hidden;
                border: 1px solid #dce8f2;
                background: #ffffff;
                box-shadow: 0 14px 30px rgba(5, 18, 36, 0.24);
            }

            .ws-mobile-category-panel.is-open {
                display: block;
            }

            .ws-mobile-category-list {
                display: block;
                width: 100%;
                margin: 0;
                padding: 7px;
                list-style: none;
            }

            .ws-mobile-category-list li {
                display: block;
                width: 100%;
                margin: 0;
                padding: 0;
                border-bottom: 1px solid #e7eef5;
            }

            .ws-mobile-category-list li:last-child {
                border-bottom: 0;
            }

            .ws-mobile-category-list a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
                width: 100%;
                min-height: 44px;
                padding: 10px 12px;
                color: #10264a !important;
                font-size: 12.5px;
                font-weight: 700;
                line-height: 19px;
                text-decoration: none !important;
            }

            .ws-mobile-category-list a:hover,
            .ws-mobile-category-list a:focus {
                background: #edf8fd;
                color: #1A9BD4 !important;
            }

            .ws-mobile-category-list a i {
                flex: 0 0 auto;
                color: #1A9BD4;
                font-size: 13px;
            }

            #ph_megamenu_wrapper {
                display: none !important;
                width: 100% !important;
                margin: 0 0 12px !important;
            }

            #ph_megamenu_wrapper.ws-mobile-site-menu-open {
                display: block !important;
            }

            #ph_megamenu_wrapper > nav {
                width: 100% !important;
                margin: 0 !important;
            }
        }

        @media (max-width: 480px) {
            .ws-mobile-menu-switcher {
                gap: 8px;
            }

            .ws-mobile-menu-button {
                min-height: 46px;
                padding-right: 11px;
                padding-left: 11px;
                border-radius: 10px;
                font-size: 11.5px;
            }

            .ws-mobile-menu-button::before {
                border-radius: 10px 10px 0 0;
            }

            .ws-mobile-menu-button i {
                font-size: 15px;
            }
        }

.ws-mobile-shortlink-item {
    float: left !important;
}
