/* Premium modern header, mega menu and homepage banner */
body > header {
    --premium-navy: #102c47;
    --premium-teal: #0eafb3;
    --premium-teal-light: #e4f8f7;
    --premium-line: #e4ebf0;
    position: sticky;
    top: 0;
    z-index: 17;
    margin-bottom: 0;
    background: #fff;
}

body > header #top-header {
    min-height: 38px;
    padding: 0;
    color: #617386;
    background: linear-gradient(90deg, #f8fbfc, #f2f8fa 50%, #f8fbfc);
    border-top: 2px solid var(--premium-navy);
    border-bottom: 1px solid #edf2f5;
}

body > header #top-header > .warp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 35px;
    max-width: 1270px;
    gap: 16px;
}

body > header #header-contact,
body > header #header-top-menu-area {
    display: flex;
    align-items: center;
    margin: 0;
}

body > header #header-contact {
    gap: 5px;
}

body > header #header-top-menu-area {
    justify-content: flex-end;
    gap: 5px;
}

body > header #header-contact .header-contact-item,
body > header #header-top-menu-area .top-menu-item {
    color: #354b60 !important;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 160ms ease;
}

body > header #header-contact .header-contact-item:hover,
body > header #header-top-menu-area .top-menu-item:hover {
    color: var(--premium-teal) !important;
}

body > header #header-contact .cntct-item-ic {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-right: 7px;
    border-radius: 7px;
    color: var(--premium-navy) !important;
    background: rgba(14, 175, 179, 0.08);
}

body > header #header-contact .cntct-item-txt {
    color: inherit !important;
    font-size: 12px;
}

body > header #header > .warp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 112px;
    max-width: 1270px;
    height: auto !important;
    gap: 28px;
}

body > header #header-orta {
    width: 235px;
    flex: 0 0 235px;
    padding: 10px 0;
}

body > header #header-logo {
    padding: 0;
}

body > header #header-logo img {
    display: block;
    width: 100%;
    max-width: 235px;
    height: auto;
}

body > header #header-sol {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 560px;
    max-width: 560px;
    flex: 0 1 560px;
    z-index: 30;
    justify-content: stretch;
    transform: translate(-50%, -50%);
}

body > header #search-area,
body > header #search-area-content {
    width: 100%;
}

body > header #search-area-content {
    position: relative;
    z-index: 31;
    max-width: none;
}

body > header #search-result-area {
    top: 100%;
    left: 0;
    z-index: 50;
}

body > header #searchform {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 100px;
    align-items: stretch;
    min-height: 56px;
    overflow: hidden;
    border: 1px solid #d7e4ea;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(21, 67, 91, 0.065);
}

body > header #searchform:focus-within {
    border-color: rgba(14, 175, 179, 0.75);
    box-shadow: 0 0 0 4px rgba(23, 197, 196, 0.1), 0 11px 28px rgba(21, 67, 91, 0.09);
}

body > header #inputarea {
    display: flex;
    align-items: center;
    width: auto;
    min-width: 0;
    border: 0;
}

body > header #search-icon {
    position: static;
    display: grid;
    place-items: center;
    width: 60px;
    height: 100%;
    padding: 0;
    color: #8ca0b2;
    background: transparent;
    border: 0;
}

body > header #search-icon:before {
    display: none;
}

body > header input#searc-area-input {
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0 14px 0 0;
    color: #183248;
    font-size: 13px;
    border: 0;
}

body > header button#search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
    width: auto;
    height: auto;
    padding: 0 15px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--premium-teal), #13bec0) !important;
    border-radius: 0;
    font-size: 13px;
    font-weight: 800;
    text-indent: 0;
}

body > header button#search-btn:after {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
    z-index: auto;
    content: "\f061";
    color: inherit;
    background: transparent !important;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
    transform: none;
}

body > header #header-sag {
    width: auto;
    flex: 0 0 auto;
    align-self: center;
    margin-left: auto;
}

