:root{--cf-red:#df2c35;--cf-black:#111;--cf-muted:#6f6f6f;--cf-bg:#f6f6f4;--cf-line:#e7e5e2;--cf-white:#fff;--cf-radius:18px;--cf-shadow:0 14px 40px rgba(0,0,0,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--cf-black);font-family:Arial,Helvetica,sans-serif;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.cf-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.cf-header{height:86px;background:#fff;border-bottom:1px solid var(--cf-line);position:sticky;top:0;z-index:50}.admin-bar .cf-header{top:32px}.cf-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.custom-logo{max-height:54px;width:auto}.cf-brand__text{font-size:24px;font-weight:800}.cf-nav ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}.cf-nav a{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.cf-nav a:hover{color:var(--cf-red)}.cf-menu-toggle{display:none;border:0;background:#111;color:#fff;padding:11px 16px}.cf-page-hero{background:#f3f3f2;padding:74px 0;text-align:center}.cf-page-hero h1{font-size:clamp(38px,6vw,72px);line-height:1.05;margin:0}.cf-page-hero p{max-width:680px;margin:18px auto 0;color:var(--cf-muted)}.cf-eyebrow{color:var(--cf-red)!important;text-transform:uppercase;font-weight:800;letter-spacing:.18em;font-size:12px}.cf-content,.cf-stores-page,.cf-store-single{padding-block:64px}.cf-store-filters{display:grid;grid-template-columns:2fr 1fr 1fr auto auto;gap:14px;align-items:end;background:var(--cf-bg);padding:20px;border:1px solid var(--cf-line);margin-bottom:18px}.cf-store-filters label span{display:block;font-size:12px;font-weight:800;text-transform:uppercase;margin-bottom:7px}.cf-store-filters input,.cf-store-filters select{width:100%;height:48px;border:1px solid #d9d7d4;background:#fff;padding:0 14px;font:inherit}.cf-store-filters button{height:48px;border:0;background:var(--cf-black);color:#fff;padding:0 24px;font-weight:800;cursor:pointer}.cf-filter-reset{height:48px;display:grid;place-items:center;padding:0 16px;border:1px solid var(--cf-line);background:#fff}.cf-alpha-filter{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 28px}.cf-alpha-filter button{width:34px;height:34px;border:1px solid var(--cf-line);background:#fff;cursor:pointer}.cf-alpha-filter button.is-active,.cf-alpha-filter button:hover{background:var(--cf-red);color:#fff;border-color:var(--cf-red)}.cf-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.cf-store-card{border:1px solid var(--cf-line);background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.035);transition:.25s}.cf-store-card:hover{transform:translateY(-5px);box-shadow:var(--cf-shadow)}.cf-store-card__media{height:210px;background:var(--cf-bg);display:grid;place-items:center;overflow:hidden}.cf-store-card__media img{width:100%;height:100%;object-fit:contain;padding:24px}.cf-store-card__placeholder,.cf-store-single__placeholder{font-size:72px;font-weight:900;color:#d5d2cd}.cf-store-card__body{padding:19px}.cf-store-card h2{font-size:18px;margin:0 0 10px;line-height:1.25}.cf-store-card__meta{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--cf-muted)}.cf-store-card__category{border-top:1px solid var(--cf-line);margin-top:15px;padding-top:12px;font-size:12px;font-weight:700;color:var(--cf-red)}.cf-pagination{margin-top:38px}.cf-pagination .nav-links{display:flex;gap:8px;justify-content:center}.cf-pagination .page-numbers{border:1px solid var(--cf-line);min-width:42px;height:42px;display:grid;place-items:center;padding:0 12px}.cf-pagination .current{background:#111;color:#fff}.cf-breadcrumb{display:flex;gap:9px;justify-content:center;align-items:center;font-size:12px;color:var(--cf-muted);margin-bottom:18px}.cf-store-single__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:52px;align-items:center}.cf-store-single__visual{min-height:430px;background:var(--cf-bg);display:grid;place-items:center;border:1px solid var(--cf-line)}.cf-store-single__visual img{width:100%;height:430px;object-fit:contain;padding:42px}.cf-store-single__badges{display:flex;flex-wrap:wrap;gap:8px}.cf-store-single__badges span{background:#f0eeee;padding:7px 11px;font-size:12px;font-weight:800}.cf-store-single__info h2{font-size:42px;line-height:1.1;margin:20px 0 12px}.cf-store-single__lead{color:var(--cf-muted)}.cf-store-contact{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--cf-line);margin-top:28px}.cf-store-contact>a,.cf-store-contact>div{padding:16px 14px 16px 0;border-bottom:1px solid var(--cf-line)}.cf-store-contact strong,.cf-store-contact span{display:block}.cf-store-contact strong{font-size:11px;text-transform:uppercase;color:var(--cf-muted);letter-spacing:.08em}.cf-store-section{margin-top:70px}.cf-store-section>h2{font-size:30px;margin-bottom:24px}.cf-prose{max-width:850px}.cf-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cf-gallery img{width:100%;height:280px;object-fit:cover}.cf-video iframe{width:100%;min-height:600px}.cf-social-links{display:flex;flex-wrap:wrap;gap:10px}.cf-social-links a{background:#111;color:#fff;padding:11px 18px}.cf-footer{background:#eceae7;margin-top:70px;padding:50px 0}.cf-footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}.cf-footer ul{list-style:none;padding:0;margin:0}.cf-footer__copy{text-align:right}.cf-empty{grid-column:1/-1;padding:50px;text-align:center;background:var(--cf-bg)}
@media(max-width:900px){.cf-store-filters{grid-template-columns:1fr 1fr}.cf-store-grid{grid-template-columns:repeat(2,1fr)}.cf-store-single__top{grid-template-columns:1fr}.cf-gallery{grid-template-columns:1fr 1fr}.cf-menu-toggle{display:block}.cf-nav{display:none;position:absolute;left:0;right:0;top:86px;background:#fff;border-bottom:1px solid var(--cf-line);padding:20px}.cf-nav.is-open{display:block}.cf-nav ul{flex-direction:column;gap:14px}.cf-footer__grid{grid-template-columns:1fr 1fr}.cf-footer__copy{text-align:left}}
@media(max-width:600px){.cf-container{width:min(100% - 24px,1180px)}.admin-bar .cf-header{top:46px}.cf-store-filters{grid-template-columns:1fr}.cf-store-grid{grid-template-columns:1fr}.cf-gallery{grid-template-columns:1fr}.cf-store-contact{grid-template-columns:1fr}.cf-store-single__visual,.cf-store-single__visual img{min-height:300px;height:300px}.cf-footer__grid{grid-template-columns:1fr}.cf-page-hero{padding:52px 0}.cf-alpha-filter button{width:31px;height:31px}}

/* Full width Carousel footer */
.cf-footer{width:100%;max-width:none;background:#eceae7;margin-top:70px;padding:0;border-top:10px solid #e5e1dc}
.cf-footer__inner{position:relative;width:100%;padding:52px max(28px,calc((100vw - 1720px)/2)) 116px}
.cf-footer__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:58px;align-items:start}
.cf-footer__column h2{margin:0 0 28px;color:#111;font-size:20px;line-height:1.2;font-weight:800}
.cf-footer__box{min-height:190px;background:#fff;padding:42px 50px}
.cf-footer__sitemap{padding-top:30px;padding-bottom:30px}
.cf-footer-menu{list-style:none!important;margin:0!important;padding:0!important}
.cf-footer-menu li{margin:0!important;border:0!important}
.cf-footer-menu a{display:flex;align-items:center;justify-content:space-between;min-height:41px;font-size:15px;font-weight:600}
.cf-footer-menu a::after{content:'›';font-size:21px;font-weight:400}
.cf-footer__newsletter p{margin:0 0 42px;font-size:15px;line-height:1.8}
.cf-newsletter-form__row{display:grid;grid-template-columns:minmax(0,1fr) 90px}
.cf-newsletter-form input[type=email]{width:100%;height:46px;border:0;background:#1e1e1e;color:#fff;padding:0 17px;font-weight:700}
.cf-newsletter-form input[type=email]::placeholder{color:#fff;opacity:1}
.cf-newsletter-form button{height:46px;border:0;background:#aaa7a5;color:#111;font-weight:800;cursor:pointer}
.cf-newsletter-form__consent{display:flex;align-items:flex-start;gap:7px;margin-top:8px;font-size:11px;line-height:1.35}
.cf-newsletter-form__consent input{margin:2px 0 0}
.cf-footer__notice{margin:-26px 0 16px!important;color:#27843f;font-weight:700}
.cf-footer__notice--error{color:#d32f39}
.cf-footer__map{display:flex;align-items:center;justify-content:center;padding:42px}
.cf-footer__map iframe{display:block;width:100%;height:216px;border:0}
.cf-footer__social{padding-top:38px}
.cf-footer__handle{display:inline-block;color:#d32f39;font-size:15px;margin-bottom:35px}
.cf-footer__social-icons{display:flex;gap:12px;align-items:center}
.cf-footer__social-icons a{display:grid;place-items:center;width:58px;height:58px;border:10px solid #efedeb;border-radius:50%;background:#222;color:#fff;font-size:18px;font-weight:800}
.cf-back-to-top{position:absolute;right:max(28px,calc((100vw - 1720px)/2));bottom:12px;font-size:12px;font-weight:800}
@media(max-width:1250px){.cf-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}.cf-footer__inner{padding-inline:40px}.cf-back-to-top{right:40px}}
@media(max-width:700px){.cf-footer__inner{padding:42px 20px 80px}.cf-footer__grid{grid-template-columns:1fr;gap:30px}.cf-footer__column h2{margin-bottom:15px}.cf-footer__box{padding:30px;min-height:auto}.cf-footer__map{padding:24px}.cf-footer__map iframe{height:240px}.cf-back-to-top{right:20px}}

/* Header navigation fix v1.0.2 */
.cf-header{height:82px;position:relative;top:auto}
.admin-bar .cf-header{top:auto}
.cf-header__inner{position:relative;max-width:1720px}
.cf-brand{display:flex;align-items:center;flex:0 0 auto;min-width:145px;max-width:220px}
.cf-brand .custom-logo-link,.cf-brand__icon-link{display:flex;align-items:center;line-height:0}
.cf-brand .custom-logo{display:block;width:auto;max-width:185px;max-height:58px;object-fit:contain;padding:0;margin:0}
.cf-brand__icon{display:block;width:auto;max-width:180px;max-height:56px;object-fit:contain}
.cf-brand__text{display:flex;align-items:center;white-space:nowrap;font-size:28px;font-weight:800;letter-spacing:-2px;text-transform:lowercase}
.cf-brand__text strong{display:inline-grid;place-items:center;width:34px;height:34px;margin:0 1px;border-radius:50%;background:#f5a623;color:#4b2d83;font-size:22px;letter-spacing:0}
.cf-nav{margin-left:auto;min-width:0}
.cf-nav>ul,.cf-nav__menu{display:flex;align-items:center;justify-content:flex-end;gap:28px;list-style:none;margin:0;padding:0}
.cf-nav li{position:relative;list-style:none;margin:0;padding:0}
.cf-nav>ul>li>a,.cf-nav__menu>li>a{display:flex;align-items:center;min-height:82px;white-space:nowrap;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.025em}
.cf-nav .sub-menu{position:absolute;left:0;top:100%;z-index:100;display:block;min-width:235px;margin:0;padding:10px 0;background:#fff;border:1px solid var(--cf-line);box-shadow:0 18px 45px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.cf-nav .sub-menu .sub-menu{left:100%;top:-10px}
.cf-nav li:hover>.sub-menu,.cf-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.cf-nav .sub-menu a{display:block;padding:11px 18px;white-space:nowrap;font-size:12px;font-weight:700;text-transform:none;letter-spacing:0}
.cf-nav .sub-menu a:hover{background:#f5f4f2;color:var(--cf-red)}
.cf-nav .menu-item-has-children>a::after{content:'+';margin-left:7px;font-size:13px;font-weight:500}
.cf-nav .sub-menu .menu-item-has-children>a::after{float:right}
@media(max-width:1180px){.cf-nav>ul,.cf-nav__menu{gap:17px}.cf-nav>ul>li>a,.cf-nav__menu>li>a{font-size:11px}.cf-brand{min-width:130px}.cf-brand .custom-logo{max-width:165px}}
@media(max-width:900px){.cf-header{height:74px}.cf-header__inner{height:74px}.cf-brand .custom-logo,.cf-brand__icon{max-height:48px;max-width:155px}.cf-nav{top:74px;max-height:calc(100vh - 74px);overflow:auto}.cf-nav>ul,.cf-nav__menu{display:flex;align-items:stretch;gap:0}.cf-nav>ul>li>a,.cf-nav__menu>li>a{min-height:0;padding:12px 0}.cf-nav .sub-menu{position:static;display:none;min-width:0;padding:0 0 8px 16px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.cf-nav li:hover>.sub-menu,.cf-nav li:focus-within>.sub-menu{display:block}.cf-nav .sub-menu a{padding:8px 0}.cf-nav .sub-menu .sub-menu{position:static}}


/* Boxed site layout v1.0.3 */
html{background:#efede9}
body{background:#efede9}
.cf-site-frame{width:min(1840px,calc(100% - 80px));min-height:100vh;margin:0 auto;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.025);overflow:clip}
.cf-site-frame .cf-header,.cf-site-frame .cf-footer{width:100%}
.cf-site-frame .cf-footer__inner{padding-left:60px;padding-right:60px}
.cf-site-frame .cf-back-to-top{right:28px}
@media(max-width:1250px){.cf-site-frame{width:calc(100% - 40px)}.cf-site-frame .cf-footer__inner{padding-left:40px;padding-right:40px}}
@media(max-width:700px){html,body{background:#fff}.cf-site-frame{width:100%;box-shadow:none}.cf-site-frame .cf-footer__inner{padding-left:20px;padding-right:20px}}


/* Footer spacing and back-to-top fix v1.0.5 */
.cf-footer{margin-top:0!important}
.cf-footer__inner{padding-bottom:46px}
.cf-back-to-top{
  position:absolute;
  right:28px;
  bottom:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:74px;
  height:34px;
  padding:0 13px;
  border:1px solid #d7d3cf;
  background:#fff;
  color:#171717;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.06em;
  white-space:nowrap;
  text-transform:uppercase;
  box-shadow:0 4px 14px rgba(0,0,0,.06);
}
.cf-back-to-top:hover{background:#171717;color:#fff;border-color:#171717}
.cf-back-to-top:focus-visible{outline:2px solid var(--cf-red);outline-offset:2px}
@media(max-width:700px){
  .cf-footer__inner{padding-bottom:62px}
  .cf-back-to-top{right:20px;bottom:16px}
}

/* Carousel özel ana sayfa */
.page-template-carousel-home #main-content { padding: 0; }
.cf-home-builder { background: #fff; }
.cf-home-builder__content { padding: 0 40px 40px; }
.cf-hero-slider { position: relative; overflow: hidden; background: #111; }
.cf-hero-slider__track { position: relative; min-height: 360px; }
.cf-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .45s ease; }
.cf-hero-slide.is-active { position: relative; opacity: 1; visibility: visible; }
.cf-hero-slide picture, .cf-hero-slide img { display: block; width: 100%; }
.cf-hero-slide img { height: clamp(360px, 42vw, 760px); object-fit: cover; }
.cf-hero-slide__overlay { position: absolute; inset: 0; display: flex; align-items: center; background: linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.05) 65%); }
.cf-hero-slide__content { width: min(620px, 82%); margin-left: clamp(28px,7vw,120px); color: #fff; }
.cf-hero-slide__content h2 { margin: 0 0 14px; font-size: clamp(34px,4vw,72px); line-height: 1.04; }
.cf-hero-slide__content p { font-size: clamp(17px,1.5vw,24px); }
.cf-hero-slide__button { display: inline-flex; padding: 13px 22px; background: #f6b51b; color: #161616; font-weight: 800; text-decoration: none; }
.cf-hero-slide__full-link { position: absolute; inset: 0; z-index: 2; }
.cf-hero-slider__arrow { position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); width: 48px; height: 56px; border: 0; background: rgba(17,17,17,.72); color: #fff; font-size: 36px; cursor: pointer; }
.cf-hero-slider__arrow--prev { left: 20px; }.cf-hero-slider__arrow--next { right: 20px; }
.cf-hero-slider__dots { position: absolute; z-index: 4; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; gap: 7px; }
.cf-hero-slider__dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; }
.cf-hero-slider__dot.is-active { background: #fff; transform: scale(1.25); }
.cf-stories { padding: 30px 24px; background: #fff; }
.cf-stories__track { display: flex; justify-content: center; gap: 12px; overflow-x: auto; padding: 4px; }
.cf-story { flex: 0 0 auto; text-decoration: none; }
.cf-story__ring { display: grid; width: 82px; height: 82px; place-items: center; border: 2px solid #d5d5d5; border-radius: 50%; background: #fff; transition: transform .2s,border-color .2s; }
.cf-story__image { display: grid; place-items: center; width: 66px; height: 66px; overflow: hidden; border: 3px solid #ffbd32; border-radius: 50%; background: #ffbd32; color: #50308b; font-size: 28px; }
.cf-story__image img { width: 100%; height: 100%; object-fit: cover; }
.cf-story:hover .cf-story__ring { transform: translateY(-3px); border-color: #5b318f; }
.cf-home-categories { padding: 0 40px 44px; background: #fff; }
.cf-home-categories__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.cf-home-category { position: relative; display: flex; align-items: center; justify-content: center; min-height: 300px; overflow: hidden; background-image: linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.55)),var(--cf-card-image); background-position: center; background-size: cover; text-decoration: none; }
.cf-home-category::before { content:""; position:absolute; inset:0; background:rgba(0,0,0,0); transition:background .25s; }
.cf-home-category:hover::before { background:rgba(0,0,0,.2); }
.cf-home-category span { position:relative; z-index:1; color:#fff; font-size:clamp(18px,1.4vw,25px); font-weight:800; text-transform:uppercase; text-align:center; }
@media(max-width:900px){.cf-home-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cf-home-builder__content,.cf-home-categories{padding-left:20px;padding-right:20px}.cf-hero-slide img{height:500px}}
@media(max-width:600px){.cf-stories__track{justify-content:flex-start}.cf-story__ring{width:72px;height:72px}.cf-story__image{width:58px;height:58px}.cf-home-categories__grid{grid-template-columns:1fr}.cf-home-category{min-height:220px}.cf-hero-slider__arrow{width:40px;height:48px}.cf-hero-slider__arrow--prev{left:8px}.cf-hero-slider__arrow--next{right:8px}}

/* Header edge alignment and clean menu v1.1.3 */
.cf-header__inner{
  width:100%;
  max-width:none!important;
  margin:0!important;
  padding-left:0!important;
  padding-right:28px!important;
}
.cf-brand{
  margin-left:0!important;
  padding-left:0!important;
  min-width:160px;
}
.cf-brand .custom-logo-link,
.cf-brand__icon-link{
  margin:0!important;
  padding:0!important;
}
.cf-brand .custom-logo,
.cf-brand__icon{
  margin-left:0!important;
  max-width:190px;
  max-height:58px;
}
.cf-nav{margin-left:auto}
.cf-nav .menu-item-has-children>a::after{
  content:none!important;
  display:none!important;
}
@media(max-width:900px){
  .cf-header__inner{padding-right:14px!important}
  .cf-brand{min-width:130px}
}


/* Tek ve hareketli yukarı çıkma düğmesi v1.1.5 */
.trx_addons_scroll_to_top,
.scroll_to_top:not(.cf-floating-top),
.scroll-to-top:not(.cf-floating-top),
.back-to-top:not(.cf-floating-top),
#scroll-to-top,
#back-to-top {
  display:none!important;
}
.cf-floating-top{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:9998;
  width:46px;
  height:46px;
  padding:0;
  border:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#171717;
  color:#fff;
  font:700 24px/1 Arial,sans-serif;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(16px);
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease,background .2s ease;
}
.cf-floating-top.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.cf-floating-top:hover{background:#cf2e3a;transform:translateY(-3px)}
.cf-floating-top:focus-visible{outline:3px solid rgba(207,46,58,.35);outline-offset:3px}
.admin-bar .cf-floating-top{bottom:24px}
@media(max-width:782px){.cf-floating-top{right:14px;bottom:14px;width:42px;height:42px;font-size:22px}}

/* v1.1.6: kategori düğmeleri sürekli görünür, hoverda kırmızı olur */
.cf-home-category span{
    opacity:1!important;
    transform:none!important;
    visibility:visible!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:158px;
    min-height:68px;
    padding:16px 26px;
    border:14px solid rgba(255,255,255,.90)!important;
    background:#2d2a2b!important;
    background-clip:padding-box!important;
    color:#fff!important;
}
.cf-home-category:hover::before,
.cf-home-category:focus-visible::before{background:rgba(255,255,255,.22)!important}
.cf-home-category:hover span,
.cf-home-category:focus-visible span{background:#cf3440!important;color:#fff!important;transform:none!important}

/* v1.1.7 — Haberler / Etkinlikler / Kampanyalar / Basında Biz arşivleri */
.cf-editorial-hero{padding:66px 0 58px;background:linear-gradient(135deg,#f7f6f4 0%,#efedea 100%);border-bottom:1px solid var(--cf-line)}
.cf-editorial-hero .cf-breadcrumb{margin-bottom:16px}
.cf-editorial-hero h1{font-size:clamp(40px,5vw,68px);letter-spacing:-.035em}
.cf-editorial-hero p{font-size:16px;line-height:1.75}
.cf-editorial-archive{padding:42px 0 72px}
.cf-editorial-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:34px;padding:10px;background:#f5f3f0;border:1px solid var(--cf-line)}
.cf-editorial-tab{display:flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:10px 14px;background:#fff;border:1px solid transparent;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.045em;transition:.2s ease}
.cf-editorial-tab:hover,.cf-editorial-tab.is-active{background:#cf3440;color:#fff;border-color:#cf3440;transform:translateY(-1px)}
.cf-editorial-tab__icon{display:grid;place-items:center;width:26px;height:26px}
.cf-editorial-tab__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cf-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.cf-editorial-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--cf-line);box-shadow:0 8px 28px rgba(0,0,0,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.cf-editorial-card:hover{transform:translateY(-5px);box-shadow:0 16px 38px rgba(0,0,0,.10);border-color:#d7d3cf}
.cf-editorial-card__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#f0efed}
.cf-editorial-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.cf-editorial-card:hover .cf-editorial-card__media img{transform:scale(1.035)}
.cf-editorial-card__read{position:absolute;right:14px;bottom:14px;display:inline-flex;align-items:center;justify-content:center;min-width:76px;height:34px;padding:0 15px;background:rgba(20,20,20,.90);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;opacity:0;transform:translateY(8px);transition:.22s ease}
.cf-editorial-card:hover .cf-editorial-card__read{opacity:1;transform:translateY(0)}
.cf-editorial-card__placeholder{display:grid;place-items:center;width:100%;height:100%;color:#b7b2ac}
.cf-editorial-card__placeholder svg{width:72px;height:72px;fill:none;stroke:currentColor;stroke-width:1.25}
.cf-editorial-card__body{display:flex;flex:1;flex-direction:column;padding:21px 22px 23px}
.cf-editorial-card__meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:11px;color:#8a8580;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.cf-editorial-card__meta span{color:#cf3440}
.cf-editorial-card h2{margin:0 0 11px;font-size:19px;line-height:1.35;letter-spacing:-.012em}
.cf-editorial-card h2 a:hover{color:#cf3440}
.cf-editorial-card p{margin:0 0 18px;color:#66615d;font-size:14px;line-height:1.7}
.cf-editorial-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#171717;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}
.cf-editorial-card__link:hover{color:#cf3440}
.cf-editorial-card__link span{font-size:17px;transition:transform .2s ease}
.cf-editorial-card__link:hover span{transform:translateX(4px)}
.cf-editorial-archive--campaigns .cf-editorial-card__media{aspect-ratio:4/5;background:#f5f3f1}
.cf-editorial-archive--campaigns .cf-editorial-card__media img{object-fit:contain;padding:0}
.cf-editorial-archive--press .cf-editorial-card__media{aspect-ratio:4/5;background:#f3f1ee}
.cf-editorial-archive--press .cf-editorial-card__media img{object-fit:contain;padding:12px}
.cf-editorial-pagination{margin-top:42px}
.cf-editorial-pagination .page-numbers{border-radius:0}
@media(max-width:980px){.cf-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cf-editorial-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.cf-editorial-hero{padding:46px 0 40px}.cf-editorial-archive{padding-top:26px}.cf-editorial-grid{grid-template-columns:1fr;gap:18px}.cf-editorial-tabs{gap:8px;padding:8px}.cf-editorial-tab{min-height:52px;font-size:11px}.cf-editorial-card__body{padding:18px}.cf-editorial-card h2{font-size:18px}.cf-editorial-card__read{opacity:1;transform:none}}


/* Ortak sayfa başlığı ve breadcrumb */
.cf-page-hero{
  background:#f1f1ef;
  padding:34px 0 30px;
  text-align:center;
  border-top:1px solid rgba(0,0,0,.025);
  border-bottom:1px solid rgba(0,0,0,.045);
}
.cf-page-hero__inner{display:flex;flex-direction:column;align-items:center}
.cf-page-title,
.cf-page-hero h1{
  margin:0;
  color:#111;
  font-size:clamp(34px,4vw,48px);
  line-height:1.08;
  font-weight:500;
  letter-spacing:.005em;
  text-transform:none;
}
.cf-breadcrumb{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin:11px 0 0;
  color:#777;
  font-size:13px;
  line-height:1.45;
}
.cf-breadcrumb a{color:#666;transition:color .2s ease}
.cf-breadcrumb a:hover{color:#c8141d}
.cf-breadcrumb__separator{color:#aaa}
.cf-breadcrumb__current{color:#777}
.cf-page-description{
  max-width:680px;
  margin:13px auto 0!important;
  color:#747474!important;
  font-size:15px;
  line-height:1.55;
}
.cf-editorial-hero .cf-breadcrumb{margin:11px 0 0}
@media (max-width:767px){
  .cf-page-hero{padding:26px 0 23px}
  .cf-page-title,.cf-page-hero h1{font-size:clamp(30px,9vw,40px)}
  .cf-page-description{font-size:14px;margin-top:10px!important}
}

/* Sticky header v1.2.3 */
.cf-site-frame{
  overflow:visible;
}
.cf-header{
  position:sticky!important;
  top:0!important;
  z-index:9990;
  width:100%;
  height:82px;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(0,0,0,.07);
  box-shadow:none;
  backdrop-filter:saturate(150%) blur(10px);
  -webkit-backdrop-filter:saturate(150%) blur(10px);
  transition:height .22s ease,box-shadow .22s ease,background-color .22s ease;
}
.admin-bar .cf-header{
  top:32px!important;
}
.cf-header.is-scrolled{
  height:68px;
  background:rgba(255,255,255,.94);
  box-shadow:0 10px 28px rgba(0,0,0,.10);
}
.cf-header__inner{
  height:100%;
  transition:height .22s ease;
}
.cf-header .custom-logo,
.cf-header .cf-brand__icon{
  transition:max-height .22s ease,max-width .22s ease,transform .22s ease;
}
.cf-header.is-scrolled .custom-logo,
.cf-header.is-scrolled .cf-brand__icon{
  max-height:48px;
  max-width:165px;
}
.cf-header .cf-nav>ul>li>a,
.cf-header .cf-nav__menu>li>a{
  min-height:82px;
  transition:min-height .22s ease,color .2s ease;
}
.cf-header.is-scrolled .cf-nav>ul>li>a,
.cf-header.is-scrolled .cf-nav__menu>li>a{
  min-height:68px;
}
@media(max-width:900px){
  .cf-header,
  .cf-header.is-scrolled{
    height:74px;
  }
  .cf-header .cf-nav>ul>li>a,
  .cf-header .cf-nav__menu>li>a,
  .cf-header.is-scrolled .cf-nav>ul>li>a,
  .cf-header.is-scrolled .cf-nav__menu>li>a{
    min-height:0;
  }
  .cf-nav{
    top:74px;
  }
}
@media(max-width:782px){
  .admin-bar .cf-header{
    top:46px!important;
  }
}
@media(max-width:600px){
  #wpadminbar{
    position:fixed;
  }
}

/* OI AVM Directory başlık ve breadcrumb renk uyumu */
.oi-page-hero__inner > h1,
.oi-page-hero h1 {
  color: #111 !important;
}

.oi-breadcrumbs,
.oi-breadcrumbs a {
  color: #111 !important;
}

.oi-breadcrumbs a:hover,
.oi-breadcrumbs [aria-current="page"] {
  color: #cf202f !important;
}

.oi-breadcrumbs__sep {
  color: #a8a8a8 !important;
}

/* Tekil yazı ve sağ sidebar */
.cf-single-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:42px;
  align-items:start;
  padding-top:48px;
  padding-bottom:64px;
}
.cf-single-post{
  min-width:0;
  background:#fff;
}
.cf-single-post__media{
  margin:0 0 28px;
  overflow:hidden;
  border-radius:16px;
  background:#f4f4f4;
}
.cf-single-post__media img{
  display:block;
  width:100%;
  height:auto;
}
.cf-single-post__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-bottom:24px;
  color:#777;
  font-size:13px;
}
.cf-single-post__meta a{color:#cf2f3b;text-decoration:none}

.cf-single-post__featured{
  margin:0 0 26px;
}
.cf-single-post__featured-image{
  display:block;
  width:100%;
  height:auto;
  border-radius:0;
}
.cf-single-post__content{
  color:#262626;
  font-size:17px;
  line-height:1.8;
}
.cf-single-post__content > :first-child{margin-top:0}
.cf-single-post__content img{max-width:100%;height:auto;border-radius:10px}
.cf-single-post__content h2,
.cf-single-post__content h3,
.cf-single-post__content h4{
  margin-top:1.7em;
  color:#111;
  line-height:1.25;
}
.cf-single-post__content a{color:#cf2f3b}
.cf-post-pages{margin-top:30px}
.cf-post-navigation{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:42px;
  padding-top:24px;
  border-top:1px solid #ececec;
}
.cf-post-navigation > div:last-child{text-align:right}
.cf-post-navigation a{color:#111;text-decoration:none;font-weight:700}
.cf-post-navigation a:hover{color:#cf2f3b}
.cf-sidebar{
  position:sticky;
  top:112px;
  display:grid;
  gap:22px;
}
.admin-bar .cf-sidebar{top:144px}
.cf-sidebar-widget{
  padding:24px;
  border:1px solid #e9e9e9;
  border-radius:0;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.045);
}
.cf-sidebar-widget__title{
  margin:0 0 18px;
  color:#111;
  font-size:19px;
  line-height:1.25;
}
.cf-sidebar-list{
  display:grid;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}
.cf-sidebar-list li{
  margin:0;
  padding:0 0 14px;
  border-bottom:1px solid #eee;
}
.cf-sidebar-list li:last-child{padding-bottom:0;border-bottom:0}
.cf-sidebar-list a{display:block;color:#222;text-decoration:none;font-weight:600;line-height:1.45}
.cf-sidebar-list a:hover{color:#cf2f3b}
.cf-sidebar-list time{display:block;margin-top:5px;color:#999;font-size:12px}
.cf-sidebar-list--categories li{
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.cf-sidebar-list--categories a{display:inline}


.cf-sidebar-stories__list{
  display:grid;
  gap:16px;
}
.cf-sidebar-story{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:13px;
  align-items:center;
  padding-bottom:16px;
  border-bottom:1px solid #eee;
}
.cf-sidebar-story:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.cf-sidebar-story__thumb{
  display:block;
  width:68px;
  height:68px;
  overflow:hidden;
  border-radius:50%;
  background:#f2f2f2;
}
.cf-sidebar-story__thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.cf-sidebar-story__body h3{
  margin:0;
  font-size:14px;
  line-height:1.35;
}
.cf-sidebar-story__body h3 a{
  color:#222;
  text-decoration:none;
}
.cf-sidebar-story__body h3 a:hover{color:#cf2f3b}
.cf-sidebar-story__body time{
  display:block;
  margin-top:6px;
  color:#999;
  font-size:11px;
}

/* Editoryal üst sekmeler artık kullanılmıyor. */
.cf-editorial-tabs{display:none!important}

@media(max-width:980px){
  .cf-single-layout{grid-template-columns:1fr;gap:30px;padding-top:34px}
  .cf-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-bar .cf-sidebar{top:auto}
}
@media(max-width:640px){
  .cf-single-layout{padding-top:24px;padding-bottom:44px}
  .cf-single-post__content{font-size:16px}
  .cf-post-navigation{grid-template-columns:1fr}
  .cf-post-navigation > div:last-child{text-align:left}
  .cf-sidebar{grid-template-columns:1fr}
  .cf-sidebar-widget{padding:20px}
}


.cf-single-post__content img,
.cf-single-post__content figure,
.cf-single-post__content .wp-caption,
.cf-single-post__content .gallery-item img{
  border-radius:0 !important;
}

/* v1.6.29 - yönetilebilir tema ikonları */
.cf-footer__social-icons a svg,.cf-footer__social-icons a img{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;display:block;object-fit:contain}.cf-floating-top svg,.cf-floating-top img{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;display:block;object-fit:contain}.cf-hero-slider__arrow svg,.cf-hero-slider__arrow img,.chp-hero-slider__arrow svg,.chp-hero-slider__arrow img{width:26px!important;height:26px!important;max-width:26px!important;max-height:26px!important;display:block;margin:auto;object-fit:contain}


/* v1.6.37 - footer sosyal medya ikonlarını tema ikonlarıyla uyumlu hale getir */
.cf-footer__social-icons{
  flex-wrap:wrap;
  gap:14px;
}
.cf-footer__social-link{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border:1px solid #e6e1da;
  border-radius:14px;
  background:#fff;
  color:#222;
  box-shadow:0 8px 18px rgba(34,31,28,.05);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.cf-footer__social-link:hover{
  transform:translateY(-2px);
  border-color:#d7ccbe;
  box-shadow:0 12px 24px rgba(34,31,28,.09);
}
.cf-footer__social-link span{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:12px;
  background:#f7f5f2;
}
.cf-footer__social-link svg,.cf-footer__social-link img{
  width:17px!important;
  height:17px!important;
  max-width:17px!important;
  max-height:17px!important;
  display:block;
  object-fit:contain;
}
.cf-footer__social-link--facebook span{background:#eef5ff;color:#1877f2}
.cf-footer__social-link--instagram span{background:#fbeef6;color:#c13584}
.cf-footer__social-link--twitter span{background:#f0f0f0;color:#111}
.cf-footer__social-link--youtube span{background:#fff0f0;color:#ff0000}
.cf-footer__social-link--linkedin span{background:#edf5fc;color:#0a66c2}
.cf-footer__social-link--facebook .oi-custom-icon{filter:invert(43%) sepia(91%) saturate(2107%) hue-rotate(201deg) brightness(100%) contrast(94%)}
.cf-footer__social-link--instagram .oi-custom-icon{filter:invert(31%) sepia(44%) saturate(2608%) hue-rotate(292deg) brightness(82%)}
.cf-footer__social-link--twitter .oi-custom-icon{filter:brightness(0)}
.cf-footer__social-link--youtube .oi-custom-icon{filter:invert(13%) sepia(99%) saturate(7000%) hue-rotate(2deg) brightness(104%)}
.cf-footer__social-link--linkedin .oi-custom-icon{filter:invert(32%) sepia(90%) saturate(1253%) hue-rotate(174deg) brightness(87%)}
@media(max-width:700px){
  .cf-footer__social-icons{justify-content:center}
}


/* v1.6.38 - footer sosyal alanını sadeleştir ve ikonları tek sırada hizala */
.cf-footer__social{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px 24px;
}
.cf-footer__handle{display:none!important}
.cf-footer__social-icons{
  width:100%;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.cf-footer__social-link{
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:14px;
}
.cf-footer__social-link span{
  width:34px;
  height:34px;
  border-radius:11px;
}
@media(max-width:420px){
  .cf-footer__social{padding:28px 16px}
  .cf-footer__social-icons{gap:9px}
  .cf-footer__social-link{width:44px;height:44px;flex-basis:44px}
  .cf-footer__social-link span{width:32px;height:32px}
}


/* v1.6.40 - footer sosyal ikonlarında dış yuvarlak kartları kaldır */
.cf-footer__social-icons{
  gap:12px;
}
.cf-footer__social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  flex:0 0 auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:inherit;
}
.cf-footer__social-link:hover{
  transform:translateY(-2px);
  border-color:transparent;
  box-shadow:none;
  background:transparent;
}
.cf-footer__social-link span{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:9px;
  box-shadow:none;
}
.cf-footer__social-link svg,
.cf-footer__social-link img{
  width:16px!important;
  height:16px!important;
  max-width:16px!important;
  max-height:16px!important;
}
@media(max-width:420px){
  .cf-footer__social-icons{gap:10px}
  .cf-footer__social-link{width:auto;height:auto;flex-basis:auto}
  .cf-footer__social-link span{width:36px;height:36px;border-radius:8px}
}


/* v1.6.41 - footer sosyal medya kartları */
.cf-footer__social{
  display:block;
  padding:22px;
}
.cf-footer__social-icons{
  width:100%;
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-items:stretch;
  justify-content:flex-start;
  gap:12px;
}
.cf-footer__social-link{
  display:flex;
  align-items:center;
  width:100%;
  min-height:68px;
  padding:11px 14px;
  gap:12px;
  border:1px solid #e5dfd7;
  border-radius:15px;
  background:#fff;
  color:#1e1e1e;
  box-shadow:none;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.cf-footer__social-link:hover{
  transform:translateY(-1px);
  border-color:#d4c9bc;
  background:#fff;
  box-shadow:0 8px 20px rgba(31,27,23,.06);
}
.cf-footer__social-link .cf-footer__social-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:11px;
  box-shadow:none;
}
.cf-footer__social-copy{
  display:flex;
  flex:1 1 auto;
  min-width:0;
  flex-direction:column;
  gap:4px;
  line-height:1.15;
}
.cf-footer__social-copy strong{
  color:#222;
  font-size:14px;
  font-weight:800;
}
.cf-footer__social-copy small{
  overflow:hidden;
  color:#777;
  font-size:13px;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.cf-footer__social-arrow{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  flex:0 0 22px;
  color:#111;
  background:transparent!important;
  border-radius:0!important;
}
.cf-footer__social-arrow svg,
.cf-footer__social-arrow img{
  width:13px!important;
  height:13px!important;
  max-width:13px!important;
  max-height:13px!important;
}
.cf-footer__social-link .cf-footer__social-icon svg,
.cf-footer__social-link .cf-footer__social-icon img{
  width:17px!important;
  height:17px!important;
  max-width:17px!important;
  max-height:17px!important;
}
.cf-footer__social-link--facebook .cf-footer__social-icon{background:#eef5ff;color:#1877f2}
.cf-footer__social-link--instagram .cf-footer__social-icon{background:#fbeef6;color:#c13584}
.cf-footer__social-link--twitter .cf-footer__social-icon{background:#f0f0f0;color:#111}
.cf-footer__social-link--youtube .cf-footer__social-icon{background:#fff0f0;color:#ff0000}
.cf-footer__social-link--linkedin .cf-footer__social-icon{background:#edf5fc;color:#0a66c2}
@media(max-width:700px){
  .cf-footer__social{padding:18px}
  .cf-footer__social-link{min-height:64px;padding:10px 12px}
}

/* v1.6.42 - footer sosyal kart yerleşim düzeltmesi */
.cf-footer__social .cf-footer__social-icons{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  width:100%;
}
.cf-footer__social .cf-footer__social-link{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 20px;
  align-items:center;
  gap:12px;
  width:100%;
  min-width:0;
  min-height:64px;
  padding:10px 12px;
}
.cf-footer__social .cf-footer__social-link .cf-footer__social-icon{
  display:grid;
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  border-radius:11px;
}
.cf-footer__social .cf-footer__social-link .cf-footer__social-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:3px;
  width:auto;
  height:auto;
  min-width:0;
  min-height:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  text-align:left;
}
.cf-footer__social .cf-footer__social-copy strong,
.cf-footer__social .cf-footer__social-copy small{
  display:block;
  width:100%;
  margin:0;
  line-height:1.25;
}
.cf-footer__social .cf-footer__social-link .cf-footer__social-arrow{
  display:grid;
  width:20px;
  height:20px;
  min-width:20px;
  min-height:20px;
  border-radius:0;
  background:transparent!important;
}
.cf-footer__social{
  overflow:visible;
  min-height:0;
}
@media(max-width:1250px){
  .cf-footer__social .cf-footer__social-icons{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .cf-footer__social .cf-footer__social-icons{grid-template-columns:1fr}
}


/* v1.6.43 - footer sosyal kartları kesin stil sıfırlama */
.cf-footer__social{
  display:block !important;
  overflow:visible !important;
  padding:22px !important;
  min-height:0 !important;
}
.cf-footer__social > .cf-footer__social-icons{
  display:flex !important;
  flex-direction:column !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:12px !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}
.cf-footer__social > .cf-footer__social-icons > .cf-footer__social-link{
  display:grid !important;
  grid-template-columns:42px minmax(0,1fr) 20px !important;
  align-items:center !important;
  justify-items:stretch !important;
  gap:12px !important;
  width:100% !important;
  min-width:0 !important;
  height:auto !important;
  min-height:66px !important;
  margin:0 !important;
  padding:11px 13px !important;
  border:1px solid #e4ded6 !important;
  border-radius:14px !important;
  background:#fff !important;
  color:#222 !important;
  box-shadow:none !important;
  text-decoration:none !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
  transform:none !important;
}
.cf-footer__social > .cf-footer__social-icons > .cf-footer__social-link:hover{
  border-color:#d6ccbf !important;
  background:#fff !important;
  box-shadow:0 8px 18px rgba(36,31,27,.06) !important;
  transform:translateY(-1px) !important;
}
.cf-footer__social-link > .cf-footer__social-icon{
  display:grid !important;
  place-items:center !important;
  width:42px !important;
  min-width:42px !important;
  height:42px !important;
  min-height:42px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:10px !important;
  box-shadow:none !important;
  box-sizing:border-box !important;
}
.cf-footer__social-link > .cf-footer__social-copy{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:4px !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#222 !important;
  box-shadow:none !important;
  text-align:left !important;
}
.cf-footer__social-link > .cf-footer__social-copy > strong,
.cf-footer__social-link > .cf-footer__social-copy > small{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  text-align:left !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.cf-footer__social-link > .cf-footer__social-copy > strong{
  color:#202020 !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
}
.cf-footer__social-link > .cf-footer__social-copy > small{
  color:#777 !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
}
.cf-footer__social-link > .cf-footer__social-arrow{
  display:grid !important;
  place-items:center !important;
  width:20px !important;
  min-width:20px !important;
  height:20px !important;
  min-height:20px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#171717 !important;
  box-shadow:none !important;
}
.cf-footer__social-link > .cf-footer__social-icon svg,
.cf-footer__social-link > .cf-footer__social-icon img{
  display:block !important;
  width:17px !important;
  height:17px !important;
  max-width:17px !important;
  max-height:17px !important;
  margin:0 !important;
  object-fit:contain !important;
}
.cf-footer__social-link > .cf-footer__social-arrow svg,
.cf-footer__social-link > .cf-footer__social-arrow img{
  display:block !important;
  width:12px !important;
  height:12px !important;
  max-width:12px !important;
  max-height:12px !important;
  margin:0 !important;
  object-fit:contain !important;
}
.cf-footer__social-link--instagram > .cf-footer__social-icon{background:#fbeef6 !important;color:#c13584 !important}
.cf-footer__social-link--facebook > .cf-footer__social-icon{background:#eef5ff !important;color:#1877f2 !important}
.cf-footer__social-link--twitter > .cf-footer__social-icon{background:#f1f1f1 !important;color:#111 !important}
.cf-footer__social-link--youtube > .cf-footer__social-icon{background:#fff1f1 !important;color:#ff0000 !important}
.cf-footer__social-link--linkedin > .cf-footer__social-icon{background:#edf5fc !important;color:#0a66c2 !important}
@media(max-width:700px){
  .cf-footer__social{padding:18px !important}
  .cf-footer__social > .cf-footer__social-icons > .cf-footer__social-link{
    grid-template-columns:40px minmax(0,1fr) 18px !important;
    min-height:62px !important;
    padding:10px 12px !important;
  }
  .cf-footer__social-link > .cf-footer__social-icon{
    width:40px !important;
    min-width:40px !important;
    height:40px !important;
    min-height:40px !important;
  }
}


/* v1.6.46 - mağazalar/kategori sayfalarında taşan sayfalama düzeltmesi */
.oi-results-shell .navigation.pagination,
.oi-results-shell nav.navigation.pagination{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:30px;
  text-align:center;
  overflow:hidden;
}
.oi-results-shell > ul.page-numbers,
.oi-results-shell .navigation.pagination .nav-links{
  width:min(100%,1100px);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap !important;
  gap:8px;
  padding:0;
}
.oi-results-shell > ul.page-numbers li{
  list-style:none;
}
.oi-results-shell .navigation.pagination .nav-links .page-numbers,
.oi-results-shell > ul.page-numbers li > a,
.oi-results-shell > ul.page-numbers li > span{
  min-width:40px;
  height:40px;
  border-radius:8px;
}
@media (max-width:700px){
  .oi-results-shell > ul.page-numbers,
  .oi-results-shell .navigation.pagination .nav-links{
    gap:6px;
  }
  .oi-results-shell .navigation.pagination .nav-links .page-numbers,
  .oi-results-shell > ul.page-numbers li > a,
  .oi-results-shell > ul.page-numbers li > span{
    min-width:36px;
    height:36px;
    font-size:14px;
    padding:0 8px;
  }
}


/* v1.6.49 - footer sosyal alanında dış kartı kaldır, tüm köşeleri sıfırla */
.cf-footer__box.cf-footer__social{
  min-height:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.cf-footer__social > .cf-footer__social-icons{
  gap:12px !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
}
.cf-footer__social > .cf-footer__social-icons > .cf-footer__social-link{
  min-height:64px !important;
  padding:10px 14px !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.cf-footer__social-link > .cf-footer__social-icon,
.cf-footer__social-link > .cf-footer__social-copy,
.cf-footer__social-link > .cf-footer__social-arrow{
  border-radius:0 !important;
}
.cf-footer__social-link > .cf-footer__social-icon{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  flex-basis:42px !important;
}
.cf-footer__social-link:hover{
  transform:none !important;
  box-shadow:none !important;
}
@media(max-width:700px){
  .cf-footer__social > .cf-footer__social-icons > .cf-footer__social-link{
    min-height:60px !important;
    padding:9px 12px !important;
  }
}

/* v1.6.52 - yukarı çık ikonunu beyaz göster */
.cf-floating-top,
.cf-floating-top span,
.cf-floating-top svg{
  color:#fff !important;
}
.cf-floating-top svg,
.cf-floating-top svg *{
  fill:currentColor !important;
  stroke:currentColor !important;
}
.cf-floating-top img{
  filter:brightness(0) invert(1) !important;
}


/* v1.6.57 - footer alt bant: Carousel / Organik İnsan / telif */
.cf-footer-bottom{
  margin-top:42px;
  border-top:1px solid #d8d3cd;
  background:rgba(255,255,255,.42);
}
.cf-footer-bottom__inner{
  width:min(1720px,calc(100% - 56px));
  min-height:82px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto minmax(360px,1fr);
  align-items:center;
  gap:28px;
}
.cf-footer-bottom__brand{justify-self:start;line-height:0}
.cf-footer-bottom__brand a{display:inline-flex;align-items:center;justify-content:center;padding:8px 0}
.cf-footer-bottom__brand img{display:block;width:auto!important;height:auto!important;max-width:145px!important;max-height:48px!important;object-fit:contain}
.cf-footer-bottom__agency{justify-self:center;line-height:0}
.cf-footer-bottom__agency a{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px}
.cf-footer-bottom__agency img{display:block;width:auto!important;height:auto!important;max-width:180px!important;max-height:44px!important;object-fit:contain}
.cf-footer-bottom__copyright{justify-self:end;margin:0;text-align:right;font-size:13px;line-height:1.5;color:#555}
@media(max-width:900px){
  .cf-footer-bottom__inner{
    width:min(100% - 36px,760px);
    grid-template-columns:1fr;
    min-height:0;
    padding:26px 0;
    gap:18px;
    text-align:center;
  }
  .cf-footer-bottom__brand,
  .cf-footer-bottom__agency,
  .cf-footer-bottom__copyright{justify-self:center;text-align:center}
  .cf-footer-bottom__brand img{max-width:140px!important;max-height:46px!important}
  .cf-footer-bottom__agency img{max-width:165px!important;max-height:40px!important}
}

.cf-newsletter-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
