:root {
    --ofis-navy: #063b83;
    --ofis-navy-dark: #082f63;
    --ofis-blue: #0b6ed0;
    --ofis-blue-soft: #eaf4ff;
    --ofis-cyan: #43c7d7;
    --ofis-orange: #ff7a00;
    --ofis-orange-dark: #e06400;
    --ofis-green: #13a86b;
    --ofis-ink: #172033;
    --ofis-text: #334155;
    --ofis-muted: #64748b;
    --ofis-line: #dbe7f3;
    --ofis-soft: #f4f8fc;
    --ofis-white: #ffffff;
    --ofis-shadow: 0 12px 32px rgba(15, 35, 65, 0.10);
}

* {
    letter-spacing: 0 !important;
}

body {
    background: var(--ofis-soft) !important;
    color: var(--ofis-ink);
}

.main-body,
.main-body-2 {
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%) !important;
}

.header-main-div,
.desktop-header-area,
.header-desktop-main-div {
    background: var(--ofis-white) !important;
}

.topheader-desktop-main-div,
.mobile-top-header-main {
    background: var(--ofis-navy-dark) !important;
    border: 0 !important;
}

.topheader-desktop-main-div-in,
.header-desktop-main-div-in,
.top-level-menu-main-div-in,
.group-urun-module-inside-area,
.urunler-module-inside-area,
.firsatlar-urun-module-inside-area,
.product-categories-inside,
.product-categories-inside-vitrin2,
.info-box-main-div-in,
.cat-detail-main-div-in {
    max-width: 1200px !important;
}

.topheader-desktop-main-div a,
.topheader-lang-currency-box a,
.mobile-top-header-main a {
    color: #eff6ff !important;
    font-size: 12px !important;
    font-weight: 600;
}

.topheader-desktop-main-div a:hover,
.topheader-lang-currency-box a:hover,
.mobile-top-header-main a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.header-desktop-main-div {
    border-bottom: 1px solid var(--ofis-line);
    box-shadow: 0 8px 22px rgba(15, 35, 65, 0.05);
}

.header-desktop-main-div-in {
    min-height: 72px;
    display: flex !important;
    align-items: center !important;
    gap: 18px;
}

.header-desktop-logo-div {
    flex: 0 0 210px;
    margin-right: 0 !important;
}

.header-desktop-logo-div img {
    max-height: 50px;
    max-width: 180px;
    object-fit: contain;
}

.header-desktop-right-area {
    flex: 1 1 auto;
    display: flex !important;
    align-items: center;
    justify-content: flex-end !important;
    gap: 10px;
    min-width: 0;
    flex-wrap: nowrap;
}

.header-desktop-search1 {
    flex: 1 1 500px;
    width: auto !important;
    max-width: 540px !important;
    min-width: 320px;
}

.header-desktop-search1 form {
    height: 40px !important;
    display: flex !important;
    align-items: center;
    border: 2px solid var(--ofis-blue) !important;
    border-radius: 999px !important;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(11, 110, 208, 0.10);
}

.header-desktop-search1 input,
.header-desktop-search1 form input {
    flex: 1 1 auto;
    min-width: 0;
    height: 36px !important;
    border: 0 !important;
    color: var(--ofis-ink) !important;
    font-size: 13px !important;
    padding: 0 14px 0 18px !important;
    outline: 0 !important;
}

.header-desktop-search1 button,
.header-desktop-search1 form button {
    position: static !important;
    flex: 0 0 44px;
    width: 44px !important;
    min-width: 44px !important;
    height: 36px !important;
    border: 0 !important;
    border-left: 1px solid rgba(11, 110, 208, 0.16) !important;
    background: var(--ofis-blue-soft) !important;
    color: var(--ofis-blue) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    transition: background .18s ease, color .18s ease;
}

.header-desktop-search1 button:hover,
.header-desktop-search1 form button:hover {
    background: var(--ofis-blue) !important;
    color: #fff !important;
}

.header-desktop-call {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 6px 10px !important;
    border: 1px solid var(--ofis-line);
    border-radius: 8px;
    background: #f8fbff;
    display: flex !important;
    align-items: center;
    white-space: nowrap;
}

.header-desktop-call-i {
    color: var(--ofis-blue) !important;
    font-size: 24px !important;
}