body > header #header-sag-alt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    height: 57px;
}

body > header .user-login-button,
body > header .cart-button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 57px;
    min-height: 57px;
    max-height: 57px;
    margin: 0;
    padding: 0 14px;
    border-radius: 12px;
    overflow: visible;
    cursor: pointer;
}

body > header .user-login-button {
    width: 154px;
    min-width: 154px;
    background: #fff !important;
    border: 1px solid #b9e9e8 !important;
}

body > header .cart-button {
    width: 148px;
    min-width: 148px;
    background: var(--premium-navy) !important;
    border: 1px solid var(--premium-navy) !important;
}

body > header .user-login-button::after,
body > header .cart-button::after {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    flex: 0 0 15px;
    width: 15px;
    margin-left: 8px;
    color: #9aacba;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    transform: none;
}

body > header .cart-button::after {
    color: #7ad8d6;
}

body > header .user-menu {
    gap: 9px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    min-height: 0;
}

body > header .headuserikon {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    min-height: 34px;
    max-height: 34px;
    align-self: center;
    border-radius: 10px;
    color: var(--premium-teal);
    background: var(--premium-teal-light);
    font-size: 21px;
}

body > header .cart-button .headuserikon {
    color: #17c5c4;
    background: rgba(255, 255, 255, 0.1);
}

body > header a.kaskiconhead,
body > header a.headbasket {
    position: relative;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: inherit !important;
    font-size: 21px;
}

body > header .premium-header-icon {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

body > header .premium-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border: 2px solid var(--premium-navy);
    border-radius: 50%;
    color: var(--premium-navy);
    background: #17c5c4;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

body > header .headuserselect {
    display: flex;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    align-items: center;
    align-content: center;
    height: 100%;
    min-height: 0;
    padding-left: 0;
    line-height: 1;
}

body > header .userloginsl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    height: 100%;
    min-height: 0;
    line-height: 1;
}

body > header .userloginsl a {
    display: block;
    color: var(--premium-navy) !important;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1.1;
}

body > header .premium-action-label {
    display: block;
    color: #8a9bab;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
}

body > header .cart-button .premium-action-label {
    color: #9ab2c1;
}

body > header .cart-button .userloginsl {
    gap: 1px;
}

body > header .cart-button .userloginsl br {
    display: none;
}

body > header .cart-button .userloginsl a {
    color: #fff !important;
}

body > header .user-login-button.dropdown {
    position: relative;
    overflow: visible;
}

body > header .user-login-button.dropdown::before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
    background: transparent;
}

body > header .user-login-button .headuserselect {
    position: static;
}

body > header .user-login-button .dropdown-content {
    top: calc(100% + 8px);
    right: auto;
    left: 8px;
    min-width: 225px;
    overflow: hidden;
    border: 1px solid #e4ebf0;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(13, 48, 73, 0.15);
}

body > header .user-login-button .dropdown-content ul {
    margin: 0;
    padding: 8px;
    text-align: left;
}

body > header .user-login-button .dropdown-content ul li a {
    padding: 9px 11px;
    border-radius: 7px;
    color: #354b60 !important;
    font-size: 12px;
}

body > header .user-login-button .dropdown-content ul li a:hover {
    color: var(--premium-teal) !important;
    background: var(--premium-teal-light);
}

body > header .cart-button .headuserselect {
    padding-left: 0 !important;
}

body > header #nav-area {
    min-height: 59px;
    background: linear-gradient(90deg, var(--premium-navy), #0e2942 55%, #102f4b) !important;
    border: 0;
    box-shadow: 0 8px 20px rgba(13, 38, 61, 0.08);
}

body > header #nav-area > div {
    min-height: 0 !important;
    max-width: none;
}

body > header .premium-menu {
    position: relative;
    width: 100%;
}

body > header .premium-nav-inner {
    display: flex;
    align-items: center;
    min-height: 59px;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    gap: 23px;
}

