
:root{
  --gocce-ink:#171310;
  --gocce-brown:#6f4631;
  --gocce-soft:#f7f2ee;
}

/* ==========================================================
   OLD OUTPUT NEUTRALIZATION
   ========================================================== */

/* Eski loader */
.gocce-scl-loader,
.gocce-scl-fallback{
  display:none!important;
}

/* Eski üst kampanya/menu şeritleri */
.gocce-kum-bar,
.gocce-kmk-anchor,
.gocce-kmk-footer-fallback,
.gocce-header-force-wrap,
.gocce-header-campaign-standalone,
.gocce-header-trustbar,
.gocce-menu-pro-card{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* Master Safe'in fiyat/kampanya motoru kalır; yalnız eski header eklentileri görünmez. */
.gocce-master-campaign-menu{
  display:none!important;
}

/* ==========================================================
   PROFESSIONAL HEADER POLISH
   Layout değiştirmeden görünümü iyileştir.
   ========================================================== */

body.gocce-fpg-active header,
body.gocce-fpg-active #masthead,
body.gocce-fpg-active [role="banner"]{
  background:rgba(255,255,255,.96)!important;
  border-top:3px solid #181411!important;
  border-bottom:1px solid rgba(48,31,21,.08)!important;
  box-shadow:0 8px 28px rgba(37,23,15,.035)!important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

/* Header'ın kendi link/button/iconlarına yumuşak hover */
body.gocce-fpg-active header a,
body.gocce-fpg-active header button,
body.gocce-fpg-active #masthead a,
body.gocce-fpg-active #masthead button{
  transition:transform .18s ease,opacity .18s ease,background .18s ease!important;
}

body.gocce-fpg-active header a:hover,
body.gocce-fpg-active header button:hover,
body.gocce-fpg-active #masthead a:hover,
body.gocce-fpg-active #masthead button:hover{
  transform:translateY(-1px);
}

/* Center logo mild premium interaction, without changing dimensions */
body.gocce-fpg-active header img,
body.gocce-fpg-active #masthead img{
  transition:transform .25s cubic-bezier(.16,1,.3,1)!important;
}

body.gocce-fpg-active header img:hover,
body.gocce-fpg-active #masthead img:hover{
  transform:scale(1.04);
}

/* ==========================================================
   GUARANTEED CAMPAIGN BAR
   ========================================================== */

.gocce-fpg-campaignbar{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid rgba(55,34,23,.07)!important;
  background:#fff!important;
  position:relative!important;
  z-index:650!important;
}

.gocce-fpg-campaignbar-inner{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:min(1480px,calc(100% - 28px))!important;
  min-height:56px!important;
  margin:0 auto!important;
  padding:7px 0!important;
}

.gocce-fpg-campaignbar a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:13px!important;
  min-height:42px!important;
  padding:5px 8px 5px 13px!important;
  border:1px solid rgba(117,70,44,.14)!important;
  border-radius:999px!important;
  background:
    radial-gradient(circle at 92% 10%,rgba(255,255,255,.13),transparent 38%),
    linear-gradient(105deg,#171310 0%,#402a20 63%,#805039 100%)!important;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 8px 22px rgba(48,29,18,.09)!important;
  white-space:nowrap!important;
}

.gocce-fpg-campaignbar small{
  display:inline-flex!important;
  align-items:center!important;
  min-height:22px!important;
  padding:0 7px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.10)!important;
  color:#dba883!important;
  font-size:6px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}

.gocce-fpg-campaignbar strong{
  color:#fff!important;
  font-size:11px!important;
  font-weight:850!important;
}

.gocce-fpg-campaignbar b{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
  font-size:8px!important;
  font-weight:800!important;
}

/* Ürün sayfasında özellikle sadece bu bar kalsın */
body.gocce-fpg-product .gocce-fpg-campaignbar-inner{
  min-height:54px!important;
}

body.gocce-fpg-product .gocce-fpg-campaignbar a{
  min-width:min(440px,100%)!important;
}

/* JS tarafından yakalanan eski üst UI */
body.gocce-fpg-product .gocce-fpg-noise{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* ==========================================================
   LOADER
   ========================================================== */

.gocce-fpg-loader{
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
  display:grid!important;
  place-items:center!important;
  background:
    radial-gradient(circle at 50% 38%,rgba(132,80,51,.10),transparent 34%),
    #fbfaf8!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:none!important;
  transition:opacity .42s ease,visibility .42s ease!important;
}

.gocce-fpg-loader.is-ready{
  opacity:0!important;
  visibility:hidden!important;
}

.gocce-fpg-loader-inner{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:8px!important;
  opacity:0!important;
  transform:translateY(9px) scale(.985)!important;
  animation:gocceFpgIntro .62s cubic-bezier(.16,1,.3,1) forwards!important;
}

.gocce-fpg-loader-inner small{
  color:#8d5d44!important;
  font-size:7px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.22em!important;
}

.gocce-fpg-loader-inner strong{
  color:#171310!important;
  font:700 clamp(36px,5vw,60px)/.95 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.04em!important;
}

.gocce-fpg-loader-inner span{
  color:#7d7068!important;
  font-size:8px!important;
  font-weight:700!important;
  letter-spacing:.05em!important;
}

.gocce-fpg-loader-inner i{
  display:block!important;
  width:132px!important;
  height:2px!important;
  overflow:hidden!important;
  border-radius:999px!important;
  background:#e5ddd7!important;
  position:relative!important;
}

.gocce-fpg-loader-inner i::after{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:40%!important;
  border-radius:inherit!important;
  background:linear-gradient(90deg,#36251d,#8b5a40)!important;
  animation:gocceFpgLine .72s ease-in-out infinite alternate!important;
}

.gocce-fpg-fallbacks{
  display:none!important;
}

@keyframes gocceFpgIntro{
  to{opacity:1;transform:none}
}

@keyframes gocceFpgLine{
  from{transform:translateX(-15%)}
  to{transform:translateX(165%)}
}

/* ==========================================================
   CAMPAIGN PAGE CLEAN
   ========================================================== */

body.gocce-fpg-campaign-page .entry-header,
body.gocce-fpg-campaign-page .page-header,
body.gocce-fpg-campaign-page .entry-title,
body.gocce-fpg-campaign-page .page-title,
body.gocce-fpg-campaign-page .wp-block-post-title,
body.gocce-fpg-campaign-page .woocommerce-breadcrumb,
body.gocce-fpg-campaign-page .breadcrumbs,
body.gocce-fpg-campaign-page .breadcrumb{
  display:none!important;
}

body.gocce-fpg-campaign-page main,
body.gocce-fpg-campaign-page #primary,
body.gocce-fpg-campaign-page .site-main,
body.gocce-fpg-campaign-page .entry-content{
  margin-top:0!important;
  padding-top:0!important;
}

@media(max-width:900px){
  .gocce-fpg-campaignbar-inner{
    width:calc(100% - 14px)!important;
    min-height:52px!important;
    padding:6px 0!important;
  }

  .gocce-fpg-campaignbar a{
    width:100%!important;
    justify-content:space-between!important;
    border-radius:11px!important;
  }

  .gocce-fpg-loader-inner strong{
    font-size:40px!important;
  }
}

@media(max-width:520px){
  .gocce-fpg-campaignbar small{
    display:none!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .gocce-fpg-loader-inner,
  .gocce-fpg-loader-inner i::after{
    animation:none!important;
  }
}