.header-desktop-call-t-1 {
    color: var(--ofis-muted) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

.header-desktop-call-t-2 a {
    color: var(--ofis-ink) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.header-desktop-navbutton-box {
    margin-left: 0 !important;
    flex: 0 0 auto;
}

.header-desktop-navbutton-box > a {
    min-width: 42px;
    height: 42px;
    padding: 5px 7px !important;
    border: 1px solid var(--ofis-line);
    border-radius: 8px;
    background: #fff;
    color: var(--ofis-blue) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.header-desktop-navbutton-box > a:hover {
    border-color: rgba(11, 110, 208, 0.32);
    background: var(--ofis-blue-soft);
    box-shadow: 0 8px 16px rgba(11, 110, 208, 0.10);
    text-decoration: none !important;
}

.header-desktop-navbutton-box i {
    font-size: 20px !important;
    line-height: 1 !important;
}

.header-desktop-navbutton-box-t {
    color: var(--ofis-text) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-top: 3px !important;
}

.header-desktop-navbutton-box-count,
.header-desktop-navbutton-box-count-cart {
    background: var(--ofis-orange) !important;
    color: #fff !important;
}

.button-blue,
.button-firsat {
    background: var(--ofis-blue) !important;
    border-color: var(--ofis-blue) !important;
    color: #fff !important;
}

.button-blue:hover,
.button-firsat:hover {
    background: var(--ofis-navy-dark) !important;
    border-color: var(--ofis-navy-dark) !important;
}

.button-green {
    background: var(--ofis-orange) !important;
    border-color: var(--ofis-orange) !important;
    color: #fff !important;
}

.button-green:hover {
    background: var(--ofis-orange-dark) !important;
    border-color: var(--ofis-orange-dark) !important;
}

.top-level-menu-main-div {
    background: var(--ofis-navy) !important;
    border: 0 !important;
    box-shadow: 0 10px 24px rgba(8, 47, 99, 0.16);
}

.top-level-menu-main-div-in {
    min-height: 44px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    position: relative;
}

.head-new-area-left {
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible !important;
    position: relative;
    z-index: 50;
}

.top-level-menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    flex-wrap: nowrap;
    overflow: visible !important;
    position: static;
    z-index: 60;
}

.top-level-menu-main-div,
.top-level-menu-main-div-in,
.top-level-menu > li {
    overflow: visible !important;
}

.top-level-menu-main-div {
    position: relative;
    z-index: 1000;
}

.top-level-menu > li {
    position: static;
}

.top-level-menu > li:hover > .second-level-menu,
.second-level-menu > li:hover > .third-level-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10050 !important;
}

.top-level-menu > li:hover > .sablon2-level-menu {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10050 !important;
}

.second-level-menu,
.third-level-menu,
.sablon2-level-menu {
    z-index: 10050 !important;
}

.dropdown-overlay-show {
    z-index: 900 !important;
    pointer-events: none;
}

.top-level-menu > li > a,
.top-level-menu > li > a:hover {
    text-decoration: none !important;
}

.top-level-menu > li > a > span {
    color: #fff !important;
    min-height: 44px;
    display: flex !important;
    align-items: center;
    padding: 0 12px !important;
    border-radius: 6px;
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap;
    transition: background .18s ease, color .18s ease;
}

.top-level-menu > li:first-child > a > span {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

.head-new-area-left > ul > li > a:hover > span,
.head-new-area-left a:hover,
.top-level-menu > li > a:hover > span {
    background: #ffffff !important;
    color: var(--ofis-navy) !important;
}

.head-new-area-right,
.head-new-area-extra {
    display: none !important;
    flex: 0 0 auto;
}

.head-new-area-right a,
.head-new-area-extra a {
    border-radius: 999px !important;
    padding: 10px 16px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    white-space: nowrap;
}

.ofis60-fixed-header-button {
    display: flex !important;
    align-items: center;
    align-self: stretch;
    flex: 0 0 auto;
    position: relative;
    z-index: 70;
}

.ofis60-fixed-header-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    min-height: 34px;
    text-decoration: none !important;
    padding: 9px 12px !important;
    font-size: 11px !important;
}

.ofis60-fixed-header-button a.button-blue {
    background-color: #558cff !important;
    border-color: #558cff !important;
}

.ofis60-fixed-header-button a.button-blue:hover {
    background-color: #456fcd !important;
    border-color: #456fcd !important;
}

.ofis60-fixed-header-button a.button-green {
    background-color: #2fba47 !important;
    border-color: #2fba47 !important;
}

.ofis60-fixed-header-button a.button-green:hover {
    background-color: #279c3d !important;
    border-color: #279c3d !important;
}

.sablon2-level-menu,
.second-level-menu,
.third-level-menu,
.user-drop,
.cart-drop,
.bell-drop,
.currency-drop {
    border: 1px solid var(--ofis-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 24px 54px rgba(15, 35, 65, 0.16) !important;
    overflow: hidden;
}

.sablon2-level-menu {
    top: 44px !important;
    left: 0 !important;
    width: min(1200px, 100%) !important;
    min-height: 280px;
    display: flex !important;
    align-items: stretch;
    background: #fff !important;
    border-top: 3px solid var(--ofis-orange) !important;
    border-radius: 0 0 8px 8px !important;
    overflow: hidden !important;
}

.second-level-menu a p,
.third-level-menu a p,
.sablon2-level-menu-left-item-h {
    color: var(--ofis-ink) !important;
    font-weight: 800 !important;
}

.sablon2-level-menu-left {
    background: #fff !important;
    padding: 28px 30px !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 26px 30px;
    align-content: flex-start;
}

.sablon2-level-menu-left-item {
    width: auto !important;
    border: 0;
    border-radius: 0;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    transition: none;
}

.sablon2-level-menu-left-item:hover {
    box-shadow: none;
    transform: none;
}

.sablon2-level-menu-left-item-h {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #e6eef7 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.sablon2-level-menu-left-item-s {
    color: var(--ofis-muted) !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 7px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.sablon2-level-menu-left-item-s:hover {
    color: var(--ofis-orange) !important;
    text-decoration: none !important;
}

.sablon2-level-menu-right {
    width: 330px !important;
    padding: 22px !important;
    background: #f8fbff !important;
}

.sablon2-level-menu-right-product-box {
    width: calc(50% - 14px) !important;
    margin: 10px 7px !important;
    color: var(--ofis-ink) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.sablon2-level-menu-right-product-box img {
    height: 92px !important;
    object-fit: contain;
    padding: 8px;
    border-radius: 6px;
    background: #fff;
}

.slider-main-div {
    background: var(--ofis-soft) !important;
    padding: 14px 0 8px !important;
    border-bottom: 1px solid var(--ofis-line);
}

.slider-main-div .swiper-container {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--ofis-shadow);
    background: #fff;
}

.swiper-slide.slide-top-desktop,
.swiper-slide.slide-top-mobile {
    border-radius: 0 !important;
}

.slider_text_inside_box {
    max-width: 540px;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(219, 231, 243, 0.9) !important;
    border-radius: 8px !important;
    padding: 22px 24px !important;
    box-shadow: 0 14px 30px rgba(15, 35, 65, 0.12) !important;
}

.slider_text_inside_box_h {
    margin-bottom: 12px !important;
    color: var(--ofis-navy) !important;
}

.slider_text_inside_box_s {
    color: var(--ofis-text) !important;
}

.slider_text_inside_box_button a {
    border-radius: 999px !important;
    background: var(--ofis-orange) !important;
    border-color: var(--ofis-orange) !important;
    color: #fff !important;
    padding: 10px 18px !important;
}

.story-main-div {
    background: #fff !important;
    border-top: 1px solid var(--ofis-line) !important;
    border-bottom: 1px solid var(--ofis-line) !important;
    padding: 12px 0 !important;
}

.story-in-div,
.story-in-div-standart {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
    box-sizing: border-box;
}

.story-slider,
.story-slider .swiper-wrapper,
#stories,
.stories.carousel {
    justify-content: flex-start !important;
    text-align: left !important;
}

.story-slider .swiper-wrapper {
    transform: none;
}

.story-slider .swiper-slide {
    width: auto !important;
    flex: 0 0 auto;
    margin-right: 18px !important;
}

.stories.carousel .story > .item-link > .item-preview,
.story-group-box-img {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    padding: 7px;
    background: #f4fbff !important;
    border: 2px solid #bdebf1;
    box-shadow: 0 8px 16px rgba(67, 199, 215, 0.10);
}

.stories.carousel .story > .item-link > .item-preview img,
.story-group-box-img img {
    border: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.stories.carousel .story > .item-link > .info .name,
.story-group-box-h {
    color: var(--ofis-ink) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.group-urun-module-main-div,
.urunler-module-main-div,
.firsatlar-urun-module-main-div {
    background: var(--ofis-soft) !important;
    padding: 18px 0 !important;
}

.group-product-main-box-container,
.urun-kutulari-main,
.firsatlar-urun-module-inside-area,
.product-categories-main-div-vitrin2 .product-categories-inside-vitrin2 {
    border: 1px solid var(--ofis-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 35, 65, 0.06);
}

.group-product-main-box,
.urunler-box,
.urunler-box-small,
.cat-detail-products-box,
.cat-detail-products-box-big,
.cat-detail-products-box-caturunvitrin {
    border: 1px solid var(--ofis-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(15, 35, 65, 0.05) !important;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.urunler-box:hover,
.urunler-box-small:hover,
.cat-detail-products-box:hover,
.cat-detail-products-box-big:hover,
.cat-detail-products-box-caturunvitrin:hover {
    transform: translateY(-2px);
    border-color: rgba(11, 110, 208, 0.30) !important;
    box-shadow: 0 18px 34px rgba(15, 35, 65, 0.12) !important;
}

.urunler-box-img,
.urunler-box-small-img,
.cat-detail-products-box-img,
.cat-detail-products-box-img-big,
.cat-detail-products-box-caturunvitrin-img,
.cat-detail-products-box-caturunvitrin-img-3,
.cat-detail-products-box-caturunvitrin-img-4,
.cat-detail-products-box-caturunvitrin-img-5 {
    height: 168px !important;
    min-height: 168px !important;
    padding: 16px !important;
    background: #f8fbff !important;
}

.urunler-box-img img,
.urunler-box-small-img img,
.cat-detail-products-box-img img,
.cat-detail-products-box-img-big img,
.cat-detail-products-box-caturunvitrin-img img,
.cat-detail-products-box-caturunvitrin-img-3 img,
.cat-detail-products-box-caturunvitrin-img-4 img,
.cat-detail-products-box-caturunvitrin-img-5 img {
    width: 100% !important;
    height: 132px !important;
    object-fit: contain !important;
    transform: none !important;
}

.urunler-box-h,
.urunler-box-small-h,
.cat-detail-products-box-h,
.cat-detail-products-box-caturunvitrin-h {
    min-height: 48px !important;
    color: var(--ofis-ink) !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.urunler-price-area,
.cat-detail-products-box-fiyat,
.cat-detail-products-box-fiyat-mevcut,
.cat-detail-products-box-caturunvitrin-fiyat {
    color: var(--ofis-orange) !important;
    font-size: 17px !important;
    font-weight: 900 !important;
}

.cat-detail-products-box-kargo,
.cat-detail-products-box-marka {
    color: var(--ofis-green) !important;
    font-weight: 700 !important;
}

.cat-detail-products-box-indirim,
.ribbon span {
    background: var(--ofis-orange) !important;
}

.cat-detail-products-box-cart-2 button,
.cat-detail-products-box-cart-2 a,
.cat-detail-products-box-cart-1 button,
.cat-detail-products-box-cart-1 a,
.product-add-cart-area button,
.urunler-box-sepete-ekle button {
    border-radius: 999px !important;
    background: var(--ofis-orange) !important;
    border-color: var(--ofis-orange) !important;
    color: #fff !important;
    font-weight: 800 !important;
}

.cat-detail-products-box-cart-2 button:hover,
.cat-detail-products-box-cart-2 a:hover,
.cat-detail-products-box-cart-1 button:hover,
.cat-detail-products-box-cart-1 a:hover,
.product-add-cart-area button:hover,
.urunler-box-sepete-ekle button:hover {
    background: var(--ofis-orange-dark) !important;
    border-color: var(--ofis-orange-dark) !important;
}

.group-product-main-box-container-header-left-h,
.vitrin1_text,
.modules-header-main-head,
.cat-right-head-text {
    color: var(--ofis-navy) !important;
    font-weight: 900 !important;
}

.home-product-tabs {
    gap: 8px;
    flex-wrap: wrap;
    padding: 14px 14px 0;
}

.home-product-tabcontent-in,
.group-product-main-box-container-boxex {
    justify-content: flex-start !important;
    gap: 14px;
    padding: 14px !important;
    box-sizing: border-box;
}

.home-product-tabcontent-in .cat-detail-products-box {
    width: calc(25% - 11px) !important;
    margin: 0 !important;
}

.group-product-main-box-container-boxex {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch;
}

.group-product-main-box-container-boxex .cat-detail-products-box-caturunvitrin {
    flex: 0 0 calc(25% - 11px) !important;
    width: calc(25% - 11px) !important;
    max-width: calc(25% - 11px) !important;
    margin: 0 !important;
}

.home-product-tablinks {
    border: 1px solid var(--ofis-line) !important;
    border-radius: 999px !important;
    background: #fff !important;
    min-height: 38px;
    display: inline-flex !important;
    align-items: center;
}

.home-product-tablinks p {
    color: var(--ofis-text) !important;
    font-weight: 800 !important;
}

.home-product-tablinks.active {
    background: var(--ofis-blue) !important;
    border-color: var(--ofis-blue) !important;
}

.home-product-tablinks.active p {
    color: #fff !important;
}

.product-categories-main-div-vitrin2,
.info-box-main-div {
    background: #fff !important;
}

.category-sub-design-box,
.cat-left-box-main,
.cat-right-elements,
.cat-right-header {
    border-radius: 8px !important;
    border-color: var(--ofis-line) !important;
    box-shadow: 0 8px 20px rgba(15, 35, 65, 0.05);
    background: #fff !important;
}

.cat-left-box-h {
    font-weight: 900 !important;
    color: var(--ofis-navy) !important;
}

.cat-right-links a,
.cat-right-desc,
.cat-left-box-t label {
    color: var(--ofis-text) !important;
}

.cat-right-elements-right-siralama select,
.nice-select-cat-detail {
    border: 1px solid var(--ofis-line) !important;
    border-radius: 8px !important;
    color: var(--ofis-ink) !important;
}

.page-banner-main {
    min-height: 180px !important;
    background-color: var(--ofis-navy) !important;
}

.footer-main-div,
footer {
    background: var(--ofis-navy-dark) !important;
}

.footer-module-header-text,
.footer-module-box-telif,
.footer-module-links-div a,
.footer-copyright-div {
    color: #eaf2ff !important;
}

.footer-module-links-div a:hover {
    color: #fff !important;
}

@media (max-width: 1199px) {
    .header-desktop-main-div-in,
    .top-level-menu-main-div-in {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .header-desktop-right-area {
        gap: 8px;
    }

    .header-desktop-search1 {
        flex-basis: 420px;
        max-width: 460px !important;
        min-width: 260px;
    }

    .header-desktop-call {
        display: none !important;
    }

    .top-level-menu > li > a > span {
        padding: 0 10px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 1080px) {
    .header-desktop-logo-div {
        flex-basis: 170px;
    }

    .header-desktop-logo-div img {
        max-width: 160px;
    }

    .header-desktop-search1 {
        flex-basis: 360px;
        max-width: 390px !important;
    }

    .header-desktop-navbutton-box > a {
        min-width: 38px;
        height: 38px;
        padding: 4px 6px !important;
    }

    .header-desktop-navbutton-box-t {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .mobile-header-main-area {
        background: #fff !important;
        border-bottom: 1px solid var(--ofis-line);
        box-shadow: 0 8px 20px rgba(15, 35, 65, 0.06);
    }

    .mobile-header-main-ust {
        min-height: 62px !important;
        padding: 8px 12px !important;
    }

    .mobile-header-logo img,
    .mobile-header-logo-tablet-pro img {
        max-height: 42px !important;
        object-fit: contain;
    }

    .mobile-header-icons,
    .mobile-header-bars label {
        width: 38px !important;
        height: 38px !important;
        border: 1px solid var(--ofis-line);
        border-radius: 8px;
        background: #f8fbff;
        color: var(--ofis-blue) !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .mobile-header-main-search {
        padding: 0 12px 12px !important;
    }

    .mobile-header-main-search .header-desktop-search1 {
        min-width: 0;
        max-width: none !important;
        flex-basis: auto;
    }

    .mobile_side_wrap_in {
        background: #fff !important;
    }

    .mobile_side_wrap_in_search {
        border: 2px solid var(--ofis-blue) !important;
        border-radius: 999px !important;
        overflow: hidden;
    }

    .fixed-foot-navigation {
        background: #fff !important;
        border-top: 1px solid var(--ofis-line);
        box-shadow: 0 -8px 18px rgba(15, 35, 65, 0.08);
    }

    .fixed-foot-navigation-in-box {
        color: var(--ofis-text) !important;
        font-weight: 800 !important;
    }

    .fixed-foot-navigation-in-box i {
        color: var(--ofis-blue) !important;
    }

    .slider-main-div {
        padding: 10px 10px 6px !important;
    }

    .slider-main-div .swiper-container {
        border-radius: 8px;
    }

    .slider_text_inside_box {
        width: calc(100% - 24px);
        padding: 16px !important;
        margin: 0 auto;
    }

    .story-main-div {
        overflow: hidden;
    }

    .story-in-div,
    .story-in-div-standart {
        padding: 0 12px !important;
    }
}

@media (max-width: 768px) {
    .group-urun-module-main-div,
    .urunler-module-main-div,
    .firsatlar-urun-module-main-div {
        padding: 14px 10px !important;
    }

    .group-product-main-box-container,
    .urun-kutulari-main,
    .firsatlar-urun-module-inside-area {
        border-radius: 8px;
    }

    .home-product-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 12px;
        scrollbar-width: none;
    }

    .home-product-tabs::-webkit-scrollbar {
        display: none;
    }

    .home-product-tablinks {
        flex: 0 0 auto;
    }

    .home-product-tabcontent-in,
    .group-product-main-box-container-boxex {
        gap: 10px;
        padding: 10px !important;
    }

    .home-product-tabcontent-in .cat-detail-products-box {
        width: calc(50% - 5px) !important;
    }

    .group-product-main-box-container-boxex .cat-detail-products-box-caturunvitrin {
        flex-basis: calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
    }

    .urunler-box-img,
    .urunler-box-small-img,
    .cat-detail-products-box-img,
    .cat-detail-products-box-img-big,
    .cat-detail-products-box-caturunvitrin-img,
    .cat-detail-products-box-caturunvitrin-img-3,
    .cat-detail-products-box-caturunvitrin-img-4,
    .cat-detail-products-box-caturunvitrin-img-5 {
        height: 132px !important;
        min-height: 132px !important;
        padding: 12px !important;
    }

    .urunler-box-img img,
    .urunler-box-small-img img,
    .cat-detail-products-box-img img,
    .cat-detail-products-box-img-big img,
    .cat-detail-products-box-caturunvitrin-img img,
    .cat-detail-products-box-caturunvitrin-img-3 img,
    .cat-detail-products-box-caturunvitrin-img-4 img,
    .cat-detail-products-box-caturunvitrin-img-5 img {
        height: 104px !important;
    }

    .urunler-box-h,
    .urunler-box-small-h,
    .cat-detail-products-box-h,
    .cat-detail-products-box-caturunvitrin-h {
        font-size: 12px !important;
        min-height: 44px !important;
    }

    .urunler-price-area,
    .cat-detail-products-box-fiyat,
    .cat-detail-products-box-fiyat-mevcut,
    .cat-detail-products-box-caturunvitrin-fiyat {
        font-size: 15px !important;
    }

    .cat-detail-main-div-in {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cat-right-elements {
        padding: 10px !important;
    }
}

@media (max-width: 480px) {
    .mobile-top-header-main {
        display: none !important;
    }

    .mobile-header-main-ust {
        min-height: 58px !important;
    }

    .mobile-header-ust-right {
        gap: 6px;
    }

    .mobile-header-icons,
    .mobile-header-bars label {
        width: 34px !important;
        height: 34px !important;
    }

    .header-desktop-search1 form {
        height: 42px !important;
    }

    .header-desktop-search1 input,
    .header-desktop-search1 form input {
        height: 38px !important;
        font-size: 13px !important;
        padding-left: 15px !important;
    }

    .header-desktop-search1 button,
    .header-desktop-search1 form button {
        height: 38px !important;
        flex-basis: 42px;
        width: 42px !important;
        min-width: 42px !important;
    }

    .stories.carousel .story > .item-link > .item-preview,
    .story-group-box-img {
        width: 62px !important;
        height: 62px !important;
    }

    .slider_text_inside_box {
        background: rgba(255, 255, 255, 0.96) !important;
        padding: 14px !important;
    }
}

/* Ofis60 2026 homepage and navigation */
.topheader-desktop-main-left.ofis60-announcement-ready,
.mobile-top-header-main.ofis60-announcement-ready {
    display: flex !important;
    align-items: center;
}

.ofis60-free-shipping-link {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    color: #fff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

.ofis60-free-shipping-link i {
    color: #ffd166;
    font-size: 16px;
}

.ofis60-free-shipping-link span {
    color: #ffd166;
    font-weight: 900;
}

.ofis60-b2b-button {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
}

.ofis60-b2b-button i {
    font-size: 16px;
}

.ofis60-b2b-top-link {
    color: #ffd166 !important;
    font-weight: 900 !important;
}

.ofis60-category-menu {
    flex: 1 1 auto;
    width: 100%;
    gap: 0 !important;
}

.ofis60-category-menu > li {
    flex: 1 1 auto;
    min-width: 0;
}

.ofis60-logo-slogan {
    color: var(--ofis-navy);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    margin-top: 3px;
    text-align: center;
    white-space: nowrap;
}

.mobile-header-logo .ofis60-logo-slogan,
.mobile-header-logo-tablet-pro .ofis60-logo-slogan {
    font-size: 9px;
    margin-top: 1px;
}

.ofis60-category-menu > li > a > span {
    justify-content: center;
    gap: 4px;
    padding: 0 5px !important;
    font-size: 10.75px !important;
}

.ofis60-menu-icon {
    font-size: 15px !important;
    line-height: 1 !important;
}

.ofis60-menu-chevron {
    font-size: 9px !important;
    margin-left: 1px;
    opacity: .8;
}

.ofis60-legal-content {
    color: #26364a;
    font-size: 15px;
    line-height: 1.75;
}

.ofis60-legal-content h2,
.ofis60-legal-content h3 {
    color: var(--ofis-navy);
    font-weight: 800;
    margin: 26px 0 10px;
}

.ofis60-legal-content h2:first-child,
.ofis60-legal-content h3:first-child {
    margin-top: 0;
}

.ofis60-legal-content ul,
.ofis60-legal-content ol {
    padding-left: 22px;
}

.ofis60-legal-content a {
    color: var(--ofis-blue);
    font-weight: 700;
}

.ofis60-legal-strip {
    background: #071f43;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: #dbeafe;
    font-size: 12px;
}

.ofis60-legal-strip-in {
    width: min(1200px, 94%);
    margin: 0 auto;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.ofis60-legal-strip-links,
.ofis60-legal-strip-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.ofis60-legal-strip a {
    color: #fff !important;
    text-decoration: none !important;
}

.ofis60-legal-strip a:hover {
    color: #ffd166 !important;
}

.ofis60-legal-strip-contact i {
    color: #ffd166;
    margin-right: 4px;
}

@media (max-width: 991px) {
    .ofis60-legal-strip-in {
        align-items: flex-start;
        flex-direction: column;
    }
}

.ofis60-mega-menu {
    min-height: 260px !important;
}

.ofis60-mega-links {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    width: calc(100% - 320px) !important;
}

.ofis60-mega-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ofis60-mega-heading-icon {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: var(--ofis-blue-soft);
    color: var(--ofis-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
}

.ofis60-mega-heading-icon i {
    font-size: 25px;
}

.ofis60-mega-title {
    color: var(--ofis-ink) !important;
    display: inline-flex !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin-bottom: 6px !important;
    text-decoration: none !important;
}

.ofis60-mega-spot {
    color: var(--ofis-muted);
    font-size: 13px;
    line-height: 1.5;
}

.ofis60-mega-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: 10px;
}

.ofis60-mega-link-grid a {
    min-height: 42px;
    border: 1px solid #e6eef7;
    border-radius: 8px;
    background: #fff;
    color: var(--ofis-text) !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 12px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
}

.ofis60-mega-link-grid a:hover {
    border-color: rgba(11, 110, 208, .28);
    background: var(--ofis-blue-soft);
    color: var(--ofis-navy) !important;
}

.ofis60-mega-feature {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.ofis60-mega-feature img {
    max-width: 185px;
    max-height: 145px;
    object-fit: contain;
}

.ofis60-mega-feature-title {
    color: var(--ofis-navy);
    font-size: 18px;
    font-weight: 900;
}

.ofis60-mega-feature a {
    border-radius: 999px;
    background: var(--ofis-orange);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}

.ofis60-mobile-menu #categories-parent-main > ul > li > a span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
}

.ofis60-mobile-menu #categories-parent-main > ul > li > a span i {
    color: var(--ofis-blue);
    font-size: 19px;
}

.ofis60-home-shell {
    background: #f4f8fc;
    color: var(--ofis-ink);
    padding: 22px 0 34px;
}

.ofis60-category-strip,
.ofis60-promo-grid,
.ofis60-section,
.ofis60-wide-ad,
.ofis60-commerce-blocks {
    width: min(1200px, calc(100% - 28px));
    margin-left: auto;
    margin-right: auto;
}

.ofis60-category-strip {
    padding: 4px 0 18px;
}

.ofis60-category-strip-head,
.ofis60-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.ofis60-section-kicker {
    color: var(--ofis-orange);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ofis60-category-strip h1,
.ofis60-section h2,
.ofis60-wide-ad h2,
.ofis60-commerce-card h2 {
    color: var(--ofis-navy);
    font-weight: 900;
    line-height: 1.12;
    margin: 0;
}

.ofis60-category-strip h1 {
    font-size: 28px;
}

.ofis60-section h2,
.ofis60-wide-ad h2 {
    font-size: 25px;
}

.ofis60-section p,
.ofis60-wide-ad p,
.ofis60-commerce-card p {
    color: var(--ofis-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 7px 0 0;
}

.ofis60-ghost-link {
    border: 1px solid var(--ofis-line);
    border-radius: 999px;
    background: #fff;
    color: var(--ofis-blue) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    text-decoration: none !important;
}

.ofis60-ghost-link:hover {
    border-color: rgba(11, 110, 208, .32);
    background: var(--ofis-blue-soft);
}

.ofis60-category-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 10px;
}

.ofis60-category-card {
    min-height: 134px;
    border: 1px solid var(--ofis-line);
    border-radius: 8px;
    background: #fff;
    color: var(--ofis-ink) !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 11px;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(15, 35, 65, .05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ofis60-category-card:hover {
    border-color: rgba(11, 110, 208, .30);
    box-shadow: 0 16px 30px rgba(15, 35, 65, .10);
    transform: translateY(-2px);
}

.ofis60-category-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--ofis-blue-soft);
    color: var(--ofis-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ofis60-category-icon i {
    font-size: 22px;
}

.ofis60-category-card strong {
    min-height: 31px;
    color: var(--ofis-navy);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
}

.ofis60-category-card small {
    color: var(--ofis-muted);
    font-size: 11px;
    line-height: 1.35;
}

.ofis60-promo-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(220px, .72fr);
    grid-template-rows: repeat(2, minmax(132px, 1fr));
    gap: 14px;
    margin-top: 4px;
    margin-bottom: 24px;
}

.ofis60-promo-main,
.ofis60-promo-small,
.ofis60-wide-ad,
.ofis60-commerce-card {
    border: 1px solid var(--ofis-line);
    border-radius: 8px;
    text-decoration: none !important;
    box-shadow: var(--ofis-shadow);
}

.ofis60-promo-main {
    grid-row: span 2;
    min-height: 316px;
    background: linear-gradient(135deg, #ffffff 0%, #e8f5ff 52%, #fff4e8 100%);
    color: var(--ofis-ink) !important;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(250px, .9fr);
    align-items: center;
    overflow: hidden;
    padding: 34px;
}

.ofis60-promo-main img {
    width: 100%;
    max-height: 260px;
    object-fit: contain;
    justify-self: end;
}

.ofis60-promo-content span,
.ofis60-wide-ad span {
    color: var(--ofis-orange);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ofis60-promo-content h2 {
    color: var(--ofis-navy);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
}

.ofis60-promo-content p {
    color: var(--ofis-text);
    font-size: 15px;
    line-height: 1.55;
    margin: 12px 0 18px;
}

.ofis60-promo-content strong {
    border-radius: 999px;
    background: var(--ofis-orange);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 10px 17px;
    font-size: 13px;
}

.ofis60-promo-small {
    background: #fff;
    color: var(--ofis-ink) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    padding: 20px;
}

.ofis60-promo-small span,
.ofis60-commerce-card > span {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--ofis-blue-soft);
    color: var(--ofis-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ofis60-promo-small span i,
.ofis60-commerce-card > span i {
    font-size: 24px;
}

.ofis60-promo-small strong {
    color: var(--ofis-navy);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.ofis60-promo-small small {
    color: var(--ofis-muted);
    font-size: 13px;
    line-height: 1.45;
}

.ofis60-promo-campaign span,
.ofis60-promo-campaign .ofis60-commerce-card > span {
    background: #fff4e8;
    color: var(--ofis-orange);
}

.ofis60-section {
    margin-top: 20px;
    padding: 20px 0 8px;
}

.ofis60-section-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ofis60-rail-btn {
    width: 38px;
    height: 38px;
    border: 1px solid var(--ofis-line);
    border-radius: 8px;
    background: #fff;
    color: var(--ofis-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ofis60-rail-btn:hover {
    background: var(--ofis-blue);
    color: #fff;
}

.ofis60-product-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px, 1fr);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 2px 18px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.ofis60-product-rail::-webkit-scrollbar {
    display: none;
}

.ofis60-product-card {
    width: 224px;
    min-height: 362px;
    border: 1px solid var(--ofis-line);
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(15, 35, 65, .06);
}

.ofis60-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 999px;
    background: var(--ofis-orange);
    color: #fff;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 900;
}

.ofis60-product-badge-blue {
    background: var(--ofis-blue);
}

.ofis60-product-image {
    height: 154px;
    background: #f8fbff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.ofis60-product-image img {
    width: 100%;
    height: 118px;
    object-fit: contain;
}

.ofis60-product-info {
    flex: 1 1 auto;
    padding: 14px 14px 8px;
}

.ofis60-product-title {
    color: var(--ofis-ink) !important;
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    text-decoration: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ofis60-product-title:hover {
    color: var(--ofis-blue) !important;
}

.ofis60-product-spot {
    color: var(--ofis-muted);
    display: -webkit-box;
    min-height: 36px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ofis60-product-bottom {
    border-top: 1px solid #edf3f9;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 14px 14px;
}

.ofis60-product-price {
    min-height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.ofis60-product-price strong,
.ofis60-product-price strong span {
    color: var(--ofis-orange) !important;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}

.ofis60-old-price,
.ofis60-old-price span {
    color: #94a3b8 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: line-through;
}

.ofis60-product-price small {
    color: var(--ofis-green);
    font-size: 11px;
    font-weight: 900;
}

.ofis60-product-form button,
.ofis60-product-detail {
    width: 100%;
    min-height: 40px;
    border: 0;
    border-radius: 8px;
    background: var(--ofis-blue);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
}

.ofis60-product-form button:hover,
.ofis60-product-detail:hover {
    background: var(--ofis-navy-dark);
}

.ofis60-empty-rail {
    min-height: 220px;
    border: 1px dashed var(--ofis-line);
    border-radius: 8px;
    background: #fff;
    color: var(--ofis-muted);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
}

.ofis60-empty-rail i {
    color: var(--ofis-blue);
    font-size: 36px;
}

.ofis60-empty-rail strong {
    color: var(--ofis-ink);
}

.ofis60-empty-rail a {
    color: var(--ofis-blue);
    font-weight: 900;
}

.ofis60-wide-ad {
    background: linear-gradient(135deg, #063b83 0%, #0b6ed0 54%, #13a86b 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    margin-bottom: 10px;
    padding: 26px;
}

.ofis60-wide-ad h2,
.ofis60-wide-ad p {
    color: #fff;
}

.ofis60-wide-ad p {
    max-width: 710px;
    opacity: .9;
}

.ofis60-wide-ad a {
    border-radius: 999px;
    background: #fff;
    color: var(--ofis-navy) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 18px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    text-decoration: none !important;
}

.ofis60-commerce-blocks {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.ofis60-commerce-card {
    min-height: 190px;
    background: #fff;
    color: var(--ofis-ink) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 20px;
}

.ofis60-commerce-card h2 {
    font-size: 20px;
}

.ofis60-newsletter-card {
    background: linear-gradient(135deg, #fff 0%, #edf8ff 100%);
}

.ofis60-newsletter-card form {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.ofis60-newsletter-card input {
    min-width: 0;
    flex: 1 1 auto;
    height: 42px;
    border: 1px solid var(--ofis-line);
    border-radius: 8px;
    color: var(--ofis-ink);
    padding: 0 13px;
    font-size: 13px;
    outline: 0;
}

.ofis60-newsletter-card input:focus {
    border-color: var(--ofis-blue);
}

.ofis60-newsletter-card button {
    flex: 0 0 auto;
    height: 42px;
    border: 0;
    border-radius: 8px;
    background: var(--ofis-orange);
    color: #fff;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.ofis60-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ofis60-social-links a {
    width: 38px;
    height: 38px;
    border: 1px solid var(--ofis-line);
    border-radius: 8px;
    color: var(--ofis-blue) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.ofis60-social-links a:hover {
    background: var(--ofis-blue);
    color: #fff !important;
}

@media (max-width: 1199px) {
    .ofis60-category-menu {
        flex-wrap: wrap !important;
        row-gap: 4px;
    }

    .top-level-menu-main-div-in {
        align-items: flex-start !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .ofis60-category-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .mobile-top-header-main {
        display: block !important;
    }

    .mobile-top-header-links-area,
    .mobile-top-header-links-area .swiper-top-header,
    .mobile-top-header-links-area .swiper-wrapper {
        width: 100%;
    }

    .mobile-top-header-links-area .swiper-wrapper {
        display: block !important;
        transform: none !important;
    }

    .mobile-top-header-links-area .swiper-slide {
        width: 100% !important;
        text-align: center;
    }

    .ofis60-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ofis60-promo-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .ofis60-promo-main {
        grid-column: span 2;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 24px;
    }

    .ofis60-promo-main img {
        max-height: 190px;
        justify-self: center;
        margin-top: 12px;
    }

    .ofis60-commerce-blocks {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .ofis60-home-shell {
        padding-top: 14px;
    }

    .ofis60-category-strip,
    .ofis60-promo-grid,
    .ofis60-section,
    .ofis60-wide-ad,
    .ofis60-commerce-blocks {
        width: min(100% - 20px, 1200px);
    }

    .ofis60-category-strip-head,
    .ofis60-section-head,
    .ofis60-wide-ad {
        align-items: flex-start;
        flex-direction: column;
    }

    .ofis60-category-strip h1 {
        font-size: 24px;
    }

    .ofis60-section h2,
    .ofis60-wide-ad h2 {
        font-size: 22px;
    }

    .ofis60-section-actions {
        width: 100%;
    }

    .ofis60-section-actions .ofis60-ghost-link {
        margin-right: auto;
    }

    .ofis60-product-rail {
        grid-auto-columns: 206px;
    }

    .ofis60-product-card {
        width: 206px;
    }
}

@media (max-width: 560px) {
    .ofis60-category-grid,
    .ofis60-promo-grid,
    .ofis60-commerce-blocks {
        grid-template-columns: 1fr;
    }

    .ofis60-promo-main {
        grid-column: auto;
    }

    .ofis60-promo-content h2 {
        font-size: 27px;
    }

    .ofis60-category-card {
        min-height: 0;
    }

    .ofis60-newsletter-card form {
        flex-direction: column;
    }

    .ofis60-newsletter-card button {
        width: 100%;
    }
}

/* Ofis60 market layout v2
   Home content remains database driven through slider, vitrin_tip2,
   vitrin_tip1_grup/vitrin_tip1_urunler and urun_cat. */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

.ofis60-home-shell {
    width: min(1240px, calc(100% - 32px));
    max-width: 1240px;
    margin: 0 auto;
    padding: 22px 0 40px;
}

.ofis60-home-shell *,
.ofis60-home-shell *::before,
.ofis60-home-shell *::after {
    box-sizing: border-box;
}

.ofis60-market-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 14px;
    min-width: 0;
}

.ofis60-market-hero {
    position: relative;
    min-width: 0;
    height: 414px;
    overflow: hidden;
    border-radius: 14px;
    background: var(--ofis-navy-dark);
    box-shadow: var(--ofis-shadow);
    isolation: isolate;
}

.ofis60-hero-track,
.ofis60-hero-slide,
.ofis60-hero-slide picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ofis60-hero-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s ease, visibility .5s ease;
}

.ofis60-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.ofis60-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ofis60-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 34, 75, .94) 0%, rgba(5, 34, 75, .72) 38%, rgba(5, 34, 75, .08) 69%, rgba(5, 34, 75, 0) 100%);
    z-index: 1;
}

.ofis60-hero-copy {
    position: relative;
    z-index: 2;
    width: min(56%, 610px);
    height: 100%;
    padding: 48px 48px 62px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
}

.ofis60-hero-kicker {
    margin-bottom: 12px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.ofis60-hero-copy h1 {
    max-width: 570px;
    margin: 0 0 14px;
    color: #fff !important;
    font-size: clamp(30px, 3vw, 45px) !important;
    line-height: 1.08 !important;
    font-weight: 850 !important;
}

.ofis60-hero-copy p {
    max-width: 520px;
    margin: 0 0 23px;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.ofis60-hero-copy > a {
    min-height: 44px;
    padding: 0 19px;
    border-radius: 8px;
    background: var(--ofis-orange);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.ofis60-hero-copy > a:hover {
    background: var(--ofis-orange-dark);
    text-decoration: none;
}

.ofis60-hero-full-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.ofis60-hero-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    background: rgba(5, 34, 75, .48);
    color: #fff;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background .18s ease, transform .18s ease;
}

.ofis60-hero-arrow:hover {
    background: var(--ofis-orange);
    transform: translateY(-50%) scale(1.05);
}

.ofis60-hero-arrow.is-prev {
    left: 15px;
}

.ofis60-hero-arrow.is-next {
    right: 15px;
}

.ofis60-hero-dots {
    position: absolute;
    z-index: 5;
    left: 48px;
    bottom: 26px;
    display: flex;
    gap: 7px;
}

.ofis60-hero-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .52);
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.ofis60-hero-dots button.is-active {
    width: 28px;
    background: var(--ofis-orange);
}

.ofis60-market-side-promos {
    min-width: 0;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ofis60-side-slider {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(15, 35, 65, .08);
    isolation: isolate;
}

.ofis60-side-slider-track,
.ofis60-side-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ofis60-side-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s ease, visibility .4s ease;
}

.ofis60-side-slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ofis60-side-slide .ofis60-promo-card {
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: inherit;
    box-shadow: none;
}

.ofis60-side-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 29px;
    height: 29px;
    padding: 0;
    border: 1px solid rgba(8, 47, 99, .14);
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: var(--ofis-blue);
    display: grid;
    place-items: center;
    opacity: .88;
    transform: translateY(-50%);
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(8, 47, 99, .16);
    transition: opacity .18s ease, background .18s ease, color .18s ease;
}

.ofis60-side-slider:hover .ofis60-side-arrow,
.ofis60-side-slider:focus-within .ofis60-side-arrow {
    opacity: 1;
}

.ofis60-side-arrow:hover {
    background: var(--ofis-blue);
    color: #fff;
}

.ofis60-side-arrow.is-prev {
    left: 9px;
}

.ofis60-side-arrow.is-next {
    right: 9px;
}

.ofis60-side-dots {
    position: absolute;
    z-index: 5;
    right: 13px;
    bottom: 10px;
    display: flex;
    gap: 5px;
}

.ofis60-side-dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(8, 47, 99, .35);
    cursor: pointer;
    transition: width .18s ease, background .18s ease;
}

.ofis60-side-dots button.is-active {
    width: 18px;
    background: var(--ofis-orange);
}

.ofis60-promo-card {
    position: relative;
    min-width: 0;
    min-height: 180px;
    overflow: hidden;
    border: 1px solid var(--ofis-line);
    border-radius: 13px;
    background: #fff;
    color: var(--ofis-ink);
    display: block;
    box-shadow: 0 9px 25px rgba(15, 35, 65, .08);
}

.ofis60-promo-card:hover {
    color: var(--ofis-ink);
    text-decoration: none;
}

.ofis60-promo-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.ofis60-promo-card:hover > img {
    transform: scale(1.035);
}

.ofis60-promo-card.is-side > img {
    object-position: 60% center;
}

.ofis60-promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .78) 38%, rgba(255, 255, 255, .02) 72%);
    pointer-events: none;
}

.ofis60-promo-card.is-dark::after {
    background: linear-gradient(90deg, rgba(5, 34, 75, .86), rgba(5, 34, 75, .05) 72%);
}

.ofis60-promo-card-copy {
    position: relative;
    z-index: 2;
    width: 58%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ofis60-promo-card-copy strong {
    font-size: 18px;
    line-height: 1.15;
    font-weight: 850;
}

.ofis60-promo-card-copy small {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.45;
}

.ofis60-promo-card-copy b {
    margin-top: 12px;
    color: var(--ofis-blue);
    font-size: 11px;
    font-weight: 800;
}

.ofis60-category-strip,
.ofis60-section,
.ofis60-wide-ad,
.ofis60-commerce-blocks {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

.ofis60-category-strip {
    margin-top: 28px;
    padding: 0;
    background: transparent;
}

.ofis60-category-strip-head,
.ofis60-section-head {
    margin-bottom: 14px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.ofis60-category-strip h2,
.ofis60-section h2 {
    margin: 2px 0 0;
    color: var(--ofis-navy-dark) !important;
    font-size: 25px !important;
    line-height: 1.18 !important;
    font-weight: 850 !important;
}

.ofis60-section p {
    margin: 5px 0 0;
    color: var(--ofis-muted) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

.ofis60-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.ofis60-category-card {
    min-width: 0;
    min-height: 91px;
    padding: 15px;
    border: 1px solid var(--ofis-line);
    border-radius: 11px;
    background: #fff;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 11px;
    align-items: center;
    box-shadow: 0 6px 17px rgba(15, 35, 65, .05);
}

.ofis60-category-card:hover {
    border-color: rgba(11, 110, 208, .35);
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 23px rgba(15, 35, 65, .09);
}

.ofis60-category-icon {
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--ofis-blue-soft);
    display: grid;
    place-items: center;
}

.ofis60-category-card strong {
    min-width: 0;
    color: var(--ofis-navy-dark);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ofis60-category-card small {
    min-width: 0;
    color: var(--ofis-muted);
    font-size: 10px;
    line-height: 1.35;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ofis60-section {
    margin-top: 34px;
    padding: 0;
    background: transparent;
}

.ofis60-section-actions {
    width: auto;
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 7px;
}

.ofis60-product-rail {
    width: 100%;
    min-width: 0;
    padding: 2px 2px 10px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 5);
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
}

.ofis60-product-rail::-webkit-scrollbar {
    display: none;
}

.ofis60-product-card {
    width: auto;
    min-width: 0;
    height: 358px;
    margin: 0;
    border: 1px solid var(--ofis-line);
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    box-shadow: 0 7px 20px rgba(15, 35, 65, .06);
}

.ofis60-product-image {
    height: 190px;
    min-height: 190px;
    padding: 15px;
    border-bottom: 1px solid #edf3f8;
    background: #fff;
}

.ofis60-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ofis60-product-info {
    min-height: 72px;
    padding: 12px 13px 8px;
}

.ofis60-product-title {
    height: 36px;
    color: var(--ofis-ink) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 750 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ofis60-product-spot {
    margin-top: 4px;
    color: var(--ofis-muted);
    font-size: 9px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ofis60-product-bottom {
    min-height: 92px;
    margin-top: auto;
    padding: 10px 13px 13px;
    border-top: 1px solid #edf3f8;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
}

.ofis60-product-price {
    min-height: 25px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.ofis60-product-price strong,
.ofis60-product-price strong span {
    color: var(--ofis-orange) !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
}

.ofis60-product-form,
.ofis60-product-form button,
.ofis60-product-detail {
    width: 100%;
}

.ofis60-product-form button,
.ofis60-product-detail {
    min-height: 36px;
    border-radius: 7px;
    background: var(--ofis-blue) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 800;
}

.ofis60-product-form button:hover,
.ofis60-product-detail:hover {
    background: var(--ofis-navy-dark) !important;
}

.ofis60-promo-mosaic {
    width: 100%;
    min-width: 0;
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    grid-template-rows: repeat(2, 165px);
    gap: 12px;
}

.ofis60-promo-mosaic .ofis60-promo-card {
    min-height: 0;
}

.ofis60-promo-mosaic .ofis60-promo-card.is-wide:first-child {
    grid-row: 1 / 3;
}

.ofis60-promo-mosaic .ofis60-promo-card:only-child {
    grid-column: 1 / -1;
    grid-row: 1 / 3;
}

.ofis60-wide-ad {
    margin-top: 38px;
    border-radius: 12px;
}

.ofis60-benefits {
    width: 100%;
    margin-top: 28px;
    border: 1px solid var(--ofis-line);
    border-radius: 11px;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.ofis60-benefits > div {
    min-width: 0;
    min-height: 92px;
    padding: 18px;
    border-right: 1px solid var(--ofis-line);
    display: flex;
    align-items: center;
    gap: 12px;
}

.ofis60-benefits > div:last-child {
    border-right: 0;
}

.ofis60-benefits i {
    flex: 0 0 auto;
    color: var(--ofis-orange);
    font-size: 30px;
}

.ofis60-benefits span {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.ofis60-benefits strong {
    color: var(--ofis-navy-dark);
    font-size: 12px;
    font-weight: 800;
}

.ofis60-benefits small {
    margin-top: 4px;
    color: var(--ofis-muted);
    font-size: 9px;
    line-height: 1.35;
}

.ofis60-commerce-blocks {
    margin-top: 28px;
}

/* Product detail: same card language as the market homepage. */
.urun-detay-main {
    padding: 26px 0 50px !important;
    background: linear-gradient(180deg, #f5f9fd 0%, #edf4fa 100%) !important;
}

.urun-detay-main *,
.urun-detay-main *::before,
.urun-detay-main *::after {
    box-sizing: border-box;
}

.urun-detay-main-in {
    width: min(1200px, calc(100% - 32px)) !important;
    max-width: 1200px !important;
    margin: 0 auto 22px !important;
    padding: 28px !important;
    border: 1px solid var(--ofis-line);
    border-radius: 14px;
    background: #fff;
    align-items: stretch !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 30px;
    box-shadow: var(--ofis-shadow);
}

.urun-detay-sol-alan {
    width: calc(54% - 15px) !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 10px;
    background: #fff;
}

.urun-detay-sag-alan {
    width: calc(46% - 15px) !important;
    min-width: 0;
    flex: 0 0 auto !important;
    padding: 27px !important;
    border: 1px solid var(--ofis-line) !important;
    border-radius: 11px;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(15, 35, 65, .06);
}

.urun-detay-sag-alan-baslik {
    margin-bottom: 12px !important;
    color: var(--ofis-navy-dark) !important;
    font-size: 25px !important;
    line-height: 1.28 !important;
    font-weight: 800 !important;
    overflow-wrap: anywhere;
}

.urun-detay-sag-alan-iliskili-kat a,
.urun-detay-sag-alan-d-bilgiler-box {
    color: var(--ofis-muted) !important;
}

.urun-detay-sag-alan-fiyatlar {
    padding: 13px 0 !important;
    border-color: var(--ofis-line) !important;
}

.urun-detay-sag-alan-fiyat-sag,
.urun-detay-sag-alan-fiyat-sag span {
    color: var(--ofis-orange) !important;
    font-weight: 850 !important;
}

.urun-detay-sag-alan-d-bilgiler,
.urun-detay-sag-alan-spot {
    border-color: var(--ofis-line) !important;
}

.urun-detay-sag-alan-ek-bilgiler-box,
.kargoucret-detay-div,
.limitdetay-div {
    border-color: var(--ofis-line) !important;
    background: #f7fbff !important;
    color: var(--ofis-text) !important;
}

.urun-detay-sag-alan-sepet-box button {
    min-height: 48px !important;
    border-radius: 8px !important;
    background: var(--ofis-blue) !important;
    border-color: var(--ofis-blue) !important;
    box-shadow: 0 9px 18px rgba(11, 110, 208, .18) !important;
}

.urun-detay-sag-alan-sepet-box button:hover {
    background: var(--ofis-navy-dark) !important;
    border-color: var(--ofis-navy-dark) !important;
}

.urun-detay-desc-main {
    width: min(1200px, calc(100% - 32px)) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

#urundetaytabs,
.urun-detay-benzer-urunler-main-div {
    overflow: hidden;
    border: 1px solid var(--ofis-line) !important;
    border-radius: 12px !important;
    background: #fff;
    box-shadow: 0 8px 25px rgba(15, 35, 65, .06);
}

#urundetaytabs .ui-tabs-active a {
    background: var(--ofis-navy-dark) !important;
    color: #fff !important;
}

.urun-detay-benzer-urunler-main-div-head-l {
    color: var(--ofis-navy-dark) !important;
    font-size: 19px !important;
    font-weight: 800 !important;
}

.urun-detay-benzer-urun-box {
    border-color: var(--ofis-line) !important;
}

.urun-detay-benzer-urun-box-img {
    background: #fff !important;
}

.urun-detay-benzer-urun-box-img img {
    width: 100%;
    height: 190px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .ofis60-market-top {
        grid-template-columns: minmax(0, 1fr) 285px;
    }

    .ofis60-product-rail {
        grid-auto-columns: calc((100% - 36px) / 4);
    }

    .ofis60-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ofis60-home-shell {
        width: min(100% - 24px, 820px);
        padding-top: 14px;
    }

    .ofis60-market-top {
        grid-template-columns: minmax(0, 1fr);
    }

    .ofis60-market-hero {
        height: 390px;
    }

    .ofis60-market-side-promos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 178px;
    }

    .ofis60-side-arrow {
        opacity: 1;
    }

    .ofis60-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ofis60-product-rail {
        grid-auto-columns: calc((100% - 24px) / 3);
    }

    .ofis60-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ofis60-benefits > div:nth-child(2) {
        border-right: 0;
    }

    .ofis60-benefits > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--ofis-line);
    }

    .urun-detay-main-in {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 18px;
    }

    .urun-detay-sol-alan,
    .urun-detay-sag-alan {
        width: 100% !important;
    }
}

@media (max-width: 680px) {
    .ofis60-home-shell {
        width: min(100% - 20px, 620px);
    }

    .ofis60-market-hero {
        height: 420px;
        border-radius: 11px;
    }

    .ofis60-hero-slide img {
        object-position: 62% center;
    }

    .ofis60-hero-shade {
        background: linear-gradient(90deg, rgba(5, 34, 75, .97) 0%, rgba(5, 34, 75, .84) 58%, rgba(5, 34, 75, .28) 100%);
    }

    .ofis60-hero-copy {
        width: 82%;
        padding: 35px 25px 58px;
    }

    .ofis60-hero-copy h1 {
        font-size: 30px !important;
    }

    .ofis60-hero-copy p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .ofis60-hero-arrow {
        display: none;
    }

    .ofis60-hero-dots {
        left: 25px;
        bottom: 24px;
    }

    .ofis60-market-side-promos {
        grid-template-rows: 150px;
    }

    .ofis60-side-arrow {
        display: none;
    }

    .ofis60-promo-card-copy {
        width: 64%;
        padding: 15px;
    }

    .ofis60-promo-card-copy strong {
        font-size: 15px;
    }

    .ofis60-category-strip-head,
    .ofis60-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .ofis60-section-actions {
        width: 100%;
        margin-left: 0;
    }

    .ofis60-category-strip h2,
    .ofis60-section h2 {
        font-size: 21px !important;
    }

    .ofis60-category-grid {
        width: calc(100% + 10px);
        margin-right: -10px;
        padding-right: 10px;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 165px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .ofis60-category-grid::-webkit-scrollbar {
        display: none;
    }

    .ofis60-category-card {
        scroll-snap-align: start;
    }

    .ofis60-product-rail {
        grid-auto-columns: calc((100% - 10px) / 2);
        gap: 10px;
    }

    .ofis60-product-card {
        height: 338px;
    }

    .ofis60-product-image {
        height: 170px;
        min-height: 170px;
        padding: 11px;
    }

    .ofis60-promo-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 170px);
    }

    .ofis60-promo-mosaic .ofis60-promo-card.is-wide:first-child,
    .ofis60-promo-mosaic .ofis60-promo-card:only-child {
        grid-column: 1;
        grid-row: auto;
    }

    .ofis60-wide-ad {
        padding: 24px !important;
        align-items: flex-start !important;
    }

    .urun-detay-main {
        padding-top: 12px !important;
    }

    .urun-detay-main-in {
        width: calc(100% - 20px) !important;
        padding: 12px !important;
        border-radius: 10px;
    }

    .urun-detay-sag-alan {
        padding: 20px !important;
    }

    .urun-detay-sag-alan-baslik {
        font-size: 21px !important;
    }

    .urun-detay-desc-main {
        width: calc(100% - 20px) !important;
    }

    #urundetaytabs .ui-tabs-nav {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    #urundetaytabs .ui-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    #urundetaytabs .ui-tabs-anchor {
        padding: 14px 16px !important;
    }

    #urundetaytabs .ui-tabs-panel {
        padding: 22px 18px !important;
    }
}

@media (max-width: 430px) {
    .ofis60-market-side-promos {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 150px);
    }

    .ofis60-section-head {
        flex-direction: column;
        gap: 10px;
    }

    .ofis60-section-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .ofis60-benefits {
        grid-template-columns: 1fr;
    }

    .ofis60-benefits > div {
        border-right: 0;
        border-bottom: 1px solid var(--ofis-line);
    }

    .ofis60-benefits > div:last-child {
        border-bottom: 0;
    }

    .ofis60-product-title {
        font-size: 11px !important;
    }

    .ofis60-product-price strong,
    .ofis60-product-price strong span {
        font-size: 15px !important;
    }
}

/* Unified Ofis60 branding, account pricing and motion */
.ofis60-unified-logo {
    width: auto;
    height: auto;
    aspect-ratio: 570 / 150;
    object-fit: contain;
}

.header-desktop-logo-div .ofis60-unified-logo {
    width: min(190px, 100%);
    max-width: 190px;
    max-height: 50px;
}

.mobile-header-logo .ofis60-unified-logo,
.mobile-header-logo-tablet-pro .ofis60-unified-logo {
    width: min(158px, 100%);
    max-width: 158px;
    max-height: 42px !important;
}

.footer-module-box-logo {
    width: min(230px, 100%);
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .96);
}

.footer-module-box-logo .ofis60-unified-logo {
    display: block;
    width: 100%;
    max-height: 60px;
}

.ofis60-top-socials {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 8px;
}

.topheader-desktop-main-right .ofis60-top-socials > a {
    width: 26px;
    height: 26px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.topheader-desktop-main-right .ofis60-top-socials > a:hover,
.topheader-desktop-main-right .ofis60-top-socials > a:focus-visible {
    border-color: #ffd166;
    background: #ffd166;
    color: var(--ofis-navy-dark) !important;
    transform: translateY(-2px);
}

.ofis60-b2b-action > a,
.ofis60-order-track > a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.ofis60-b2b-action > a:hover,
.ofis60-order-track > a:hover {
    transform: translateY(-2px);
}

.ofis60-member-pricing {
    width: 100%;
    margin: 14px 0 18px;
    padding: 15px;
    border: 1px solid #b9dcff;
    border-radius: 11px;
    background: linear-gradient(145deg, #f5faff 0%, #edf7ff 100%);
    box-shadow: 0 8px 20px rgba(11, 110, 208, .07);
}

.ofis60-member-pricing-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.ofis60-member-pricing-head > span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    background: var(--ofis-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
}

.ofis60-member-pricing-head > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.ofis60-member-pricing-head strong {
    color: var(--ofis-navy-dark);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 850;
}

.ofis60-member-pricing-head small {
    margin-top: 2px;
    color: var(--ofis-muted);
    font-size: 10px;
    line-height: 1.4;
}

.ofis60-member-pricing dl {
    margin: 0;
}

.ofis60-member-pricing dl > div {
    min-width: 0;
    padding: 8px 0;
    border-top: 1px dashed #c9deef;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.ofis60-member-pricing dt,
.ofis60-member-pricing dd {
    margin: 0;
    color: var(--ofis-text);
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.ofis60-member-pricing dd {
    color: var(--ofis-navy-dark);
    font-weight: 800;
    text-align: right;
}

.ofis60-member-pricing .is-account-price dd,
.ofis60-member-pricing .is-account-price dd span {
    color: var(--ofis-orange) !important;
    font-size: 16px !important;
}

.ofis60-member-pricing > p {
    margin: 8px 0 0;
    padding: 8px 10px;
    border-radius: 7px;
    background: #fff;
    color: var(--ofis-muted);
    font-size: 10px;
    line-height: 1.45;
}

.ofis60-product-description {
    color: var(--ofis-text);
    font-size: 14px;
    line-height: 1.75;
}

.ofis60-product-description h2 {
    margin: 0 0 14px;
    color: var(--ofis-navy-dark);
    font-size: 21px !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
}

.ofis60-product-description p {
    margin: 0 0 12px;
}

.ofis60-product-description ul {
    margin: 14px 0;
    padding-left: 20px;
}

.ofis60-product-description li {
    margin: 6px 0;
}

.ofis60-product-description-note {
    padding: 12px 14px;
    border-left: 3px solid var(--ofis-orange);
    border-radius: 0 8px 8px 0;
    background: #f7fbff;
}

.ofis60-category-card,
.ofis60-product-card,
.ofis60-promo-card,
.ofis60-commerce-card,
.ofis60-benefits > div {
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ofis60-category-card:hover,
.ofis60-product-card:hover,
.ofis60-promo-card:hover,
.ofis60-commerce-card:hover {
    border-color: #b9dcff;
    box-shadow: 0 14px 30px rgba(15, 50, 90, .12);
    transform: translateY(-4px);
}

.ofis60-reveal {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity .55s ease var(--ofis60-reveal-delay, 0ms), transform .55s cubic-bezier(.2, .7, .2, 1) var(--ofis60-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.ofis60-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

@media (max-width: 680px) {
    .ofis60-free-shipping-link {
        width: 100%;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }

    .ofis60-free-shipping-link strong {
        font-size: 9px;
    }

    .ofis60-free-shipping-link span {
        display: none;
    }

    .mobile-header-logo .ofis60-logo-slogan,
    .mobile-header-logo-tablet-pro .ofis60-logo-slogan {
        display: none;
    }

    .ofis60-member-pricing {
        padding: 13px;
    }

    .ofis60-member-pricing dl > div {
        gap: 8px;
    }

    .ofis60-product-description {
        font-size: 13px;
        line-height: 1.65;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ofis60-reveal,
    .ofis60-reveal.is-visible,
    .ofis60-category-card,
    .ofis60-product-card,
    .ofis60-promo-card,
    .ofis60-commerce-card,
    .ofis60-benefits > div,
    .ofis60-top-socials > a,
    .ofis60-b2b-action > a,
    .ofis60-order-track > a {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
    }
}