body > header .premium-category-trigger {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    min-width: 188px;
    gap: 11px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #fff;
    background: var(--premium-teal);
    font-size: 14px;
    font-weight: 800;
}

body > header .premium-category-trigger:hover,
body > header.premium-menu-open .premium-category-trigger {
    background: #0a9b9f;
}

body > header .premium-grid-icon {
    display: grid;
    grid-template-columns: repeat(2, 6px);
    grid-template-rows: repeat(2, 6px);
    gap: 3px;
}

body > header .premium-grid-icon i {
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 1.5px;
    background: rgba(255, 255, 255, 0.08);
}

body > header .premium-trigger-chevron {
    margin-left: auto;
    transition: transform 160ms ease;
}

body > header.premium-menu-open .premium-trigger-chevron {
    transform: rotate(180deg);
}

body > header .premium-nav-links {
    min-width: 0;
    flex: 1 1 auto;
}

body > header .premium-nav-list {
    display: flex;
    align-items: stretch;
    gap: 3px;
    margin: 0;
    padding: 0;
}

body > header .premium-nav-item {
    position: relative;
    display: flex;
}

body > header .premium-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 59px;
    padding: 0 12px;
    color: #d8e6ed;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

body > header .premium-nav-link:after {
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    content: "";
    background: #17c5c4;
    transform: scaleX(0);
    transition: transform 180ms ease;
}

body > header .premium-nav-link:hover,
body > header .premium-nav-link.active {
    color: #fff;
}

body > header .premium-nav-link:hover:after,
body > header .premium-nav-link.active:after {
    transform: scaleX(1);
}

body > header .premium-nav-chevron {
    color: #80b5bf;
    font-size: 10px;
}

body > header .premium-mega-menu {
    position: absolute;
    top: 59px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 270px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    border-top: 2px solid #17c5c4;
    border-bottom: 1px solid #dfe9ee;
    box-shadow: 0 20px 55px rgba(12, 42, 65, 0.12);
}

body > header.premium-menu-open .premium-mega-menu {
    display: block;
}

body > header .premium-mega-inner {
    display: grid;
    grid-template-columns: 218px minmax(0, 1fr);
    max-width: 1270px;
    min-height: 0;
    margin: 0 auto;
}

body > header .premium-mega-sidebar {
    padding: 27px 15px 24px 0;
    border-right: 1px solid var(--premium-line);
}

body > header .premium-sidebar-heading {
    display: grid;
    gap: 6px;
    padding: 0 14px 17px;
}

body > header .premium-sidebar-heading span,
body > header .premium-eyebrow {
    color: var(--premium-teal);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

body > header .premium-sidebar-heading strong {
    color: var(--premium-navy);
    font-size: 17px;
    font-weight: 800;
}

body > header .premium-sidebar-tabs {
    display: grid;
    gap: 2px;
}

body > header .premium-sidebar-tab {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 49px;
    gap: 9px;
    padding: 0 11px 0 14px;
    border-radius: 10px;
    color: #617589;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

body > header .premium-sidebar-tab:hover,
body > header .premium-sidebar-tab.active {
    color: var(--premium-navy);
    background: var(--premium-teal-light);
}

body > header .premium-sidebar-tab.active {
    box-shadow: inset 3px 0 var(--premium-teal);
}

body > header .premium-tab-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 8px;
    color: var(--premium-teal);
    background: #f0fbfa;
}

body > header .premium-tab-arrow {
    margin-left: auto;
    color: #acbcc8;
    font-size: 12px;
}

body > header .premium-sidebar-tab:hover .premium-tab-arrow,
body > header .premium-sidebar-tab.active .premium-tab-arrow {
    color: var(--premium-teal);
}

body > header .premium-all-products-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 15px 14px 0;
    color: var(--premium-navy);
    font-size: 13px;
    font-weight: 800;
}

body > header .premium-mega-content {
    min-width: 0;
    padding: 29px 31px 31px;
}

body > header .premium-menu-panel {
    display: none;
}

body > header .premium-menu-panel.active {
    display: block;
}

body > header .premium-menu-content-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    min-height: 68px;
    padding-bottom: 22px;
}

body > header .premium-menu-content-head h2 {
    margin: 7px 0 0;
    color: var(--premium-navy);
    font-size: 22px;
    line-height: 1.2;
}

body > header .premium-category-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-top: 20px;
    color: var(--premium-teal);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

body > header .premium-menu-panel-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    align-content: start;
    column-gap: 28px;
    row-gap: 24px;
}

body > header .premium-menu-column {
    display: grid;
    align-content: start;
    gap: 8px;
}

body > header .premium-menu-column h3 {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 800;
}

body > header .premium-menu-column h3 a {
    color: var(--premium-navy);
}

body > header .premium-menu-column ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
}

body > header .premium-menu-column li a {
    color: #778897;
    font-size: 13px;
    line-height: 1.35;
    transition: color 160ms ease, padding-left 160ms ease;
}

body > header .premium-menu-column li a:hover {
    padding-left: 8px;
    color: var(--premium-teal);
}

#homebannerarea.premium-banner-section {
    position: relative;
    max-width: 1270px;
    margin: 0 auto;
    padding: 46px 0 50px;
}

#homebannerarea .premium-banner-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(202, 220, 230, 0.95);
    border-radius: 22px;
    background: #eaf5fc;
    box-shadow: 0 18px 48px rgba(17, 53, 77, 0.105);
}

#homebannerarea .premium-banner-carousel {
    width: 100%;
    margin: 0;
}

#homebannerarea .premium-banner-carousel .owl-stage-outer {
    overflow: hidden;
}

#homebannerarea .premium-banner-carousel .item-banner {
    position: relative;
    overflow: hidden;
}

#homebannerarea .premium-banner-carousel .item-banner img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 5;
    object-fit: cover;
    object-position: center;
}

#homebannerarea .premium-banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 17px;
    pointer-events: none;
    transform: translateY(-50%);
}

#homebannerarea .premium-banner-carousel .owl-nav button {
    position: static !important;
    display: grid !important;
    place-items: center;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    color: var(--premium-navy);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 8px 20px rgba(21, 73, 102, 0.18);
    pointer-events: auto;
    line-height: 1;
    transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

#homebannerarea .premium-banner-carousel .owl-nav button:hover {
    color: #fff;
    background: var(--premium-teal);
    transform: scale(1.06);
}

#homebannerarea .premium-banner-carousel .owl-nav button i {
    font-size: 15px;
}

#homebannerarea .premium-banner-dots,
#homebannerarea .premium-banner-dots.owl-dots {
    position: static;
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}

#homebannerarea .premium-banner-dots .owl-dot {
    display: block !important;
    width: 7px;
    height: 7px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    font-size: 0;
}

#homebannerarea .premium-banner-dots .owl-dot.active {
    width: 21px;
    border-radius: 5px;
    background: #17c5c4 !important;
}

#homebannerarea .premium-banner-control-bar {
    position: absolute;
    right: 50%;
    bottom: 14px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 18px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(14, 44, 69, 0.7);
    box-shadow: 0 8px 20px rgba(14, 44, 69, 0.13);
    backdrop-filter: blur(8px);
    pointer-events: none;
    transform: translateX(50%);
}

#homebannerarea .premium-banner-caption {
    max-width: 220px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#homebannerarea .premium-banner-count {
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
    font-size: 9px;
    font-weight: 700;
}

#homebannerarea .premium-banner-count strong {
    color: #17c5c4;
}

/* Modern homepage category rail */
body > .kategoriler-vitrin {
    margin: 4px auto 16px;
    padding: 0;
    background: transparent;
}

body > .kategoriler-vitrin .kat-slider-wrapper {
    padding: 0 8px;
}

body > .kategoriler-vitrin .kategori-kart-box {
    height: 174px;
    margin: 3px 2px 10px;
    padding: 12px 12px 10px;
    border: 1px solid #e4edf0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(19, 68, 92, 0.035);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body > .kategoriler-vitrin .kategori-kart-box:hover {
    border-color: rgba(14, 175, 179, 0.48);
    box-shadow: 0 6px 14px rgba(19, 68, 92, 0.07);
    transform: translateY(-2px);
}

body > .kategoriler-vitrin .kat-gors {
    min-height: 0;
    margin-bottom: 6px;
}

body > .kategoriler-vitrin .kat-gors img {
    max-height: 88px;
    filter: saturate(0.92);
}

body > .kategoriler-vitrin .kat-isim {
    min-height: 25px;
    color: var(--premium-teal);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

body > .kategoriler-vitrin .kategoriler-slider .owl-nav {
    top: 50%;
    right: -2px;
    left: -2px;
    margin: 0 !important;
    z-index: 6;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(-50%);
}

body > .kategoriler-vitrin .kategoriler-slider .owl-nav button.owl-prev,
body > .kategoriler-vitrin .kategoriler-slider .owl-nav button.owl-next {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #fff !important;
    background: #0eafb3 !important;
    box-shadow: 0 3px 10px rgba(14, 175, 179, 0.22);
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 7;
}

body > .kategoriler-vitrin .kategoriler-slider .owl-nav button.owl-prev:hover,
body > .kategoriler-vitrin .kategoriler-slider .owl-nav button.owl-next:hover {
    color: #fff !important;
    background: var(--premium-navy) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1.04);
}

body > .kategoriler-vitrin .kategoriler-slider .owl-nav button i {
    margin: 0;
    font-size: 14px;
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body > .kategoriler-vitrin .kategoriler-slider .owl-nav button:hover i,
body > .kategoriler-vitrin .kategoriler-slider .owl-nav button:focus-visible i {
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body > .kategoriler-vitrin .kategoriler-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 2px;
}

body > .kategoriler-vitrin .kategoriler-slider .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0;
    border-radius: 50%;
    background: #d5e2e6;
    transition: width 180ms ease, background 180ms ease;
}

body > .kategoriler-vitrin .kategoriler-slider .owl-dots .owl-dot.active span {
    width: 21px;
    border-radius: 6px;
    background: var(--premium-teal);
}

@media (max-width: 768px) {
    body > .kategoriler-vitrin {
        margin-top: 8px;
        margin-bottom: 22px;
    }

    body > .kategoriler-vitrin .kat-slider-wrapper {
        padding: 0 4px;
    }

    body > .kategoriler-vitrin .kategori-kart-box {
        height: 158px;
        border-radius: 14px;
        padding: 14px 9px 12px;
    }

    body > .kategoriler-vitrin .kat-gors img {
        max-height: 70px;
    }

    body > .kategoriler-vitrin .kat-isim {
        min-height: 28px;
        font-size: 11px;
    }
}

@media (max-width: 1320px) {
    body > header #header > .warp,
    body > header .premium-nav-inner,
    body > header .premium-mega-inner,
    #homebannerarea.premium-banner-section {
        max-width: min(1270px, calc(100% - 48px));
    }

    body > header #header > .warp {
        gap: 24px;
    }

    body > header #header-orta {
        width: 205px;
        flex-basis: 205px;
    }

    body > header .premium-nav-inner {
        gap: 11px;
    }

    body > header .premium-nav-link {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 13px;
    }
}

@media (max-width: 1150px) {
    #homebannerarea .premium-banner-control-bar {
        display: none;
    }

    #homebannerarea.premium-banner-section {
        max-width: 100%;
        padding: 20px 10px 30px;
    }

    #homebannerarea .premium-banner-frame {
        border-radius: 16px;
    }

    #homebannerarea .premium-banner-carousel .item-banner img {
        aspect-ratio: auto;
        object-fit: contain;
    }
}
