/*
Theme Name: GOCCE Deri Tam İçerik
Theme URI: https://goccederi.com
Author: GOCCE Deri
Author URI: https://goccederi.com
Description: GOCCE Deri için hazırlanmış; WooCommerce uyumlu, ayrıntılı bilgilendirme ve yasal sayfaları bulunan mağaza teması.
Version: 4.14.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: gocce-deri
Tags: e-commerce, woocommerce, custom-logo, custom-menu, featured-images, responsive-layout
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
  --gocce-ink:#12110f;
  --gocce-ink-soft:#25211d;
  --gocce-cream:#f7f1e8;
  --gocce-paper:#fffdf9;
  --gocce-leather:#8b4c2f;
  --gocce-burgundy:#7b2432;
  --gocce-gold:#e0ad4f;
  --gocce-teal:#0e6962;
  --gocce-border:rgba(24,20,16,.13);
  --gocce-shadow:0 22px 70px rgba(37,24,14,.15);
  --gocce-radius:28px;
  --gocce-radius-sm:18px;
  --gocce-container:min(1240px,calc(100% - 40px));
  --gocce-ease:cubic-bezier(.22,.61,.36,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--gocce-ink);
  background:
    radial-gradient(circle at 10% 10%,rgba(224,173,79,.08),transparent 27%),
    linear-gradient(180deg,#fffdf9 0%,#f8f3eb 100%);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.gocce-menu-open,body.gocce-search-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.gocce-container{width:var(--gocce-container);margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{clip:auto!important;width:auto;height:auto;margin:12px;padding:12px 18px;z-index:99999;background:#fff;color:#111;border-radius:10px}

/* Duyuru */
.gocce-announcement{
  position:relative;
  z-index:1001;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(100deg,var(--gocce-burgundy),var(--gocce-leather),var(--gocce-teal),var(--gocce-burgundy));
  background-size:300% 100%;
  animation:gocce-gradient 12s linear infinite;
  font-size:12px;
  letter-spacing:.15em;
  text-align:center;
  text-transform:uppercase;
}
.gocce-announcement-inner{padding:9px 20px;display:flex;gap:14px;justify-content:center;align-items:center}
.gocce-announcement-dot{width:6px;height:6px;border-radius:50%;background:var(--gocce-gold);box-shadow:0 0 16px var(--gocce-gold)}
@keyframes gocce-gradient{to{background-position:300% 0}}

/* Başlık */
.gocce-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,253,249,.87);
  border-bottom:1px solid transparent;
  backdrop-filter:blur(18px);
  transition:box-shadow .35s ease,border-color .35s ease,background .35s ease;
}
.gocce-header.is-scrolled{box-shadow:0 10px 36px rgba(37,24,14,.08);border-color:var(--gocce-border);background:rgba(255,253,249,.96)}
.gocce-header-main{
  min-height:92px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
}
.gocce-header-side{display:flex;align-items:center;gap:10px}
.gocce-header-side.is-right{justify-content:flex-end}
.gocce-icon-button{
  width:44px;height:44px;border-radius:50%;border:1px solid var(--gocce-border);
  background:#fff;color:var(--gocce-ink);display:grid;place-items:center;
  transition:transform .28s var(--gocce-ease),background .28s ease,color .28s ease,box-shadow .28s ease;
  position:relative;
}
.gocce-icon-button:hover{transform:translateY(-3px) rotate(-2deg);background:var(--gocce-ink);color:#fff;box-shadow:0 12px 30px rgba(18,17,15,.18)}
.gocce-icon-button svg{width:21px;height:21px}
.gocce-cart-count{
  position:absolute;right:-4px;top:-5px;min-width:20px;height:20px;padding-inline:5px;
  display:grid;place-items:center;border-radius:999px;background:var(--gocce-burgundy);color:#fff;
  font-size:10px;font-weight:800;border:2px solid #fff;
}
.gocce-brand{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:126px;
  transition:transform .35s var(--gocce-ease);
}
.gocce-brand:hover{transform:translateY(-2px) scale(1.02)}
.gocce-brand img,.gocce-brand .custom-logo{width:58px;height:58px;object-fit:contain}
.gocce-wordmark{font-size:11px;font-weight:800;letter-spacing:.30em;padding-left:.30em}
.gocce-brand-sub{font-size:8px;color:#7c6d60;letter-spacing:.18em;text-transform:uppercase}
.gocce-menu-button{gap:7px}
.gocce-menu-label{font-size:12px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}
.gocce-primary-nav{
  border-top:1px solid rgba(24,20,16,.08);
  border-bottom:1px solid rgba(24,20,16,.08);
}
.gocce-primary-nav .menu,
.gocce-primary-nav>ul{
  list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:7px;min-height:51px;
}
.gocce-primary-nav li{position:relative}
.gocce-primary-nav a{
  position:relative;display:block;padding:14px 15px 12px;font-size:13px;font-weight:700;letter-spacing:.04em;
}
.gocce-primary-nav a:after{
  content:"";position:absolute;left:50%;right:50%;bottom:7px;height:2px;border-radius:4px;
  background:linear-gradient(90deg,var(--gocce-burgundy),var(--gocce-gold),var(--gocce-teal));
  transition:left .32s var(--gocce-ease),right .32s var(--gocce-ease);
}
.gocce-primary-nav a:hover:after,.gocce-primary-nav .current-menu-item>a:after{left:14px;right:14px}
.gocce-primary-nav .sub-menu{
  position:absolute;top:100%;left:50%;transform:translate(-50%,14px);min-width:230px;padding:10px;
  background:#fff;border:1px solid var(--gocce-border);border-radius:16px;box-shadow:var(--gocce-shadow);
  opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s var(--gocce-ease);list-style:none;
}
.gocce-primary-nav li:hover>.sub-menu{opacity:1;visibility:visible;transform:translate(-50%,5px)}
.gocce-primary-nav .sub-menu a{padding:11px 13px;border-radius:10px}
.gocce-primary-nav .sub-menu a:hover{background:var(--gocce-cream)}
.gocce-primary-nav .sub-menu a:after{display:none}

/* Menü çekmecesi */
.gocce-drawer-backdrop,.gocce-search-backdrop{
  position:fixed;inset:0;background:rgba(11,10,9,.58);backdrop-filter:blur(6px);
  opacity:0;visibility:hidden;z-index:1200;transition:.35s ease;
}
.gocce-drawer{
  position:fixed;z-index:1201;left:0;top:0;bottom:0;width:min(430px,92vw);
  background:linear-gradient(145deg,#161310,#241b16);color:#fff;padding:30px;
  transform:translateX(-105%);transition:transform .48s var(--gocce-ease);overflow-y:auto;
}
body.gocce-menu-open .gocce-drawer-backdrop{opacity:1;visibility:visible}
body.gocce-menu-open .gocce-drawer{transform:translateX(0)}
.gocce-drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.12)}
.gocce-drawer-brand{display:flex;align-items:center;gap:13px}
.gocce-drawer-brand img{width:52px;height:52px;object-fit:contain}
.gocce-drawer-brand strong{letter-spacing:.18em}
.gocce-drawer .gocce-icon-button{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#fff}
.gocce-drawer-nav ul{list-style:none;margin:28px 0;padding:0}
.gocce-drawer-nav li{border-bottom:1px solid rgba(255,255,255,.09)}
.gocce-drawer-nav a{display:flex;justify-content:space-between;padding:17px 4px;font-size:20px;font-weight:750}
.gocce-drawer-nav a:after{content:"↗";color:var(--gocce-gold);transition:transform .28s ease}
.gocce-drawer-nav a:hover:after{transform:translate(4px,-4px)}
.gocce-drawer-note{margin-top:32px;padding:22px;border-radius:20px;background:linear-gradient(135deg,rgba(224,173,79,.18),rgba(14,105,98,.17));border:1px solid rgba(255,255,255,.12)}
.gocce-drawer-note small{display:block;color:#d6c4b6;text-transform:uppercase;letter-spacing:.14em}
.gocce-drawer-note strong{display:block;font-size:22px;margin:7px 0}

/* Arama */
.gocce-search-backdrop{display:grid;place-items:center;padding:20px;z-index:1300}
body.gocce-search-open .gocce-search-backdrop{opacity:1;visibility:visible}
.gocce-search-panel{
  width:min(800px,100%);padding:30px;border-radius:28px;background:#fff;box-shadow:var(--gocce-shadow);
  transform:translateY(20px) scale(.98);transition:transform .35s var(--gocce-ease);
}
body.gocce-search-open .gocce-search-panel{transform:none}
.gocce-search-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.gocce-search-top h2{margin:0;font-family:Georgia,serif;font-size:32px}
.gocce-search-form{display:flex;gap:10px}
.gocce-search-form input{flex:1;min-width:0;border:1px solid var(--gocce-border);border-radius:16px;padding:16px 18px;background:#fbf7f1;outline:none}
.gocce-search-form input:focus{border-color:var(--gocce-leather);box-shadow:0 0 0 4px rgba(139,76,47,.1)}

/* Ortak butonlar */
.gocce-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:13px 22px;
  border:0;border-radius:999px;font-weight:800;letter-spacing:.02em;color:#fff!important;
  background:linear-gradient(110deg,var(--gocce-burgundy),var(--gocce-leather),var(--gocce-gold));
  background-size:180% 100%;box-shadow:0 13px 32px rgba(123,36,50,.22);
  transition:transform .3s var(--gocce-ease),box-shadow .3s ease,background-position .4s ease;
}
.gocce-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover{
  transform:translateY(-4px);box-shadow:0 20px 44px rgba(123,36,50,.3);background-position:100% 0;
}
.gocce-button.is-light{background:#fff;color:var(--gocce-ink)!important;box-shadow:none}
.gocce-button.is-outline{background:transparent;color:var(--gocce-ink)!important;border:1px solid var(--gocce-border);box-shadow:none}
.gocce-button.is-outline:hover{background:var(--gocce-ink);color:#fff!important}
.gocce-button svg{width:18px;height:18px}

/* Hero */
.gocce-hero{position:relative;overflow:hidden;padding:72px 0 44px;background:
  radial-gradient(circle at 82% 18%,rgba(224,173,79,.24),transparent 31%),
  radial-gradient(circle at 12% 75%,rgba(14,105,98,.15),transparent 28%),
  linear-gradient(140deg,#f9f3e9,#fffdf9 48%,#eee0ce);
}
.gocce-hero:before{
  content:"";position:absolute;inset:0;opacity:.22;pointer-events:none;
  background-image:linear-gradient(rgba(139,76,47,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(139,76,47,.1) 1px,transparent 1px);
  background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 78%);
}
.gocce-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:64px}
.gocce-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;text-transform:uppercase;font-size:11px;font-weight:850;letter-spacing:.22em;color:var(--gocce-burgundy)}
.gocce-kicker:before{content:"";width:28px;height:2px;background:linear-gradient(90deg,var(--gocce-burgundy),var(--gocce-gold))}
.gocce-hero h1{
  margin:0;max-width:800px;font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(52px,7.2vw,104px);line-height:.94;letter-spacing:-.055em;
}
.gocce-hero h1 span{
  display:block;color:transparent;background:linear-gradient(100deg,var(--gocce-burgundy),var(--gocce-leather),var(--gocce-gold));
  -webkit-background-clip:text;background-clip:text;
}
.gocce-hero-copy>p{max-width:650px;font-size:18px;color:#62564c;margin:25px 0 30px}
.gocce-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.gocce-hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:34px;padding-top:24px;border-top:1px solid var(--gocce-border)}
.gocce-hero-trust-item{display:flex;align-items:center;gap:10px}
.gocce-hero-trust-item span{width:36px;height:36px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(37,24,14,.08)}
.gocce-hero-trust-item strong{font-size:12px;display:block}
.gocce-hero-trust-item small{font-size:11px;color:#7c6d60}
.gocce-hero-visual{position:relative;min-height:610px;display:grid;place-items:center}
.gocce-hero-orbit{position:absolute;width:520px;height:520px;border:1px solid rgba(139,76,47,.2);border-radius:50%;animation:gocce-spin 28s linear infinite}
.gocce-hero-orbit:before,.gocce-hero-orbit:after{content:"";position:absolute;border-radius:50%;background:var(--gocce-gold);box-shadow:0 0 30px rgba(224,173,79,.55)}
.gocce-hero-orbit:before{width:14px;height:14px;left:42px;top:96px}
.gocce-hero-orbit:after{width:10px;height:10px;right:35px;bottom:118px;background:var(--gocce-teal)}
@keyframes gocce-spin{to{transform:rotate(360deg)}}
.gocce-product-stage{
  position:relative;width:min(470px,100%);height:570px;padding:26px;border-radius:52% 48% 44% 56% / 40% 45% 55% 60%;
  background:linear-gradient(145deg,#1a1714,#33251d);box-shadow:0 42px 100px rgba(49,29,17,.35);
  transform:rotate(2deg);overflow:hidden;
}
.gocce-product-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.18) 43%,transparent 57%);transform:translateX(-130%);animation:gocce-shine 5.6s ease-in-out infinite}
@keyframes gocce-shine{0%,55%{transform:translateX(-140%)}85%,100%{transform:translateX(140%)}}
.gocce-product-stage img{width:100%;height:100%;object-fit:cover;border-radius:inherit;filter:saturate(1.08) contrast(1.02)}
.gocce-floating-card{
  position:absolute;z-index:2;left:-35px;bottom:62px;max-width:225px;padding:18px 20px;border-radius:18px;
  color:#fff;background:rgba(18,17,15,.82);backdrop-filter:blur(14px);box-shadow:0 20px 44px rgba(18,17,15,.24);
  animation:gocce-float 4.2s ease-in-out infinite;
}
.gocce-floating-card strong{display:block;font-size:15px}
.gocce-floating-card small{display:block;color:#dac9bc;margin-top:3px}
@keyframes gocce-float{50%{transform:translateY(-12px) rotate(-1deg)}}

/* Şerit */
.gocce-marquee{overflow:hidden;background:var(--gocce-ink);color:#fff;border-block:1px solid rgba(255,255,255,.08)}
.gocce-marquee-track{display:flex;width:max-content;animation:gocce-marquee 24s linear infinite;padding:14px 0}
.gocce-marquee-item{display:flex;align-items:center;gap:18px;padding:0 30px;font-size:12px;font-weight:750;letter-spacing:.16em;text-transform:uppercase}
.gocce-marquee-item i{width:7px;height:7px;border-radius:50%;background:var(--gocce-gold);box-shadow:0 0 15px var(--gocce-gold)}
@keyframes gocce-marquee{to{transform:translateX(-50%)}}

/* Bölümler */
.gocce-section{padding:96px 0}
.gocce-section.is-dark{color:#fff;background:
  radial-gradient(circle at 10% 0%,rgba(123,36,50,.25),transparent 35%),
  radial-gradient(circle at 90% 100%,rgba(14,105,98,.22),transparent 30%),
  var(--gocce-ink);
}
.gocce-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}
.gocce-section-head h2{margin:0;font-family:Georgia,serif;font-size:clamp(38px,5vw,68px);line-height:1;letter-spacing:-.04em}
.gocce-section-head p{max-width:520px;margin:0;color:#776a5f}
.gocce-section.is-dark .gocce-section-head p{color:#cbbcaf}
.gocce-eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:.2em;font-weight:850;color:var(--gocce-burgundy);margin-bottom:12px}

/* Kategori kartları */
.gocce-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gocce-category-card{
  position:relative;min-height:480px;border-radius:var(--gocce-radius);overflow:hidden;background:#1e1915;color:#fff;
  box-shadow:0 18px 50px rgba(37,24,14,.12);transform:translateZ(0);
}
.gocce-category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .75s var(--gocce-ease),filter .75s ease}
.gocce-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(12,10,9,.92),rgba(12,10,9,.12) 60%,rgba(12,10,9,.03))}
.gocce-category-card-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:30px}
.gocce-category-card small{text-transform:uppercase;letter-spacing:.16em;color:#e8c98f}
.gocce-category-card h3{margin:7px 0 8px;font-family:Georgia,serif;font-size:34px}
.gocce-category-card p{margin:0 0 18px;color:#dfd4ca}
.gocce-category-link{display:inline-flex;gap:9px;align-items:center;font-weight:800}
.gocce-category-link:after{content:"→";transition:transform .3s ease}
.gocce-category-card:hover img{transform:scale(1.08) rotate(.7deg);filter:saturate(1.16)}
.gocce-category-card:hover .gocce-category-link:after{transform:translateX(7px)}
.gocce-category-card:before{
  content:"";position:absolute;z-index:3;inset:12px;border:1px solid rgba(255,255,255,.24);border-radius:21px;
  opacity:0;transform:scale(.96);transition:.4s var(--gocce-ease);pointer-events:none;
}
.gocce-category-card:hover:before{opacity:1;transform:scale(1)}

/* Ürünler */
.gocce-product-area ul.products,
.woocommerce ul.products{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px!important;margin:0!important;
}
.gocce-product-area ul.products:before,.gocce-product-area ul.products:after,
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.gocce-product-area ul.products li.product,
.woocommerce ul.products li.product{
  float:none!important;width:auto!important;margin:0!important;padding:12px 12px 20px!important;
  border-radius:23px;background:#fff;border:1px solid var(--gocce-border);
  box-shadow:0 10px 36px rgba(35,24,16,.07);overflow:hidden;transition:transform .36s var(--gocce-ease),box-shadow .36s ease,border-color .36s ease;
}
.gocce-product-area ul.products li.product:hover,
.woocommerce ul.products li.product:hover{transform:translateY(-9px);box-shadow:0 25px 55px rgba(35,24,16,.14);border-color:rgba(139,76,47,.3)}
.woocommerce ul.products li.product a img{margin:0 0 15px!important;border-radius:16px;aspect-ratio:1/1;object-fit:cover;background:#f3ede5;transition:transform .55s var(--gocce-ease)}
.woocommerce ul.products li.product:hover a img{transform:scale(1.025)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:17px!important;padding:0 4px!important;color:var(--gocce-ink);font-weight:780}
.woocommerce ul.products li.product .price{padding:0 4px;color:var(--gocce-burgundy)!important;font-weight:850;font-size:15px!important}
.woocommerce span.onsale{min-width:auto!important;min-height:auto!important;line-height:1!important;padding:8px 11px!important;border-radius:999px!important;background:var(--gocce-burgundy)!important;top:22px!important;left:22px!important;right:auto!important}
.woocommerce ul.products li.product .button{margin:12px 4px 0!important;width:calc(100% - 8px);min-height:44px;padding:10px 16px!important;font-size:12px!important}
.gocce-placeholder-products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.gocce-placeholder-product{padding:12px 12px 22px;background:#fff;border:1px solid var(--gocce-border);border-radius:23px}
.gocce-placeholder-image{aspect-ratio:1/1;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#ead9c3,#f8f2ea);overflow:hidden}
.gocce-placeholder-image img{width:100%;height:100%;object-fit:cover}
.gocce-placeholder-product h3{margin:16px 5px 5px;font-size:17px}
.gocce-placeholder-product p{margin:0 5px;color:#776a5f;font-size:13px}

/* Hikâye */
.gocce-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
.gocce-story-copy{padding:clamp(30px,5vw,70px);border-radius:var(--gocce-radius);background:linear-gradient(145deg,#251c17,#12110f);color:#fff;position:relative;overflow:hidden}
.gocce-story-copy:after{content:"1988";position:absolute;right:-10px;bottom:-42px;font-family:Georgia,serif;font-size:155px;color:rgba(255,255,255,.045);font-weight:700}
.gocce-story-copy h2{font-family:Georgia,serif;font-size:clamp(38px,5vw,68px);line-height:1;margin:10px 0 22px}
.gocce-story-copy p{color:#d4c6bc;max-width:620px}
.gocce-story-images{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.gocce-story-images img{width:100%;height:100%;min-height:500px;object-fit:cover;border-radius:var(--gocce-radius)}
.gocce-story-images img:last-child{transform:translateY(28px)}

/* Özellikler */
.gocce-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gocce-feature{position:relative;padding:28px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:.35s var(--gocce-ease)}
.gocce-feature:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-50px;top:-50px;background:radial-gradient(circle,rgba(224,173,79,.35),transparent 70%)}
.gocce-feature:hover{transform:translateY(-7px);background:rgba(255,255,255,.09);border-color:rgba(224,173,79,.32)}
.gocce-feature-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gocce-burgundy),var(--gocce-gold));margin-bottom:18px}
.gocce-feature-icon svg{width:24px;height:24px}
.gocce-feature h3{font-size:18px;margin:0 0 7px}
.gocce-feature p{font-size:13px;color:#cbbcaf;margin:0}

/* CTA */
.gocce-cta{
  position:relative;padding:55px;border-radius:34px;overflow:hidden;color:#fff;
  background:linear-gradient(120deg,var(--gocce-burgundy),#a65a31 48%,var(--gocce-teal));
  box-shadow:0 30px 80px rgba(123,36,50,.24);
}
.gocce-cta:before{content:"";position:absolute;inset:-50%;background:repeating-linear-gradient(45deg,rgba(255,255,255,.06) 0 1px,transparent 1px 15px);animation:gocce-cta-move 18s linear infinite}
@keyframes gocce-cta-move{to{transform:translate(100px,100px)}}
.gocce-cta-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:35px}
.gocce-cta h2{font-family:Georgia,serif;font-size:clamp(38px,5vw,64px);line-height:1;margin:0 0 12px}
.gocce-cta p{margin:0;color:#f3e6da}

/* İç sayfalar */
.gocce-page-hero{padding:75px 0 55px;background:linear-gradient(145deg,#f8efe3,#fffdf9)}
.gocce-page-hero h1{font-family:Georgia,serif;font-size:clamp(48px,7vw,88px);line-height:1;margin:0}
.gocce-content{padding:70px 0;min-height:45vh}
.gocce-entry{max-width:900px;margin-inline:auto}
.gocce-entry h1,.gocce-entry h2,.gocce-entry h3{font-family:Georgia,serif;line-height:1.15}
.gocce-entry a:not(.button){color:var(--gocce-burgundy);text-decoration:underline}
.gocce-entry img{border-radius:20px}

/* WooCommerce tek ürün */
.woocommerce .woocommerce-breadcrumb{font-size:12px;color:#8b7a6c;margin-bottom:22px}
.woocommerce div.product{padding:55px 0}
.woocommerce div.product div.images img{border-radius:24px;background:#f5efe8}
.woocommerce div.product div.summary{padding:20px 0 0 34px}
.woocommerce div.product .product_title{font-family:Georgia,serif;font-size:clamp(38px,5vw,62px);line-height:1}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--gocce-burgundy)!important;font-size:24px!important;font-weight:900}
.woocommerce div.product form.cart{display:flex;gap:10px;flex-wrap:wrap}
.woocommerce .quantity .qty{min-height:48px;border:1px solid var(--gocce-border);border-radius:999px;padding:8px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin-top:50px!important}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-color:var(--gocce-border)!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--gocce-cream)!important;border-radius:12px!important}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:16px;border-top:0!important;background:#fff;box-shadow:0 10px 30px rgba(30,20,12,.06)}
.woocommerce-message{border-left:4px solid var(--gocce-teal)!important}
.woocommerce-info{border-left:4px solid var(--gocce-gold)!important}
.woocommerce-error{border-left:4px solid var(--gocce-burgundy)!important}
.woocommerce table.shop_table{border-radius:18px!important;border-color:var(--gocce-border)!important;background:#fff;overflow:hidden}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{
  border:1px solid var(--gocce-border);border-radius:12px;padding:12px;background:#fff;min-height:48px;
}
.woocommerce-checkout #payment{background:#f1e8de!important;border-radius:18px!important}

/* Footer */
.gocce-footer{margin-top:70px;background:#11100f;color:#fff}
.gocce-footer-top{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:42px;padding:70px 0 50px}
.gocce-footer-brand img{width:74px;height:74px;object-fit:contain;margin-bottom:14px}
.gocce-footer-brand h3{letter-spacing:.18em;margin:0}
.gocce-footer-brand p{color:#bfb0a4;max-width:360px}
.gocce-footer-col h4{text-transform:uppercase;font-size:11px;letter-spacing:.18em;color:#e8c98f;margin:0 0 16px}
.gocce-footer-col ul{list-style:none;margin:0;padding:0}
.gocce-footer-col li{margin:9px 0}
.gocce-footer-col a{color:#d4c8bf;transition:color .25s ease,transform .25s ease;display:inline-block}
.gocce-footer-col a:hover{color:#fff;transform:translateX(4px)}
.gocce-footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 0;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#a99c91}

/* Reveal */
[data-gocce-reveal]{opacity:0;transform:translateY(28px);transition:opacity .8s var(--gocce-ease),transform .8s var(--gocce-ease)}
[data-gocce-reveal].is-visible{opacity:1;transform:none}

/* Mobil */
@media(max-width:1050px){
  .gocce-primary-nav{display:none}
  .gocce-header-main{min-height:80px}
  .gocce-menu-label{display:none}
  .gocce-hero-grid{grid-template-columns:1fr;gap:35px}
  .gocce-hero-copy{text-align:center}
  .gocce-kicker,.gocce-hero-actions,.gocce-hero-trust{justify-content:center}
  .gocce-hero-copy>p{margin-inline:auto}
  .gocce-hero-visual{min-height:520px}
  .gocce-product-stage{height:500px}
  .gocce-categories{grid-template-columns:repeat(2,1fr)}
  .gocce-category-card:last-child{grid-column:1/-1}
  .gocce-product-area ul.products,.woocommerce ul.products,.gocce-placeholder-products{grid-template-columns:repeat(2,1fr)!important}
  .gocce-features{grid-template-columns:repeat(2,1fr)}
  .gocce-story-grid{grid-template-columns:1fr}
  .gocce-footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  :root{--gocce-container:min(100% - 28px,1240px);--gocce-radius:22px}
  .gocce-announcement-inner{font-size:9px;letter-spacing:.11em}
  .gocce-header-main{grid-template-columns:1fr auto 1fr;gap:8px}
  .gocce-brand img,.gocce-brand .custom-logo{width:48px;height:48px}
  .gocce-wordmark{font-size:9px}
  .gocce-brand-sub{display:none}
  .gocce-header-side{gap:6px}
  .gocce-icon-button{width:40px;height:40px}
  .gocce-user-link{display:none}
  .gocce-hero{padding-top:48px}
  .gocce-hero h1{font-size:clamp(47px,15vw,74px)}
  .gocce-hero-copy>p{font-size:16px}
  .gocce-hero-visual{min-height:430px}
  .gocce-product-stage{height:420px;width:84vw}
  .gocce-hero-orbit{width:390px;height:390px}
  .gocce-floating-card{left:2px;bottom:25px;max-width:190px}
  .gocce-section{padding:70px 0}
  .gocce-section-head{align-items:start;flex-direction:column}
  .gocce-categories{grid-template-columns:1fr}
  .gocce-category-card,.gocce-category-card:last-child{grid-column:auto;min-height:410px}
  .gocce-product-area ul.products,.woocommerce ul.products,.gocce-placeholder-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .woocommerce ul.products li.product{padding:8px 8px 15px!important}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important}
  .woocommerce ul.products li.product .button{font-size:10px!important;padding:9px!important}
  .gocce-story-images{grid-template-columns:1fr}
  .gocce-story-images img{min-height:340px}
  .gocce-story-images img:last-child{transform:none}
  .gocce-features{grid-template-columns:1fr}
  .gocce-cta{padding:35px 24px}
  .gocce-cta-inner{align-items:flex-start;flex-direction:column}
  .gocce-footer-top{grid-template-columns:1fr;padding-top:55px}
  .gocce-footer-bottom{flex-direction:column;align-items:flex-start}
  .woocommerce div.product div.summary{padding-left:0}
}
@media(max-width:420px){
  .gocce-product-area ul.products,.woocommerce ul.products,.gocce-placeholder-products{grid-template-columns:1fr!important}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  [data-gocce-reveal]{opacity:1;transform:none}
}

/* =========================================================
   GOCCE Sade Canlı — Akıcılık ve menü düzeltmeleri
   ========================================================= */

:root{
  --gocce-ink:#151311;
  --gocce-ink-soft:#27221e;
  --gocce-cream:#f4eee6;
  --gocce-paper:#fffdf9;
  --gocce-leather:#7b4932;
  --gocce-burgundy:#763437;
  --gocce-gold:#c9954e;
  --gocce-teal:#38554d;
  --gocce-shadow:0 18px 52px rgba(37,24,14,.12);
}

body{
  background:
    radial-gradient(circle at 12% 8%,rgba(123,73,50,.07),transparent 28%),
    linear-gradient(180deg,#fffdf9 0%,#f7f2eb 100%);
}

/* Üst bölüm artık sayfayla birlikte normal akar; ekranı kaplamaz */
.gocce-header{
  position:relative!important;
  top:auto!important;
  background:#fffdf9!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  box-shadow:none!important;
  border-bottom:1px solid var(--gocce-border)!important;
}
.gocce-header.is-scrolled{
  background:#fffdf9!important;
  box-shadow:none!important;
}

/* Menü listesi her durumda düzgün yatay görünür */
.gocce-primary-nav{
  position:relative;
  background:#fffdf9;
}
.gocce-primary-nav ul,
.gocce-primary-nav .menu,
.gocce-primary-nav .gocce-container > ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:row!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  min-height:50px!important;
}
.gocce-primary-nav li{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  width:auto!important;
}
.gocce-primary-nav li::marker{content:""!important}
.gocce-primary-nav a{
  padding:13px 16px 12px!important;
  font-size:13px!important;
  line-height:1!important;
}
.gocce-primary-nav a:after{
  background:var(--gocce-leather)!important;
}

/* Renkleri sadeleştir */
.gocce-announcement{
  background:var(--gocce-ink)!important;
  animation:none!important;
}
.gocce-announcement-dot{
  background:var(--gocce-gold)!important;
  box-shadow:none!important;
}
.gocce-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
  background:var(--gocce-leather)!important;
  background-size:auto!important;
  box-shadow:0 10px 24px rgba(123,73,50,.20)!important;
}
.gocce-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover{
  background:var(--gocce-ink)!important;
  box-shadow:0 14px 30px rgba(21,19,17,.20)!important;
}
.gocce-hero{
  background:
    radial-gradient(circle at 83% 15%,rgba(201,149,78,.14),transparent 28%),
    linear-gradient(140deg,#f6efe6,#fffdf9 55%,#eee2d4)!important;
}
.gocce-hero h1 span{
  background:none!important;
  color:var(--gocce-leather)!important;
  -webkit-background-clip:initial!important;
  background-clip:initial!important;
}
.gocce-kicker{color:var(--gocce-leather)!important}
.gocce-kicker:before{background:var(--gocce-leather)!important}
.gocce-section.is-dark{
  background:
    radial-gradient(circle at 14% 10%,rgba(123,73,50,.18),transparent 32%),
    var(--gocce-ink)!important;
}
.gocce-feature-icon{
  background:var(--gocce-leather)!important;
}
.gocce-cta{
  background:linear-gradient(120deg,#6f3f2c,#8a5538)!important;
}
.gocce-drawer-note{
  background:rgba(255,255,255,.06)!important;
}
.gocce-product-stage{
  background:#1a1714!important;
}

/* Sürekli çalışan ağır animasyonları kaldır; sadece giriş ve hover hareketleri kalsın */
.gocce-hero-orbit,
.gocce-product-stage:after,
.gocce-floating-card,
.gocce-marquee-track,
.gocce-cta:before{
  animation:none!important;
}
.gocce-hero-orbit{
  opacity:.45;
}
.gocce-floating-card{
  transform:none!important;
}
.gocce-marquee-track{
  width:100%!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  row-gap:8px!important;
}
.gocce-marquee-item{
  padding:0 17px!important;
}
.gocce-cta:before{
  display:none!important;
}

/* Akıcılık */
.gocce-section{
  content-visibility:auto;
  contain-intrinsic-size:1px 760px;
}
.gocce-category-card,
.gocce-product-stage,
.woocommerce ul.products li.product{
  will-change:auto!important;
}
.gocce-drawer-backdrop,
.gocce-search-backdrop{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
[data-gocce-reveal]{
  transition-duration:.55s!important;
  transform:translateY(18px);
}

/* Logoyu net ve dengeli göster */
.gocce-brand .custom-logo-link{
  display:block;
  line-height:0;
}
.gocce-brand .custom-logo,
.gocce-brand img{
  width:58px!important;
  height:58px!important;
  object-fit:contain!important;
}

/* Yönetici çubuğu açıkken ekstra sabitleme olmasın */
.admin-bar .gocce-header{
  top:auto!important;
}

@media(max-width:1050px){
  .gocce-primary-nav{display:none!important}
}
@media(max-width:700px){
  .gocce-header-main{min-height:74px!important}
  .gocce-hero{padding-top:36px!important}
  .gocce-marquee-item{font-size:10px!important;padding:0 10px!important}
}

/* =========================================================
   GOCCE v1.2 — Sayfalar, alt menü ve sıralı açılır menü
   ========================================================= */

/* Menü düğmesi: deri kahvesi + sıcak altın */
.gocce-menu-button{
  color:#fff!important;
  border:0!important;
  background:linear-gradient(135deg,#6f3e2c 0%,#8f5a3a 58%,#c9944b 100%)!important;
  box-shadow:0 10px 25px rgba(111,62,44,.24), inset 0 1px 0 rgba(255,255,255,.25)!important;
  transition:transform .28s cubic-bezier(.22,.61,.36,1),box-shadow .28s ease,filter .28s ease!important;
}
.gocce-menu-button:hover{
  color:#fff!important;
  background:linear-gradient(135deg,#5f3324 0%,#7e4b31 56%,#b98642 100%)!important;
  transform:translateY(-2px) scale(1.04)!important;
  box-shadow:0 15px 34px rgba(111,62,44,.30)!important;
  filter:saturate(1.06);
}
.gocce-menu-button svg{
  width:22px!important;
  height:22px!important;
}
.gocce-menu-button svg path{
  stroke-linecap:round;
}

/* Açılır menü daha zarif ve sıcak */
.gocce-drawer{
  background:
    radial-gradient(circle at 15% 5%,rgba(201,148,75,.17),transparent 34%),
    radial-gradient(circle at 92% 88%,rgba(125,74,49,.24),transparent 34%),
    linear-gradient(155deg,#17120f,#211712 52%,#120f0d)!important;
  border-right:1px solid rgba(255,255,255,.09);
  box-shadow:28px 0 80px rgba(16,11,8,.32);
}
.gocce-drawer-head{
  border-bottom-color:rgba(255,255,255,.10)!important;
}
.gocce-drawer-nav ul{
  counter-reset:gocce-menu-number;
  list-style:none!important;
  margin:24px 0 0!important;
  padding:0!important;
}
.gocce-drawer-nav li{
  counter-increment:gocce-menu-number;
  list-style:none!important;
  opacity:0;
  transform:translateX(-28px);
  transition:
    opacity .46s cubic-bezier(.22,.61,.36,1),
    transform .46s cubic-bezier(.22,.61,.36,1),
    border-color .3s ease;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
}
.gocce-drawer-nav li::marker{content:""!important}
body.gocce-menu-open .gocce-drawer-nav li{
  opacity:1;
  transform:translateX(0);
}
body.gocce-menu-open .gocce-drawer-nav li:nth-child(1){transition-delay:.07s}
body.gocce-menu-open .gocce-drawer-nav li:nth-child(2){transition-delay:.13s}
body.gocce-menu-open .gocce-drawer-nav li:nth-child(3){transition-delay:.19s}
body.gocce-menu-open .gocce-drawer-nav li:nth-child(4){transition-delay:.25s}
body.gocce-menu-open .gocce-drawer-nav li:nth-child(5){transition-delay:.31s}
body.gocce-menu-open .gocce-drawer-nav li:nth-child(6){transition-delay:.37s}
body.gocce-menu-open .gocce-drawer-nav li:nth-child(7){transition-delay:.43s}
body.gocce-menu-open .gocce-drawer-nav li:nth-child(8){transition-delay:.49s}

.gocce-drawer-nav a{
  position:relative;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) 28px;
  align-items:center;
  gap:10px;
  padding:17px 4px!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px!important;
  line-height:1.12;
  color:#fff!important;
}
.gocce-drawer-nav a::before{
  content:counter(gocce-menu-number,decimal-leading-zero);
  font-family:Inter,ui-sans-serif,sans-serif;
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
  color:#e2b96e;
}
.gocce-drawer-nav a::after{
  content:"→"!important;
  color:#e2b96e!important;
  font-family:Inter,ui-sans-serif,sans-serif;
  font-size:18px;
  text-align:right;
  transform:translateX(0)!important;
  transition:transform .28s ease!important;
}
.gocce-drawer-nav a:hover{
  color:#f2d9a8!important;
}
.gocce-drawer-nav a:hover::after{
  transform:translateX(6px)!important;
}
.gocce-drawer-nav li:hover{
  border-bottom-color:rgba(226,185,110,.42)!important;
}

/* Alt alanda artık WordPress'in varsayılan Arşiv/Kategori widget'ları görünmez */
.gocce-footer-col ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.gocce-footer-col li{
  margin:9px 0!important;
}

/* Alt bağlantılarda okunaklı hover */
.gocce-footer-col a{
  position:relative;
}
.gocce-footer-col a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-3px;
  height:1px;
  background:#d2a35d;
  transition:right .28s ease;
}
.gocce-footer-col a:hover::after{
  right:0;
}

/* Otomatik oluşturulan içerik sayfaları */
.gocce-entry{
  font-size:17px;
}
.gocce-entry h2{
  margin-top:0;
  font-size:clamp(32px,4vw,52px);
}
.gocce-entry h3{
  margin-top:32px;
  font-size:25px;
}
.gocce-entry p{
  color:#5f554d;
}
.gocce-entry em{
  display:block;
  margin-top:25px;
  padding:16px 18px;
  border-left:3px solid var(--gocce-gold);
  border-radius:0 12px 12px 0;
  background:#f6efe6;
  color:#6b5b4e;
}

@media(max-width:700px){
  .gocce-drawer{
    padding:23px 22px!important;
  }
  .gocce-drawer-nav a{
    grid-template-columns:45px minmax(0,1fr) 24px;
    font-size:21px!important;
  }
}


/* =========================================================
   GOCCE v4 — Ayrıntılı bilgilendirme ve yasal sayfa tasarımı
   ========================================================= */
.gocce-policy-layout{
  display:grid;
  grid-template-columns:minmax(220px,280px) minmax(0,1fr);
  gap:34px;
  align-items:start;
  max-width:1180px;
  margin-inline:auto;
}
.gocce-policy-main{
  min-width:0;
}
.gocce-policy-nav{
  padding:20px;
  border:1px solid var(--gocce-border);
  border-radius:20px;
  background:linear-gradient(145deg,#fff,#f7efe5);
  box-shadow:0 14px 42px rgba(37,24,14,.08);
}
.gocce-policy-nav h2{
  margin:0 0 12px!important;
  font-family:Inter,ui-sans-serif,sans-serif!important;
  font-size:12px!important;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gocce-leather);
}
.gocce-policy-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:7px;
}
.gocce-policy-nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 11px;
  border-radius:11px;
  color:#332820!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:700;
  transition:background .2s ease,transform .2s ease,color .2s ease;
}
.gocce-policy-nav a::after{
  content:"→";
  color:var(--gocce-gold);
}
.gocce-policy-nav a:hover,
.gocce-policy-nav a.is-current{
  background:#21160f;
  color:#fff!important;
  transform:translateX(2px);
}

.gocce-section-menu{
  margin:0 0 34px;
  padding:22px;
  border:1px solid rgba(139,76,47,.16);
  border-radius:20px;
  background:
    radial-gradient(circle at 90% 0%,rgba(224,173,79,.17),transparent 32%),
    linear-gradient(145deg,#fffdf9,#f5eadc);
}
.gocce-section-menu strong{
  display:block;
  margin-bottom:13px;
  font-size:12px;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:var(--gocce-leather);
}
.gocce-section-menu ul{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.gocce-section-menu li{margin:0!important}
.gocce-section-menu a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid rgba(32,22,15,.12);
  border-radius:999px;
  background:#fff;
  color:#2a211b!important;
  text-decoration:none!important;
  font-size:12.5px;
  font-weight:750;
}
.gocce-section-menu a:hover{
  background:#21160f;
  color:#fff!important;
}
.gocce-section-menu a::before{
  content:"•";
  color:var(--gocce-gold);
}
.gocce-entry [id]{
  scroll-margin-top:110px;
}
.gocce-entry h2[id]{
  margin-top:52px;
  padding-top:4px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(32,22,15,.12);
}
.gocce-entry h3[id]{
  margin-top:34px;
}
.gocce-entry ul,
.gocce-entry ol{
  color:#5f554d;
}
.gocce-entry li{
  margin:8px 0;
}
.gocce-entry strong{
  color:#2a211b;
}
.gocce-legal-intro{
  margin:0 0 28px;
  padding:22px 24px;
  border-left:4px solid var(--gocce-gold);
  border-radius:0 16px 16px 0;
  background:#fbf5ed;
  color:#564a41;
}
.gocce-legal-note{
  margin:28px 0;
  padding:18px 20px;
  border:1px solid rgba(123,36,50,.17);
  border-radius:15px;
  background:rgba(123,36,50,.055);
  color:#5d3740;
}
.gocce-info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:22px 0 30px;
}
.gocce-info-card{
  padding:18px;
  border:1px solid var(--gocce-border);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 30px rgba(37,24,14,.06);
}
.gocce-info-card small{
  display:block;
  margin-bottom:5px;
  color:#8a796d;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.gocce-info-card strong{
  display:block;
  word-break:break-word;
}
.gocce-policy-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:26px 0;
}
.gocce-policy-card{
  display:flex;
  flex-direction:column;
  min-height:190px;
  padding:22px;
  border:1px solid var(--gocce-border);
  border-radius:20px;
  background:#fff;
  text-decoration:none!important;
  box-shadow:0 14px 34px rgba(37,24,14,.07);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.gocce-policy-card:hover{
  transform:translateY(-4px);
  border-color:rgba(139,76,47,.35);
  box-shadow:0 20px 44px rgba(37,24,14,.12);
}
.gocce-policy-card span{
  margin-bottom:12px;
  color:var(--gocce-leather);
  font-size:10px;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.gocce-policy-card h3{
  margin:0 0 10px!important;
  font-size:23px!important;
}
.gocce-policy-card p{
  margin:0 0 18px;
  font-size:14px;
}
.gocce-policy-card b{
  margin-top:auto;
  color:var(--gocce-burgundy);
}
.gocce-legal-table-wrap{
  overflow-x:auto;
  margin:22px 0 30px;
  border:1px solid var(--gocce-border);
  border-radius:16px;
  background:#fff;
}
.gocce-legal-table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
  margin:0!important;
}
.gocce-legal-table th,
.gocce-legal-table td{
  padding:14px 15px;
  border-bottom:1px solid rgba(32,22,15,.09);
  text-align:left;
  vertical-align:top;
}
.gocce-legal-table th{
  width:31%;
  background:#f8f1e7;
  color:#3e3027;
}
.gocce-legal-table tr:last-child th,
.gocce-legal-table tr:last-child td{
  border-bottom:0;
}
.gocce-faq-list{
  display:grid;
  gap:12px;
  margin:24px 0;
}
.gocce-faq-item{
  padding:18px 20px;
  border:1px solid var(--gocce-border);
  border-radius:15px;
  background:#fff;
}
.gocce-faq-item h3{
  margin:0 0 8px!important;
  font-family:Inter,ui-sans-serif,sans-serif!important;
  font-size:17px!important;
}
.gocce-faq-item p{
  margin:0!important;
}
.gocce-required-warning{
  color:#8b1e2d;
  font-weight:800;
}
@media(max-width:900px){
  .gocce-policy-layout{grid-template-columns:1fr}
  .gocce-policy-nav{order:0}
  .gocce-info-grid,.gocce-policy-cards{grid-template-columns:1fr}
}
@media(max-width:600px){
  .gocce-section-menu{padding:17px}
  .gocce-section-menu ul{display:grid}
  .gocce-section-menu a{width:100%;border-radius:12px}
  .gocce-info-card,.gocce-policy-card{padding:17px}
}


/* =========================================================
   GOCCE Premium Final v2.0 — giriş, mağaza, ürün, sepet
   ========================================================= */

:root{
  --gocce-premium-ink:#16110e;
  --gocce-premium-brown:#71452f;
  --gocce-premium-caramel:#b97849;
  --gocce-premium-gold:#d3a46a;
  --gocce-premium-cream:#f4ede4;
  --gocce-premium-paper:#fffdf9;
  --gocce-premium-green:#4f674c;
  --gocce-premium-line:rgba(71,44,27,.14);
  --gocce-premium-shadow:0 24px 64px rgba(56,35,21,.14);
}

/* Giriş alanı */
.gocce-premium-entry{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:690px;
  background:
    radial-gradient(circle at 84% 13%,rgba(211,164,106,.24),transparent 27%),
    radial-gradient(circle at 7% 92%,rgba(79,103,76,.13),transparent 30%),
    linear-gradient(135deg,#f4eadf 0%,#fffdf9 48%,#e8dacb 100%)!important;
}
.gocce-premium-entry::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.22;
  background:repeating-linear-gradient(105deg,rgba(70,43,27,.09) 0 1px,transparent 1px 12px);
}
.gocce-premium-entry::after{
  content:"";
  position:absolute;
  right:-10vw;
  bottom:-34vw;
  z-index:-1;
  width:72vw;
  height:72vw;
  border:1px solid rgba(113,69,47,.13);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(113,69,47,.025),0 0 0 150px rgba(79,103,76,.018);
}
.gocce-premium-entry .gocce-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);min-height:690px}
.gocce-premium-entry .gocce-hero-copy{padding:88px 0 76px}
.gocce-premium-entry .gocce-hero-copy h1{max-width:760px;font-size:clamp(58px,7vw,100px);line-height:.91;letter-spacing:-.058em}
.gocce-premium-entry .gocce-hero-copy>p{max-width:650px;color:#65584f;font-size:16px;line-height:1.8}
.gocce-premium-entry .gocce-kicker{color:var(--gocce-premium-brown)!important;letter-spacing:.15em}
.gocce-entry-leaf,.gocce-shop-leaf,.gocce-page-leaf{
  position:absolute;display:block;width:88px;height:43px;border-radius:100% 0 100% 0;
  background:linear-gradient(135deg,#8a9a79,#40533f);box-shadow:inset -12px -9px 18px rgba(0,0,0,.12);pointer-events:none
}
.gocce-entry-leaf::after,.gocce-shop-leaf::after,.gocce-page-leaf::after{content:"";position:absolute;left:14px;top:21px;width:57px;height:1px;background:rgba(255,255,255,.40);transform:rotate(-18deg)}
.gocce-entry-leaf-one{right:43%;top:72px;opacity:.28;transform:rotate(18deg)}
.gocce-entry-leaf-two{right:38%;top:120px;opacity:.17;transform:rotate(-31deg) scale(.75)}
.gocce-entry-leaf-three{left:4%;bottom:74px;opacity:.13;transform:rotate(143deg) scale(1.15)}

.gocce-premium-showcase{position:relative;min-height:620px}
.gocce-showcase-halo{position:absolute;inset:74px 4px 40px 58px;border-radius:48% 52% 44% 56%;background:radial-gradient(circle at 38% 32%,rgba(255,255,255,.95),rgba(218,199,179,.74) 44%,rgba(113,69,47,.18) 100%);box-shadow:inset 0 0 0 1px rgba(113,69,47,.10),0 38px 80px rgba(63,39,23,.16)}
.gocce-showcase-main{position:absolute;inset:22px 70px 54px 68px;z-index:3;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:42px;color:#fff;background:radial-gradient(circle at 50% 18%,#fff,#f1e8de 72%,#dfcdbb);box-shadow:0 36px 78px rgba(49,29,17,.22);transition:transform .4s var(--gocce-ease),box-shadow .4s ease}
.gocce-showcase-main:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:0 46px 92px rgba(49,29,17,.36)}
.gocce-showcase-main::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 24%,rgba(255,255,255,.78),transparent 34%),repeating-linear-gradient(106deg,rgba(71,44,27,.025) 0 1px,transparent 1px 8px)}
.gocce-showcase-main img{position:relative;z-index:1;width:86%;height:82%;object-fit:contain;filter:drop-shadow(0 24px 28px rgba(61,39,25,.20));transition:transform .55s var(--gocce-ease)}
.gocce-showcase-main:hover img{transform:scale(1.035)}
.gocce-showcase-label{position:absolute;z-index:3;left:24px;top:22px;padding:8px 11px;border:1px solid rgba(71,44,27,.13);border-radius:999px;background:rgba(255,255,255,.72);color:#4c3528;font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.gocce-showcase-name{position:absolute;z-index:3;left:25px;right:25px;bottom:23px;color:#2b211c;font-family:Georgia,serif;font-size:19px;font-weight:700}
.gocce-showcase-mini{position:absolute;right:1px;bottom:8px;z-index:6;display:grid;grid-template-columns:92px 1fr;align-items:center;gap:13px;width:260px;padding:10px;border:1px solid rgba(113,69,47,.14);border-radius:20px;background:rgba(255,253,249,.94);box-shadow:0 20px 45px rgba(56,35,21,.16);transition:transform .28s ease}
.gocce-showcase-mini:hover{transform:translateY(-5px)}
.gocce-showcase-mini img{width:92px;height:82px;object-fit:contain;border-radius:13px;background:#f2ebe3}
.gocce-showcase-mini small,.gocce-showcase-mini strong{display:block}.gocce-showcase-mini small{color:#8b7b70;font-size:9px;text-transform:uppercase;letter-spacing:.10em}.gocce-showcase-mini strong{margin-top:4px;font-size:12px;line-height:1.35}
.gocce-showcase-note{position:absolute;left:16px;bottom:27px;z-index:7;display:flex;align-items:center;gap:12px;max-width:210px;padding:12px 14px;border-radius:16px;background:rgba(22,17,14,.92);color:#fff;box-shadow:0 18px 40px rgba(33,21,14,.20)}
.gocce-showcase-note span{font-family:Georgia,serif;font-size:25px;color:#e8c38a}.gocce-showcase-note p{margin:0;color:rgba(255,255,255,.70);font-size:9.5px;line-height:1.45}

/* Mağaza üst alanı ve doğal dekor */
.gocce-shop-hero{position:relative;isolation:isolate;overflow:hidden;padding:80px 0 64px;background:radial-gradient(circle at 86% 18%,rgba(211,164,106,.22),transparent 25%),radial-gradient(circle at 8% 95%,rgba(79,103,76,.12),transparent 30%),linear-gradient(135deg,#f2e8dc,#fffdf9 52%,#eadfd3);border-bottom:1px solid var(--gocce-premium-line)}
.gocce-shop-hero::before{content:"";position:absolute;inset:0;z-index:-1;opacity:.18;background:repeating-linear-gradient(105deg,rgba(71,44,27,.07) 0 1px,transparent 1px 12px)}
.gocce-shop-hero-inner{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:end;gap:50px}
.gocce-shop-hero h1{margin:8px 0 15px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(58px,7vw,94px);line-height:.92;letter-spacing:-.05em}
.gocce-shop-intro{max-width:700px;color:#66594f;font-size:15px;line-height:1.8}.gocce-shop-intro p{margin:0}
.gocce-shop-hero-meta{display:grid;grid-template-columns:1fr 1fr;gap:11px}.gocce-shop-hero-meta>span{padding:15px;border:1px solid rgba(71,44,27,.12);border-radius:16px;background:rgba(255,255,255,.50)}.gocce-shop-hero-meta strong,.gocce-shop-hero-meta small{display:block}.gocce-shop-hero-meta strong{font-size:11px}.gocce-shop-hero-meta small{margin-top:3px;color:#817269;font-size:9.5px}
.gocce-shop-leaf.leaf-a{right:9%;top:28px;opacity:.22;transform:rotate(19deg)}.gocce-shop-leaf.leaf-b{right:3%;bottom:28px;opacity:.13;transform:rotate(143deg) scale(.82)}
.gocce-woocommerce-content{position:relative;min-height:650px;padding:52px 0 92px!important;background:radial-gradient(circle at 3% 13%,rgba(185,120,73,.10),transparent 25%),radial-gradient(circle at 95% 76%,rgba(79,103,76,.10),transparent 25%),linear-gradient(180deg,#fffdf9 0%,#f5ede4 100%)}
.gocce-page-leaf-left{left:20px;top:140px;opacity:.10;transform:rotate(25deg) scale(1.3)}.gocce-page-leaf-right{right:26px;bottom:110px;opacity:.10;transform:rotate(151deg) scale(1.2)}

/* Mağaza araç çubuğu */
.woocommerce .woocommerce-result-count{display:inline-flex;align-items:center;min-height:44px;margin:0 0 28px!important;padding:10px 15px;border:1px solid var(--gocce-premium-line);border-radius:999px;background:rgba(255,255,255,.72);color:#6f6259;font-size:12px;font-weight:700;box-shadow:0 8px 22px rgba(52,32,20,.05)}
.woocommerce .woocommerce-ordering{margin:0 0 28px!important}
.woocommerce .woocommerce-ordering select{min-width:230px;min-height:44px;padding:10px 42px 10px 15px;border:1px solid var(--gocce-premium-line);border-radius:999px;background:#fff;color:var(--gocce-premium-ink);font-size:12px;font-weight:750;box-shadow:0 8px 22px rgba(52,32,20,.06);outline:none}
.woocommerce .woocommerce-ordering select:focus{border-color:rgba(113,69,47,.46);box-shadow:0 0 0 4px rgba(113,69,47,.08)}
.woocommerce .woocommerce-notices-wrapper{clear:both}

/* Lüks butik ürün ızgarası */
.gocce-product-area ul.products,.woocommerce ul.products{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(265px,315px))!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:28px!important;
  width:100%!important;
  max-width:1280px!important;
  margin:0 auto!important;
  padding:0!important;
  clear:both!important;
}
.gocce-product-area ul.products li.product,.woocommerce ul.products li.product{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  float:none!important;
  width:auto!important;
  max-width:none!important;
  min-height:100%!important;
  margin:0!important;
  padding:13px 13px 18px!important;
  overflow:hidden!important;
  border:1px solid rgba(71,44,27,.13)!important;
  border-radius:26px!important;
  background:radial-gradient(circle at 100% 0%,rgba(79,103,76,.08),transparent 27%),linear-gradient(180deg,#fff 0%,#fffaf5 100%)!important;
  box-shadow:0 16px 38px rgba(56,35,21,.09)!important;
  text-align:left!important;
  transition:transform .32s var(--gocce-ease),box-shadow .32s ease,border-color .32s ease!important;
}
.woocommerce ul.products li.product::before{content:"";position:absolute;right:12px;bottom:12px;width:38px;height:20px;border-radius:100% 0 100% 0;background:linear-gradient(135deg,#849678,#455b45);opacity:.13;transform:rotate(13deg);pointer-events:none}
.woocommerce ul.products li.product:hover{transform:translateY(-9px)!important;border-color:rgba(113,69,47,.32)!important;box-shadow:0 30px 60px rgba(56,35,21,.16)!important}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:flex!important;flex-direction:column!important;flex:1!important}
.woocommerce ul.products li.product a img{width:100%!important;aspect-ratio:1/1!important;margin:0 0 17px!important;padding:12px!important;border-radius:19px!important;background:radial-gradient(circle at 50% 22%,#fff,#f2ebe3 78%)!important;object-fit:contain!important;box-shadow:inset 0 0 0 1px rgba(71,44,27,.055)!important;transition:transform .52s var(--gocce-ease)!important}
.woocommerce ul.products li.product:hover a img{transform:scale(1.035)!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:55px;margin:0 4px 7px!important;padding:0!important;color:var(--gocce-premium-ink)!important;font-size:16px!important;font-weight:790!important;line-height:1.45!important;letter-spacing:-.01em!important}
.woocommerce ul.products li.product .star-rating{margin:0 4px 7px!important;color:#c28a49!important;font-size:12px!important}
.woocommerce ul.products li.product .price{display:flex!important;align-items:center!important;gap:7px!important;min-height:27px;margin:0 4px 13px!important;padding:0!important;color:#7b2f32!important;font-size:15px!important;font-weight:900!important}
.woocommerce ul.products li.product .price del{color:#9a8b81!important;font-size:12px!important;opacity:.82!important}.woocommerce ul.products li.product .price ins{text-decoration:none!important}
.woocommerce span.onsale{z-index:5!important;top:24px!important;left:24px!important;right:auto!important;min-width:auto!important;min-height:auto!important;padding:8px 11px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:999px!important;background:linear-gradient(135deg,#6f2930,#8d443d)!important;color:#fff!important;font-size:9px!important;font-weight:850!important;line-height:1!important;letter-spacing:.05em!important;box-shadow:0 8px 18px rgba(85,28,31,.20)!important}
.woocommerce ul.products li.product .button{display:flex!important;align-items:center!important;justify-content:center!important;width:calc(100% - 8px)!important;min-height:48px!important;margin:auto 4px 0!important;padding:11px 15px!important;border-radius:14px!important;background:linear-gradient(135deg,#3a271e,#70442f 58%,#ae7046)!important;color:#fff!important;font-size:11.5px!important;font-weight:850!important;box-shadow:0 11px 24px rgba(70,43,27,.16)!important}
.woocommerce ul.products li.product .button:hover{transform:translateY(-2px)!important;background:linear-gradient(135deg,#2a1d17,#5b392a 58%,#95603e)!important;box-shadow:0 16px 30px rgba(70,43,27,.23)!important}
.woocommerce ul.products li.product .added_to_cart{display:block;margin:8px 4px 0;padding:9px 12px;border-radius:11px;background:#eef5ee;color:#38543d;font-size:11px;font-weight:800;text-align:center}

/* Ürün detay sayfası */
.single-product .gocce-woocommerce-content{padding-top:34px!important}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:52px;padding:36px!important;border:1px solid var(--gocce-premium-line);border-radius:32px;background:radial-gradient(circle at 100% 0%,rgba(79,103,76,.08),transparent 28%),#fff;box-shadow:var(--gocce-premium-shadow)}
.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:auto!important;margin:0!important}
.woocommerce div.product div.images img{padding:14px;border-radius:24px!important;background:radial-gradient(circle at 50% 20%,#fff,#f1e9df)!important;object-fit:contain;box-shadow:inset 0 0 0 1px rgba(71,44,27,.06)}
.woocommerce div.product div.summary{padding:18px 10px 0 0!important}
.woocommerce div.product .product_title{margin:0 0 16px!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(40px,5vw,66px)!important;line-height:.96!important;letter-spacing:-.04em!important}
.woocommerce div.product .woocommerce-product-rating{margin-bottom:13px!important}.woocommerce div.product p.price,.woocommerce div.product span.price{margin:0 0 20px!important;color:#7a2f33!important;font-size:25px!important;font-weight:900!important}
.woocommerce div.product .woocommerce-product-details__short-description{color:#665950;font-size:14.5px;line-height:1.8}
.woocommerce div.product form.cart{margin-top:24px!important;padding-top:22px!important;border-top:1px solid var(--gocce-premium-line)}
.woocommerce div.product form.cart .button{min-height:52px!important;border-radius:15px!important}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:18px;padding-top:16px;border-top:1px solid var(--gocce-premium-line)}
.woocommerce div.product .related,.woocommerce div.product .upsells{grid-column:1/-1}

/* Sepet ve ödeme: eklenti yokken de premium görünüm */
.woocommerce-cart .gocce-woocommerce-content,.woocommerce-checkout .gocce-woocommerce-content{background:radial-gradient(circle at 8% 8%,rgba(185,120,73,.11),transparent 24%),radial-gradient(circle at 94% 80%,rgba(79,103,76,.10),transparent 25%),linear-gradient(180deg,#fffdf9,#f4ece3)}
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{position:relative;display:flow-root;padding:clamp(18px,3vw,36px);border:1px solid var(--gocce-premium-line);border-radius:28px;background:rgba(255,255,255,.88);box-shadow:0 20px 55px rgba(56,35,21,.10)}
.woocommerce table.shop_table{overflow:hidden;border:1px solid var(--gocce-premium-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 32px rgba(56,35,21,.06)}
.woocommerce table.shop_table th{padding:15px!important;background:#f3ece4;color:#2b211c;font-size:11px;letter-spacing:.07em;text-transform:uppercase}
.woocommerce table.shop_table td{padding:16px!important;border-color:var(--gocce-premium-line)!important}
.woocommerce-cart .cart-collaterals .cart_totals{padding:23px;border:1px solid var(--gocce-premium-line);border-radius:20px;background:linear-gradient(180deg,#fffdf9,#f3ebe2);box-shadow:0 14px 34px rgba(56,35,21,.08)}
.woocommerce-cart .cart-collaterals .cart_totals h2{margin:0 0 18px;font-family:Georgia,serif;font-size:34px;line-height:1}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:flex!important;align-items:center!important;justify-content:center!important;min-height:56px!important;padding:12px 18px!important;border-radius:15px!important;line-height:1.2!important;white-space:normal!important;text-align:center!important;overflow:hidden!important}
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{padding:22px;border:1px solid var(--gocce-premium-line);border-radius:20px;background:#fff}
.woocommerce-checkout #payment{background:linear-gradient(180deg,#f6efe7,#eee3d8)!important}

/* Normal sayfalar ve düğmeler */
.gocce-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border-radius:14px!important;background:linear-gradient(135deg,#3d2a20,#71452f 58%,#b77748)!important;box-shadow:0 12px 26px rgba(70,43,27,.18)!important}
.gocce-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background:linear-gradient(135deg,#2a1d17,#5a392b 58%,#97613f)!important;box-shadow:0 17px 32px rgba(70,43,27,.24)!important}
.gocce-button.is-outline{background:rgba(255,255,255,.55)!important;color:var(--gocce-premium-ink)!important;border:1px solid var(--gocce-premium-line)!important;box-shadow:none!important}

@media(max-width:1080px){
  .gocce-premium-entry .gocce-hero-grid{grid-template-columns:1fr;min-height:auto}.gocce-premium-entry .gocce-hero-copy{padding-bottom:30px}.gocce-premium-showcase{min-height:610px}.gocce-shop-hero-inner{grid-template-columns:1fr}.gocce-shop-hero-meta{max-width:560px}.woocommerce div.product{grid-template-columns:1fr;gap:28px}.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related,.woocommerce div.product .upsells{grid-column:auto}
}
@media(max-width:760px){
  .gocce-premium-entry{min-height:auto}.gocce-premium-entry .gocce-hero-copy{padding:48px 0 20px}.gocce-premium-entry .gocce-hero-copy h1{font-size:clamp(52px,15vw,75px)}.gocce-premium-showcase{min-height:500px}.gocce-showcase-main{inset:12px 16px 60px}.gocce-showcase-mini{right:0;width:225px}.gocce-showcase-note{left:0;max-width:170px}.gocce-shop-hero{padding:55px 0 45px}.gocce-shop-hero h1{font-size:clamp(50px,15vw,74px)}.gocce-shop-hero-meta{grid-template-columns:1fr 1fr}.gocce-product-area ul.products,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important}.gocce-product-area ul.products li.product,.woocommerce ul.products li.product{padding:8px 8px 14px!important;border-radius:19px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:61px;font-size:13px!important}.woocommerce ul.products li.product .button{font-size:10px!important}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{float:none!important;width:100%}.woocommerce .woocommerce-ordering select{width:100%}.woocommerce div.product{padding:18px!important;border-radius:22px}.woocommerce div.product .product_title{font-size:42px!important}
}
@media(max-width:430px){.gocce-product-area ul.products,.woocommerce ul.products{grid-template-columns:1fr!important}.gocce-shop-hero-meta{grid-template-columns:1fr}.gocce-showcase-note{display:none}.gocce-showcase-mini{width:210px}}


/* =========================================================
   GOCCE v6 — Sade, canlı ve yetişkin butik görünüm
   ========================================================= */
:root{
  --g6-black:#0e0e0d;
  --g6-paper:#ffffff;
  --g6-soft:#f4f2ef;
  --g6-line:rgba(14,14,13,.13);
  --g6-muted:#706b66;
  --g6-brown:#6f4027;
  --g6-max:min(1660px,calc(100% - 56px));
}
body{background:#fff;color:var(--g6-black);font-family:Arial,"Helvetica Neue",sans-serif;line-height:1.55}
body::before,body::after{display:none!important}
.gocce-announcement,.gocce-primary-nav{display:none!important}
.gocce-container{width:var(--g6-max)}

/* Header */
.gocce-v6-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96)!important;border-bottom:1px solid var(--g6-line)!important;box-shadow:none!important;backdrop-filter:blur(16px)}
.gocce-v6-header-inner{width:var(--g6-max);height:104px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.gocce-v6-header-left{justify-self:start}.gocce-v6-header-actions{justify-self:end;display:flex;gap:7px;align-items:center}
.gocce-v6-icon-button{position:relative;display:grid;width:46px;height:46px;place-items:center;padding:0;border:0;background:transparent;color:#111;border-radius:0;transition:opacity .2s ease,transform .2s ease}
.gocce-v6-icon-button:hover{opacity:.58;transform:translateY(-1px)}.gocce-v6-icon-button svg{width:25px;height:25px}.gocce-v6-icon-button.is-light{color:#fff}
.gocce-v6-brand{display:grid;place-items:center;line-height:0}.gocce-v6-brand img,.gocce-v6-brand .custom-logo{width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;object-fit:contain!important}.gocce-v6-brand .custom-logo-link{display:block;line-height:0}
.gocce-v6-cart-link .gocce-cart-count{right:0;top:1px;min-width:17px;height:17px;padding:0 4px;border:2px solid #fff;border-radius:99px;background:#111;color:#fff;font-size:9px;display:grid;place-items:center}

/* Drawer */
.gocce-drawer-backdrop{background:rgba(0,0,0,.38)!important;backdrop-filter:blur(4px)}
.gocce-v6-drawer{width:min(470px,92vw)!important;padding:34px!important;background:#111!important;color:#fff!important;box-shadow:30px 0 80px rgba(0,0,0,.24)!important}
.gocce-v6-drawer .gocce-drawer-head{padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,.16)}
.gocce-v6-drawer .gocce-drawer-brand{color:#fff}.gocce-v6-drawer .gocce-drawer-brand img{width:50px;height:50px;object-fit:contain}.gocce-v6-drawer .gocce-drawer-brand strong{font-family:Georgia,serif;font-size:18px;letter-spacing:.04em}.gocce-v6-drawer .gocce-drawer-brand small{display:block;margin-top:3px;color:rgba(255,255,255,.55);font-size:10px}
.gocce-v6-drawer .gocce-drawer-nav ul{margin:35px 0 0!important}.gocce-v6-drawer .gocce-drawer-nav li{border-bottom:1px solid rgba(255,255,255,.12)!important}.gocce-v6-drawer .gocce-drawer-nav a{padding:17px 2px!important;font-family:Arial,sans-serif!important;font-size:19px!important;font-weight:600!important;letter-spacing:.01em!important}.gocce-v6-drawer .gocce-drawer-nav a::before{display:none!important}.gocce-v6-drawer .gocce-drawer-nav a::after{content:"→"!important;color:rgba(255,255,255,.55)!important;font-size:17px!important}
.gocce-v6-drawer-bottom{margin-top:auto;padding-top:28px}.gocce-v6-drawer-bottom>a{display:flex;justify-content:space-between;padding:17px 18px;background:#fff;color:#111;font-weight:700}.gocce-v6-drawer-bottom small{display:block;margin-top:15px;color:rgba(255,255,255,.48);font-size:10px;letter-spacing:.12em;text-transform:uppercase}

/* Search */
.gocce-search-backdrop{background:rgba(0,0,0,.38)!important}.gocce-search-panel{max-width:760px!important;border-radius:0!important;padding:34px!important;box-shadow:0 30px 100px rgba(0,0,0,.26)!important}.gocce-search-top h2{font-family:Arial,sans-serif!important;font-size:28px!important;font-weight:650!important}.gocce-search-form input{border-radius:0!important;background:#f5f5f3!important;padding:17px!important}.gocce-v6-search-submit{min-width:110px;border:0;background:#111;color:#fff;font-weight:700}

/* Home hero */
.gocce-v6-home{background:#fff}.gocce-v6-hero-wrap{padding:22px 28px 0}.gocce-v6-hero{position:relative;min-height:min(760px,calc(100vh - 145px));overflow:hidden;background-size:cover;background-position:center;border-radius:2px;color:#fff}.gocce-v6-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,5,4,.86) 0%,rgba(7,5,4,.62) 34%,rgba(7,5,4,.08) 70%,rgba(7,5,4,.03) 100%)}
.gocce-v6-hero-content{position:absolute;z-index:2;left:clamp(38px,7vw,125px);top:50%;max-width:630px;transform:translateY(-50%)}.gocce-v6-kicker{display:block;margin-bottom:20px;font-size:11px;font-weight:700;letter-spacing:.24em}.gocce-v6-hero h1{margin:0;font-family:Arial,sans-serif;font-size:clamp(58px,7vw,112px);font-weight:500;line-height:.93;letter-spacing:-.05em;text-transform:uppercase}.gocce-v6-hero p{max-width:520px;margin:24px 0 30px;color:rgba(255,255,255,.78);font-size:16px}.gocce-v6-hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.gocce-v6-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 24px;background:#111;color:#fff!important;font-size:13px;font-weight:700}.gocce-v6-button.is-light{background:#fff;color:#111!important}.gocce-v6-text-link{display:inline-flex;align-items:center;gap:14px;padding:8px 0;border-bottom:1px solid currentColor;color:#fff!important;font-size:13px;font-weight:700}.gocce-v6-text-link span{transition:transform .2s ease}.gocce-v6-text-link:hover span{transform:translateX(5px)}.gocce-v6-text-link.is-dark{color:#111!important}.gocce-v6-hero-note{position:absolute;right:28px;bottom:24px;z-index:2;color:rgba(255,255,255,.62);font-size:9px;letter-spacing:.15em;text-transform:uppercase}

/* Category cards */
.gocce-v6-category-section,.gocce-v6-products-section{padding:78px 28px 0}.gocce-v6-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin:0 auto 28px;width:100%;max-width:1600px}.gocce-v6-section-head>div>span{display:block;margin-bottom:10px;color:#7b5a46;font-size:10px;font-weight:750;letter-spacing:.2em;text-transform:uppercase}.gocce-v6-section-head h2{margin:0;font-family:Arial,sans-serif;font-size:clamp(42px,5vw,72px);font-weight:520;line-height:1;letter-spacing:-.045em}.gocce-v6-section-head p{max-width:540px;margin:0;color:var(--g6-muted);font-size:14px;line-height:1.7}.gocce-v6-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1600px;margin:0 auto}.gocce-v6-category-card{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:20px;background:#20140d;color:#fff}.gocce-v6-category-card img{width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .75s ease}.gocce-v6-category-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(5,4,3,.86) 0%,rgba(5,4,3,.05) 54%,transparent 76%)}.gocce-v6-category-copy{position:absolute;left:30px;right:30px;bottom:26px;display:flex;justify-content:space-between;align-items:flex-end;gap:18px}.gocce-v6-category-copy strong{font-size:clamp(22px,2.4vw,36px);font-weight:650;line-height:1.05;text-transform:uppercase}.gocce-v6-category-copy small{flex:0 0 auto;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.7);font-size:10px;font-weight:700;text-transform:uppercase}.gocce-v6-category-copy b{margin-left:6px}.gocce-v6-category-card:hover img{transform:scale(1.045);filter:saturate(1.07)}

/* Product section */
.gocce-v6-products-section{padding-bottom:90px;background:#fff}.gocce-v6-section-head.is-products{padding-top:2px;border-top:1px solid transparent}.gocce-v6-products-section ul.products,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;max-width:1600px;margin:0 auto!important}.gocce-v6-products-section ul.products::before,.gocce-v6-products-section ul.products::after,.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.gocce-v6-products-section ul.products li.product,.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0 0 18px!important;overflow:hidden;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;transition:transform .25s ease!important}.gocce-v6-products-section ul.products li.product:hover,.woocommerce ul.products li.product:hover{transform:translateY(-4px)!important;box-shadow:none!important}.woocommerce ul.products li.product a img{width:100%!important;aspect-ratio:4/5!important;margin:0 0 15px!important;border-radius:0!important;background:#f3f1ee!important;object-fit:contain!important;transition:transform .45s ease!important}.woocommerce ul.products li.product:hover a img{transform:scale(1.018)!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:42px;margin:0!important;padding:0 2px!important;color:#111!important;font-size:14px!important;font-weight:650!important;line-height:1.45!important}.woocommerce ul.products li.product .price{display:block;margin:8px 2px 13px!important;color:#111!important;font-size:14px!important;font-weight:650!important}.woocommerce ul.products li.product .price del{color:#999!important;font-weight:400!important}.woocommerce ul.products li.product .price ins{text-decoration:none!important}.woocommerce ul.products li.product .star-rating{margin:7px 2px!important;font-size:11px!important}.woocommerce ul.products li.product .button{display:flex!important;width:100%!important;min-height:46px!important;margin:10px 0 0!important;padding:11px 14px!important;border:1px solid #111!important;border-radius:0!important;background:#111!important;color:#fff!important;box-shadow:none!important;font-size:11px!important;font-weight:750!important;text-transform:uppercase!important;letter-spacing:.08em!important;transform:none!important}.woocommerce ul.products li.product .button:hover{background:#fff!important;color:#111!important}.woocommerce span.onsale{top:13px!important;left:13px!important;right:auto!important;min-width:auto!important;min-height:auto!important;padding:7px 10px!important;border-radius:0!important;background:#111!important;color:#fff!important;font-size:9px!important;font-weight:750!important;line-height:1!important;text-transform:uppercase!important}.gocce-v6-empty-products{max-width:1600px;margin:0 auto;padding:70px;background:#f4f2ef;text-align:center}.gocce-v6-empty-products strong{display:block;margin-bottom:12px}.gocce-v6-empty-products a{text-decoration:underline}

/* Story */
.gocce-v6-story-section{display:grid;grid-template-columns:1.1fr .9fr;max-width:1600px;margin:0 auto 100px;background:#f1eee9}.gocce-v6-story-image{min-height:590px}.gocce-v6-story-image img{width:100%;height:100%;object-fit:cover}.gocce-v6-story-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(44px,7vw,110px)}.gocce-v6-story-copy>span{margin-bottom:18px;color:#76513b;font-size:10px;font-weight:750;letter-spacing:.2em}.gocce-v6-story-copy h2{margin:0;font-family:Arial,sans-serif;font-size:clamp(42px,4.8vw,74px);font-weight:520;line-height:.98;letter-spacing:-.05em}.gocce-v6-story-copy p{max-width:540px;margin:25px 0;color:#68625d;font-size:15px;line-height:1.8}

/* All inner pages */
.gocce-page-hero,.gocce-shop-hero{padding:78px 0 48px!important;background:#fff!important;border-bottom:1px solid var(--g6-line)!important}.gocce-page-hero::before,.gocce-shop-hero::before,.gocce-shop-leaf,.gocce-page-leaf{display:none!important}.gocce-page-hero .gocce-eyebrow,.gocce-shop-hero .gocce-eyebrow{color:#76513b!important;font-size:10px!important;letter-spacing:.2em!important}.gocce-page-hero h1,.gocce-shop-hero h1{margin:9px 0 0!important;font-family:Arial,sans-serif!important;font-size:clamp(50px,6.2vw,92px)!important;font-weight:520!important;line-height:.95!important;letter-spacing:-.055em!important}.gocce-shop-hero-inner{grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important}.gocce-shop-intro{max-width:650px!important;color:#6d6762!important}.gocce-shop-hero-meta{display:none!important}.gocce-content,.gocce-woocommerce-content{position:relative;padding:55px 0 95px!important;background:#f5f3f0!important}.gocce-content>.gocce-container,.gocce-woocommerce-content>.gocce-container{width:var(--g6-max)!important;max-width:1600px!important}.gocce-entry{padding:clamp(26px,4vw,64px)!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.gocce-entry h2,.gocce-entry h3{font-family:Arial,sans-serif!important}.gocce-entry a{text-decoration:underline;text-underline-offset:3px}.gocce-policy-layout{gap:32px!important}.gocce-policy-nav{border-radius:0!important;background:#111!important}.gocce-policy-nav a{border-radius:0!important}.gocce-policy-nav a.is-current,.gocce-policy-nav a:hover{background:#fff!important;color:#111!important}

/* Shop toolbar */
.woocommerce .woocommerce-result-count{margin:0 0 24px!important;color:#777;font-size:12px}.woocommerce .woocommerce-ordering{margin:0 0 26px!important}.woocommerce .woocommerce-ordering select{min-width:220px;padding:12px 42px 12px 14px;border:1px solid #ccc;border-radius:0;background:#fff;color:#111}.woocommerce nav.woocommerce-pagination ul{border:0!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:0 4px!important}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:grid!important;width:40px;height:40px;place-items:center;padding:0!important;background:#fff!important;color:#111!important}.woocommerce nav.woocommerce-pagination ul li span.current{background:#111!important;color:#fff!important}

/* Product page */
.woocommerce div.product{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.woocommerce div.product .woocommerce-product-gallery,.woocommerce div.product .summary{padding:0!important}.woocommerce div.product .woocommerce-product-gallery__wrapper{background:#fff}.woocommerce div.product .product_title{font-family:Arial,sans-serif!important;font-size:clamp(38px,4.5vw,66px)!important;font-weight:520!important;line-height:1!important;letter-spacing:-.045em!important}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#111!important}.woocommerce div.product form.cart .button{border-radius:0!important;background:#111!important;box-shadow:none!important}.woocommerce div.product form.cart .button:hover{background:#6f4027!important}.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related,.woocommerce div.product .upsells{border-radius:0!important;box-shadow:none!important}

/* Footer */
.gocce-footer{background:#10100f!important;color:#fff!important}.gocce-footer a:hover{color:#fff!important;text-decoration:underline}

/* Remove playful decoration from older versions */
.gocce-marquee,.gocce-entry-leaf,.gocce-floating-card,.gocce-hero-orbit,.gocce-showcase-halo,.gocce-page-leaf{display:none!important}

@media(max-width:980px){
  :root{--g6-max:min(100% - 32px,1200px)}
  .gocce-v6-header-inner{height:88px}.gocce-v6-brand img,.gocce-v6-brand .custom-logo{width:50px!important;height:50px!important}
  .gocce-v6-hero-wrap{padding:14px 16px 0}.gocce-v6-hero{min-height:670px;background-position:62% center}.gocce-v6-hero-content{left:36px;right:36px;max-width:560px}.gocce-v6-hero-overlay{background:linear-gradient(90deg,rgba(7,5,4,.88),rgba(7,5,4,.58) 55%,rgba(7,5,4,.12))}
  .gocce-v6-category-section,.gocce-v6-products-section{padding-left:16px;padding-right:16px}.gocce-v6-category-grid{grid-template-columns:repeat(3,1fr);gap:12px}.gocce-v6-category-copy{left:18px;right:18px;bottom:18px;display:block}.gocce-v6-category-copy small{display:inline-block;margin-top:12px}.gocce-v6-products-section ul.products,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.gocce-v6-story-section{margin-left:16px;margin-right:16px}.gocce-v6-story-image{min-height:500px}
}
@media(max-width:700px){
  :root{--g6-max:calc(100% - 24px)}
  .gocce-v6-header-inner{height:76px}.gocce-v6-brand img,.gocce-v6-brand .custom-logo{width:44px!important;height:44px!important}.gocce-v6-header-actions{gap:0}.gocce-v6-icon-button{width:39px;height:39px}.gocce-v6-icon-button svg{width:22px;height:22px}
  .gocce-v6-hero-wrap{padding:8px 8px 0}.gocce-v6-hero{min-height:620px;background-position:68% center}.gocce-v6-hero-overlay{background:linear-gradient(90deg,rgba(7,5,4,.86),rgba(7,5,4,.5) 75%,rgba(7,5,4,.2))}.gocce-v6-hero-content{left:24px;right:24px;top:auto;bottom:60px;transform:none}.gocce-v6-hero h1{font-size:clamp(48px,15vw,72px)}.gocce-v6-hero p{font-size:14px}.gocce-v6-hero-note{display:none}
  .gocce-v6-section-head{display:block;margin-bottom:20px}.gocce-v6-section-head p{margin-top:14px}.gocce-v6-category-section,.gocce-v6-products-section{padding-top:55px}.gocce-v6-category-grid{grid-template-columns:1fr}.gocce-v6-category-card{aspect-ratio:4/5}.gocce-v6-category-copy strong{font-size:28px}.gocce-v6-products-section ul.products,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:54px;font-size:12px!important}.woocommerce ul.products li.product .button{font-size:9px!important}.gocce-v6-story-section{grid-template-columns:1fr;margin:0 8px 70px}.gocce-v6-story-image{min-height:420px}.gocce-v6-story-copy{padding:42px 24px}.gocce-shop-hero-inner{grid-template-columns:1fr!important}.gocce-content,.gocce-woocommerce-content{padding:34px 0 70px!important}
}
@media(max-width:430px){.gocce-v6-products-section ul.products,.woocommerce ul.products{grid-template-columns:1fr!important}.gocce-v6-hero-actions{align-items:flex-start;flex-direction:column;gap:12px}}

/* =========================================================
   GOCCE SADE LÜKS v7 — KOLEKSİYON VE ÜRÜN KARTLARI
   Ürün görsellerini değiştirmeden ortak arka plan ve premium çerçeve.
   ========================================================= */

/* Koleksiyon alanı: üç kartta tek ve aynı arka plan dili */
.gocce-v6-category-section{
  position:relative;
  isolation:isolate;
  padding-bottom:86px;
  background:
    radial-gradient(circle at 12% 8%,rgba(196,151,99,.10),transparent 29%),
    radial-gradient(circle at 92% 78%,rgba(80,104,72,.07),transparent 30%),
    linear-gradient(180deg,#fffdf9 0%,#f7f1e9 100%);
}
.gocce-v6-category-section::before,
.gocce-v6-category-section::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:170px;
  height:86px;
  border-radius:100% 0 100% 0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(110,132,93,.14),rgba(60,84,58,.04));
  filter:blur(.2px);
}
.gocce-v6-category-section::before{left:-52px;bottom:60px;transform:rotate(-18deg)}
.gocce-v6-category-section::after{right:-48px;top:115px;transform:rotate(150deg)}

.gocce-v6-section-head h2{
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:500!important;
  letter-spacing:-.04em!important;
}
.gocce-v6-section-head>div::after{
  content:"";
  display:block;
  width:130px;
  height:1px;
  margin-top:18px;
  background:linear-gradient(90deg,#b98650,rgba(185,134,80,0));
}

.gocce-v6-category-grid{
  gap:24px!important;
  padding:0 2px 8px;
}
.gocce-v6-category-card{
  position:relative;
  isolation:isolate;
  aspect-ratio:3/4!important;
  overflow:hidden!important;
  padding:9px!important;
  border:1px solid rgba(167,119,72,.56)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 20% 12%,rgba(255,255,255,.90),transparent 38%),
    linear-gradient(145deg,#f4ece2 0%,#e8dacb 100%)!important;
  color:#fff!important;
  box-shadow:
    0 22px 48px rgba(55,35,22,.13),
    inset 0 0 0 5px rgba(255,255,255,.72)!important;
  transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease!important;
}
.gocce-v6-category-card::before{
  content:"";
  position:absolute;
  inset:10px;
  z-index:2;
  border:1px solid rgba(255,255,255,.48);
  border-radius:16px;
  pointer-events:none;
}
.gocce-v6-category-card::after{
  content:"";
  position:absolute;
  inset:9px;
  z-index:1;
  border-radius:16px;
  background:
    linear-gradient(115deg,rgba(255,255,255,.14),transparent 32%),
    repeating-linear-gradient(102deg,rgba(91,56,34,.024) 0 1px,transparent 1px 7px);
  pointer-events:none;
}
.gocce-v6-category-card img{
  position:absolute!important;
  inset:9px!important;
  width:calc(100% - 18px)!important;
  height:calc(100% - 18px)!important;
  border-radius:16px!important;
  object-fit:cover!important;
  background:transparent!important;
  mix-blend-mode:multiply;
  filter:saturate(.96) contrast(1.02) brightness(1.03);
  transition:transform .72s cubic-bezier(.2,.7,.2,1),filter .72s ease!important;
}
.gocce-v6-category-shade{
  inset:9px!important;
  z-index:3!important;
  border-radius:16px!important;
  background:linear-gradient(to top,rgba(15,11,8,.88) 0%,rgba(15,11,8,.48) 20%,rgba(15,11,8,.04) 54%,transparent 72%)!important;
}
.gocce-v6-category-copy{
  left:42px!important;
  right:42px!important;
  bottom:42px!important;
  z-index:5!important;
  display:block!important;
}
.gocce-v6-category-copy strong{
  position:relative;
  display:inline-block;
  padding-bottom:13px;
  color:#fff!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(29px,2.6vw,43px)!important;
  font-weight:500!important;
  line-height:1.05!important;
  letter-spacing:-.025em!important;
  text-transform:none!important;
  text-shadow:0 3px 18px rgba(0,0,0,.34);
}
.gocce-v6-category-copy strong::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:2px;
  border-radius:99px;
  background:#fff;
  box-shadow:0 2px 12px rgba(255,255,255,.25);
  transition:width .28s ease;
}
.gocce-v6-category-copy small{display:none!important}
.gocce-v6-category-card:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(157,105,57,.82)!important;
  box-shadow:
    0 30px 62px rgba(55,35,22,.20),
    inset 0 0 0 5px rgba(255,255,255,.78)!important;
}
.gocce-v6-category-card:hover img{
  transform:scale(1.035)!important;
  filter:saturate(1.02) contrast(1.035) brightness(1.02)!important;
}
.gocce-v6-category-card:hover .gocce-v6-category-copy strong::after{width:78px}

/* Mağaza ve ana sayfadaki ürünler: lüks butik kart çerçevesi */
.gocce-v6-products-section{
  background:
    radial-gradient(circle at 93% 8%,rgba(183,135,82,.08),transparent 26%),
    #fffdf9!important;
}
.gocce-v6-products-section ul.products,
.woocommerce ul.products{
  grid-template-columns:repeat(auto-fit,minmax(250px,310px))!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:24px!important;
}
.gocce-v6-products-section ul.products li.product,
.woocommerce ul.products li.product{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  min-height:100%!important;
  padding:10px 10px 20px!important;
  overflow:hidden!important;
  border:1px solid rgba(82,54,35,.16)!important;
  border-radius:20px!important;
  background:
    radial-gradient(circle at 100% 0%,rgba(185,136,80,.08),transparent 28%),
    #fffdf9!important;
  box-shadow:0 14px 34px rgba(55,35,22,.085)!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}
.gocce-v6-products-section ul.products li.product::after,
.woocommerce ul.products li.product::after{
  content:"";
  position:absolute;
  right:14px;
  bottom:14px;
  width:34px;
  height:18px;
  border-radius:100% 0 100% 0;
  background:linear-gradient(135deg,#819370,#455a43);
  opacity:.13;
  pointer-events:none;
}
.gocce-v6-products-section ul.products li.product:hover,
.woocommerce ul.products li.product:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(137,91,53,.38)!important;
  box-shadow:0 24px 48px rgba(55,35,22,.15)!important;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
  display:block!important;
}
.woocommerce ul.products li.product a img{
  width:100%!important;
  aspect-ratio:4/5!important;
  margin:0 0 17px!important;
  padding:12px!important;
  border:1px solid rgba(82,54,35,.08)!important;
  border-radius:14px!important;
  background:
    radial-gradient(circle at 22% 15%,rgba(255,255,255,.86),transparent 40%),
    linear-gradient(145deg,#f3ece3,#e9ded1)!important;
  object-fit:contain!important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  margin:0 5px!important;
  color:#17120f!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.45!important;
}
.woocommerce ul.products li.product .star-rating{margin:8px 5px 0!important}
.woocommerce ul.products li.product .price{
  margin:8px 5px 13px!important;
  color:#4a2e21!important;
  font-size:15px!important;
  font-weight:800!important;
}
.woocommerce ul.products li.product .price del{color:#9e8d82!important}
.woocommerce ul.products li.product .button{
  margin:auto 5px 0!important;
  min-height:47px!important;
  border:1px solid #2c211b!important;
  border-radius:12px!important;
  background:#2c211b!important;
  color:#fff!important;
  letter-spacing:.06em!important;
}
.woocommerce ul.products li.product .button:hover{
  background:#fff!important;
  color:#2c211b!important;
}

/* İndirim rozeti: mümkünse yüzde, değilse şık kırmızı özel indirim */
.woocommerce span.onsale{
  top:22px!important;
  left:22px!important;
  z-index:8!important;
  padding:9px 12px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:10px 10px 10px 3px!important;
  background:linear-gradient(145deg,#b20f18,#7e0810)!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  box-shadow:0 9px 20px rgba(126,8,16,.28)!important;
}

@media(max-width:760px){
  .gocce-v6-category-section{padding-left:14px!important;padding-right:14px!important}
  .gocce-v6-category-grid{gap:16px!important}
  .gocce-v6-category-card{aspect-ratio:4/5!important;border-radius:20px!important}
  .gocce-v6-category-copy{left:30px!important;right:30px!important;bottom:32px!important}
  .gocce-v6-category-copy strong{font-size:31px!important}
  .gocce-v6-products-section ul.products,.woocommerce ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .gocce-v6-products-section ul.products li.product,.woocommerce ul.products li.product{
    padding:7px 7px 15px!important;
    border-radius:15px!important;
  }
  .woocommerce ul.products li.product a img{padding:6px!important;border-radius:11px!important}
  .woocommerce span.onsale{top:13px!important;left:13px!important;font-size:8.5px!important;padding:7px 9px!important}
}

/* =========================================================
   GOCCE SADE LÜKS v8 — GÖRSEL REFERANSA UYGUN KOLEKSİYON,
   MAĞAZA ARAÇ ÇUBUĞU VE ÜRÜN SUNUMU
   ========================================================= */

/* Koleksiyonlar: aynı sıcak ahşap tonu, sade başlık ve hover çizgisi */
.gocce-v6-category-section{
  padding-top:72px!important;
  padding-bottom:88px!important;
  background:#f7f7f6!important;
}
.gocce-v6-category-section::before,
.gocce-v6-category-section::after{display:none!important}
.gocce-v6-category-section .gocce-v6-section-head{
  align-items:end!important;
  margin-bottom:28px!important;
}
.gocce-v6-category-section .gocce-v6-section-head>div::after{display:none!important}
.gocce-v6-category-section .gocce-v6-section-head>div>span{
  display:none!important;
}
.gocce-v6-category-section .gocce-v6-section-head h2{
  margin:0!important;
  color:#111!important;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:clamp(46px,5.5vw,78px)!important;
  font-weight:400!important;
  line-height:.96!important;
  letter-spacing:-.055em!important;
}
.gocce-v6-category-section .gocce-v6-section-head p{
  max-width:520px!important;
  margin:0 0 8px auto!important;
  color:#6d6159!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.gocce-v6-category-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  padding:0!important;
}
.gocce-v6-category-card{
  position:relative!important;
  aspect-ratio:3/4.25!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(25,18,13,.16)!important;
  border-radius:18px!important;
  background:#3a2117!important;
  box-shadow:0 12px 28px rgba(24,16,10,.11)!important;
  transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease!important;
}
.gocce-v6-category-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:4!important;
  border:0!important;
  border-radius:inherit!important;
  background:
    linear-gradient(to top,rgba(7,5,4,.88) 0%,rgba(7,5,4,.38) 24%,rgba(7,5,4,.03) 58%,rgba(7,5,4,.08) 100%),
    linear-gradient(90deg,rgba(68,34,20,.18),rgba(126,72,39,.10),rgba(45,22,14,.16))!important;
  pointer-events:none!important;
}
.gocce-v6-category-card::after{
  content:""!important;
  position:absolute!important;
  inset:10px!important;
  z-index:5!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:12px!important;
  background:none!important;
  pointer-events:none!important;
}
.gocce-v6-category-card img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border-radius:0!important;
  object-fit:cover!important;
  object-position:center!important;
  mix-blend-mode:normal!important;
  filter:saturate(.92) sepia(.06) contrast(1.035) brightness(.92)!important;
  transition:transform .72s cubic-bezier(.2,.7,.2,1),filter .72s ease!important;
}
.gocce-v6-category-shade{display:none!important}
.gocce-v6-category-copy{
  position:absolute!important;
  left:34px!important;
  right:34px!important;
  bottom:30px!important;
  z-index:7!important;
}
.gocce-v6-category-copy strong{
  position:relative!important;
  display:inline-block!important;
  padding:0 0 10px!important;
  color:#fff!important;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:clamp(24px,2.25vw,34px)!important;
  font-weight:760!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  text-transform:uppercase!important;
  text-shadow:0 3px 16px rgba(0,0,0,.4)!important;
}
.gocce-v6-category-copy strong::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:0!important;
  height:1px!important;
  background:#fff!important;
  box-shadow:none!important;
  transition:width .28s ease!important;
}
.gocce-v6-category-card:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 20px 42px rgba(24,16,10,.18)!important;
}
.gocce-v6-category-card:hover img{
  transform:scale(1.035)!important;
  filter:saturate(.98) sepia(.04) contrast(1.045) brightness(.95)!important;
}
.gocce-v6-category-card:hover .gocce-v6-category-copy strong::after{width:100%!important}

/* Mağaza zemin ve içerik genişliği */
body.woocommerce-shop .gocce-woocommerce-content,
body.tax-product_cat .gocce-woocommerce-content,
body.tax-product_tag .gocce-woocommerce-content{
  padding-top:24px!important;
  background:#f7f7f6!important;
}
body.woocommerce-shop .gocce-woocommerce-content>.gocce-container,
body.tax-product_cat .gocce-woocommerce-content>.gocce-container,
body.tax-product_tag .gocce-woocommerce-content>.gocce-container{
  width:min(1540px,calc(100% - 42px))!important;
  max-width:1540px!important;
}

/* Çalışan filtre ve sıralama çubuğu */
.gocce-v8-shop-toolbar{
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:20px!important;
  margin:0 0 36px!important;
  padding:14px 16px!important;
  border:1px solid rgba(24,18,14,.12)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.84)!important;
  box-shadow:0 8px 24px rgba(30,20,13,.045)!important;
}
.gocce-v8-filter-button{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:48px!important;
  padding:0 19px!important;
  border:1px solid #2a211c!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#1c1714!important;
  font-size:12px!important;
  font-weight:780!important;
  letter-spacing:.02em!important;
}
.gocce-v8-filter-button svg{
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.55!important;
  stroke-linecap:round!important;
}
.gocce-v8-filter-button:hover{background:#1c1714!important;color:#fff!important}
.gocce-v8-result-count{
  justify-self:start!important;
  color:#84766e!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.gocce-v8-ordering{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
.gocce-v8-ordering>span{
  color:#2a211c!important;
  font-size:12px!important;
  font-weight:650!important;
}
.gocce-v8-ordering .woocommerce-ordering{float:none!important;margin:0!important}
.gocce-v8-ordering .woocommerce-ordering select{
  min-width:190px!important;
  min-height:48px!important;
  padding:0 42px 0 16px!important;
  border:1px solid #2a211c!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#1c1714!important;
  font-size:12px!important;
  font-weight:760!important;
}

/* Filtre çekmecesi */
body.gocce-filter-open{overflow:hidden!important}
.gocce-v8-filter-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:20000!important;
  background:rgba(17,12,9,.48)!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:opacity .25s ease,visibility .25s ease!important;
}
.gocce-v8-filter-drawer{
  position:fixed!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  z-index:20001!important;
  width:min(390px,92vw)!important;
  padding:26px!important;
  overflow-y:auto!important;
  background:#fffdf9!important;
  box-shadow:24px 0 70px rgba(22,14,9,.22)!important;
  transform:translateX(-105%)!important;
  transition:transform .3s cubic-bezier(.2,.7,.2,1)!important;
}
body.gocce-filter-open .gocce-v8-filter-backdrop{opacity:1!important;visibility:visible!important}
body.gocce-filter-open .gocce-v8-filter-drawer{transform:translateX(0)!important}
.gocce-v8-filter-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding-bottom:20px!important;
  border-bottom:1px solid rgba(26,18,13,.12)!important;
}
.gocce-v8-filter-head small,
.gocce-v8-filter-head strong{display:block!important}
.gocce-v8-filter-head small{color:#a2764c!important;font-size:9px!important;font-weight:850!important;letter-spacing:.18em!important}
.gocce-v8-filter-head strong{margin-top:4px!important;font-family:Georgia,serif!important;font-size:30px!important;font-weight:500!important}
.gocce-v8-filter-head button{
  display:grid!important;
  width:40px!important;
  height:40px!important;
  place-items:center!important;
  border:1px solid rgba(26,18,13,.12)!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#1c1714!important;
  font-size:25px!important;
  line-height:1!important;
}
.gocce-v8-filter-group{padding:24px 0 6px!important;border-bottom:1px solid rgba(26,18,13,.10)!important}
.gocce-v8-filter-group>span{display:block!important;margin-bottom:10px!important;color:#81746c!important;font-size:9px!important;font-weight:850!important;letter-spacing:.16em!important;text-transform:uppercase!important}
.gocce-v8-filter-group a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:46px!important;
  color:#1c1714!important;
  font-size:13px!important;
  font-weight:720!important;
}
.gocce-v8-filter-group a b{font-weight:500!important;transition:transform .2s ease!important}
.gocce-v8-filter-group a:hover b{transform:translateX(5px)!important}
.gocce-v8-filter-reset{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:49px!important;
  margin-top:24px!important;
  border-radius:999px!important;
  background:#1d1713!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:820!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}

/* Ürün ızgarası: dört sütun, yetişkin ve ferah butik görünümü */
.gocce-v6-products-section ul.products,
.woocommerce ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:26px 22px!important;
  align-items:stretch!important;
  max-width:none!important;
  margin:0!important;
}
.gocce-v8-product-card,
.woocommerce ul.products li.product.gocce-v8-product-card{
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.gocce-v8-product-card::after{display:none!important}
.gocce-v8-product-card-inner{
  height:100%!important;
  padding:9px 9px 18px!important;
  border:1px solid rgba(34,24,18,.105)!important;
  border-radius:19px!important;
  background:#fff!important;
  box-shadow:0 9px 24px rgba(27,18,12,.045)!important;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease!important;
}
.gocce-v8-product-card:hover .gocce-v8-product-card-inner{
  transform:translateY(-5px)!important;
  border-color:rgba(86,56,38,.25)!important;
  box-shadow:0 20px 42px rgba(27,18,12,.11)!important;
}
.gocce-v8-product-link{
  display:flex!important;
  height:100%!important;
  flex-direction:column!important;
}
.gocce-v8-product-media{
  position:relative!important;
  overflow:hidden!important;
  aspect-ratio:4/5!important;
  border:1px solid rgba(34,24,18,.075)!important;
  border-radius:14px!important;
  background:
    radial-gradient(circle at 50% 32%,rgba(255,255,255,.98),rgba(248,246,242,.96) 58%,#eeeae4 100%)!important;
}
.gocce-v8-image-stage{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
}
.woocommerce ul.products li.product .gocce-v8-product-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:24px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  object-fit:contain!important;
  transition:opacity .45s ease,transform .65s cubic-bezier(.2,.7,.2,1)!important;
}
.gocce-v8-secondary-image{opacity:0!important}
.gocce-v8-product-card:hover .gocce-v8-primary-image{transform:scale(1.025)!important}
.gocce-v8-product-card:hover .gocce-v8-secondary-image{opacity:1!important;transform:scale(1.015)!important}
.gocce-v8-product-card:hover .gocce-v8-secondary-image~*{opacity:1!important}
.gocce-v8-rating{
  position:absolute!important;
  top:15px!important;
  right:15px!important;
  z-index:7!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:31px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.9)!important;
  color:#1c1714!important;
  font-size:11px!important;
  font-weight:760!important;
  box-shadow:0 6px 18px rgba(26,17,11,.08)!important;
  backdrop-filter:blur(8px)!important;
}
.gocce-v8-rating span{color:#e49a00!important;font-size:14px!important}
.gocce-v8-view-product{
  position:absolute!important;
  left:50%!important;
  bottom:18px!important;
  z-index:8!important;
  display:inline-flex!important;
  min-height:43px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 20px!important;
  border-radius:999px!important;
  background:#221914!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:840!important;
  letter-spacing:.07em!important;
  white-space:nowrap!important;
  opacity:0!important;
  transform:translate(-50%,10px)!important;
  transition:opacity .25s ease,transform .25s ease!important;
}
.gocce-v8-product-card:hover .gocce-v8-view-product{opacity:1!important;transform:translate(-50%,0)!important}
.gocce-v8-product-copy{
  display:flex!important;
  flex:1!important;
  flex-direction:column!important;
  align-items:center!important;
  padding:17px 9px 2px!important;
  text-align:center!important;
}
.gocce-v8-product-brand{
  display:block!important;
  margin-bottom:6px!important;
  color:#8f8178!important;
  font-size:9px!important;
  font-weight:650!important;
  letter-spacing:.18em!important;
}
.woocommerce ul.products li.product .gocce-v8-product-copy .woocommerce-loop-product__title{
  min-height:auto!important;
  margin:0!important;
  padding:0!important;
  color:#17120f!important;
  font-size:13px!important;
  font-weight:650!important;
  line-height:1.42!important;
  text-align:center!important;
}
.gocce-v8-product-price{
  margin-top:auto!important;
  padding-top:8px!important;
  color:#17120f!important;
  font-size:14px!important;
  font-weight:780!important;
}
.gocce-v8-product-price .price{margin:0!important;padding:0!important;color:inherit!important;font-size:inherit!important}
.gocce-v8-product-price del{
  margin-left:6px!important;
  color:#9e928a!important;
  font-size:12px!important;
  font-weight:500!important;
  text-decoration-color:#b52b32!important;
  text-decoration-thickness:1px!important;
}
.gocce-v8-product-price ins{color:#17120f!important;text-decoration:none!important}
.gocce-v8-product-card .button,
.gocce-v8-product-card .added_to_cart{display:none!important}

/* Yüzdeli indirim rozeti */
.woocommerce ul.products li.product .gocce-v8-product-media .onsale{
  top:15px!important;
  left:15px!important;
  right:auto!important;
  min-width:auto!important;
  min-height:32px!important;
  margin:0!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:999px!important;
  background:#d90000!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:820!important;
  line-height:32px!important;
  letter-spacing:0!important;
  text-transform:none!important;
  box-shadow:none!important;
}

@media(max-width:1180px){
  .gocce-v6-products-section ul.products,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .gocce-v6-category-grid{grid-template-columns:1fr!important}
  .gocce-v6-category-card{aspect-ratio:16/12!important}
  .gocce-v8-shop-toolbar{grid-template-columns:1fr auto!important}
  .gocce-v8-result-count{display:none!important}
  .gocce-v6-products-section ul.products,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .gocce-v6-category-section{padding-left:12px!important;padding-right:12px!important}
  .gocce-v6-category-section .gocce-v6-section-head h2{font-size:52px!important}
  .gocce-v6-category-section .gocce-v6-section-head p{font-size:12px!important}
  .gocce-v6-category-card{aspect-ratio:4/5!important}
  .gocce-v6-category-copy{left:24px!important;right:24px!important;bottom:24px!important}
  .gocce-v6-category-copy strong{font-size:25px!important}
  .gocce-v8-shop-toolbar{display:flex!important;flex-wrap:wrap!important;gap:10px!important;padding:11px!important}
  .gocce-v8-filter-button{min-height:44px!important;padding:0 14px!important}
  .gocce-v8-ordering{margin-left:auto!important}
  .gocce-v8-ordering>span{display:none!important}
  .gocce-v8-ordering .woocommerce-ordering select{min-width:145px!important;min-height:44px!important;padding-left:13px!important;font-size:10px!important}
  .gocce-v6-products-section ul.products,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  .gocce-v8-product-card-inner{padding:6px 6px 12px!important;border-radius:14px!important}
  .gocce-v8-product-media{border-radius:10px!important}
  .woocommerce ul.products li.product .gocce-v8-product-image{padding:10px!important}
  .gocce-v8-rating{top:9px!important;right:9px!important;min-height:25px!important;padding:0 7px!important;font-size:9px!important}
  .woocommerce ul.products li.product .gocce-v8-product-media .onsale{top:9px!important;left:9px!important;min-height:26px!important;padding:0 8px!important;font-size:8px!important;line-height:26px!important}
  .gocce-v8-view-product{display:none!important}
  .gocce-v8-product-copy{padding:12px 4px 1px!important}
  .gocce-v8-product-brand{font-size:7.5px!important}
  .woocommerce ul.products li.product .gocce-v8-product-copy .woocommerce-loop-product__title{font-size:10.5px!important}
  .gocce-v8-product-price{font-size:11.5px!important}
  .gocce-v8-product-price del{display:block!important;margin:2px 0 0!important;font-size:9.5px!important}
}
@media(max-width:390px){
  .gocce-v6-products-section ul.products,.woocommerce ul.products{grid-template-columns:1fr!important}
}

/* =========================================================
   GOCCE Sade Lüks v9 — fotoğraf gezintili ürün vitrini
   ========================================================= */

/* Eski v8 kart bileşenini bu sürümde kullanmıyoruz. */
.gocce-v9-product-card,
.woocommerce ul.products li.product.gocce-v9-product-card{
  float:none!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.gocce-v9-product-card-inner{
  height:100%!important;
  overflow:hidden!important;
  border:1px solid rgba(27,22,18,.10)!important;
  border-radius:20px!important;
  background:#fbfbfa!important;
  box-shadow:0 10px 32px rgba(30,22,16,.055)!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}
.gocce-v9-product-card:hover .gocce-v9-product-card-inner{
  transform:translateY(-4px)!important;
  border-color:rgba(79,54,38,.22)!important;
  box-shadow:0 22px 46px rgba(30,22,16,.115)!important;
}
.gocce-v9-product-link{
  display:flex!important;
  min-height:100%!important;
  flex-direction:column!important;
  color:inherit!important;
  text-decoration:none!important;
}

/* Geniş ürün görsel alanı — örnekteki ferah yatay vitrin oranı */
.gocce-v9-product-media{
  position:relative!important;
  aspect-ratio:1.22/1!important;
  overflow:hidden!important;
  border-bottom:1px solid rgba(27,22,18,.08)!important;
  background:
    radial-gradient(circle at 50% 38%,rgba(255,255,255,.99),rgba(248,248,247,.98) 58%,#f0f0ee 100%)!important;
  cursor:ew-resize!important;
  isolation:isolate!important;
}
.gocce-v9-image-stage{
  position:absolute!important;
  inset:0!important;
  display:block!important;
}
.woocommerce ul.products li.product .gocce-v9-product-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:24px 22px 30px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  object-fit:contain!important;
  object-position:center!important;
  opacity:0!important;
  transform:scale(.995)!important;
  transition:opacity .22s ease,transform .45s cubic-bezier(.2,.7,.2,1)!important;
  pointer-events:none!important;
}
.woocommerce ul.products li.product .gocce-v9-product-image.is-active{
  opacity:1!important;
  transform:scale(1)!important;
}
.gocce-v9-product-card:hover .gocce-v9-product-image.is-active{
  transform:scale(1.018)!important;
}

/* İndirim ve puan */
.woocommerce ul.products li.product .gocce-v9-product-media .onsale{
  position:absolute!important;
  top:16px!important;
  left:16px!important;
  right:auto!important;
  z-index:10!important;
  display:inline-flex!important;
  min-width:auto!important;
  min-height:35px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:999px!important;
  background:#df0808!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:820!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:none!important;
  box-shadow:0 8px 20px rgba(161,0,0,.18)!important;
}
.gocce-v9-rating{
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  z-index:10!important;
  display:inline-flex!important;
  min-height:34px!important;
  align-items:center!important;
  gap:5px!important;
  padding:0 11px!important;
  border:1px solid rgba(40,31,24,.09)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.91)!important;
  color:#201a16!important;
  font-size:11px!important;
  font-weight:740!important;
  box-shadow:0 7px 19px rgba(30,20,13,.075)!important;
  backdrop-filter:blur(8px)!important;
}
.gocce-v9-rating span{color:#ec9800!important;font-size:14px!important}

/* Fare sağa-sola hareket ettiğinde görselleri belirten noktalar */
.gocce-v9-gallery-dots{
  position:absolute!important;
  left:50%!important;
  bottom:13px!important;
  z-index:9!important;
  display:flex!important;
  min-height:22px!important;
  align-items:center!important;
  gap:8px!important;
  padding:0 10px!important;
  border:1px solid rgba(35,27,21,.07)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.90)!important;
  box-shadow:0 6px 17px rgba(28,19,13,.07)!important;
  transform:translateX(-50%)!important;
  backdrop-filter:blur(7px)!important;
}
.gocce-v9-gallery-dots i{
  display:block!important;
  width:5px!important;
  height:5px!important;
  border-radius:50%!important;
  background:#a99f98!important;
  transition:width .18s ease,background .18s ease,border-radius .18s ease!important;
}
.gocce-v9-gallery-dots i.is-active{
  width:17px!important;
  border-radius:99px!important;
  background:#211915!important;
}

.gocce-v9-view-product{
  position:absolute!important;
  left:50%!important;
  bottom:44px!important;
  z-index:11!important;
  display:inline-flex!important;
  min-height:43px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 20px!important;
  border-radius:999px!important;
  background:#201815!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.055em!important;
  white-space:nowrap!important;
  opacity:0!important;
  transform:translate(-50%,10px)!important;
  transition:opacity .22s ease,transform .22s ease!important;
  box-shadow:0 11px 24px rgba(27,18,13,.19)!important;
}
.gocce-v9-product-card:hover .gocce-v9-view-product{
  opacity:1!important;
  transform:translate(-50%,0)!important;
}

/* Ürün adı ve fiyat */
.gocce-v9-product-copy{
  display:flex!important;
  min-height:118px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:21px 16px 14px!important;
  text-align:center!important;
}
.gocce-v9-product-brand{
  display:block!important;
  margin:0 0 7px!important;
  color:#85786f!important;
  font-size:9px!important;
  font-weight:650!important;
  letter-spacing:.20em!important;
}
.woocommerce ul.products li.product .gocce-v9-product-copy .woocommerce-loop-product__title{
  min-height:39px!important;
  margin:0!important;
  padding:0!important;
  color:#171310!important;
  font-size:13.5px!important;
  font-weight:660!important;
  line-height:1.42!important;
  text-align:center!important;
}
.gocce-v9-product-price,
.gocce-v9-product-price .price{
  display:inline-flex!important;
  flex-wrap:wrap!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:7px!important;
  margin:0!important;
  padding:6px 0 0!important;
  color:#171310!important;
  font-size:15px!important;
  font-weight:790!important;
  line-height:1.25!important;
}
.gocce-v9-product-price ins{
  order:1!important;
  color:#171310!important;
  text-decoration:none!important;
}
.gocce-v9-product-price del{
  order:2!important;
  margin:0!important;
  color:#9b918a!important;
  font-size:12px!important;
  font-weight:500!important;
  text-decoration-color:#e13838!important;
  text-decoration-thickness:1.3px!important;
}
.gocce-v9-product-price>.woocommerce-Price-amount{
  order:1!important;
}

/* Gerçek WooCommerce ölçülerini ürünün hemen altında gösterir */
.gocce-v9-product-specs{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(92px,1fr))!important;
  margin:auto 12px 12px!important;
  overflow:hidden!important;
  border:1px solid rgba(35,28,23,.09)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.76)!important;
}
.gocce-v9-spec{
  display:flex!important;
  min-width:0!important;
  min-height:70px!important;
  align-items:center!important;
  gap:9px!important;
  padding:11px 10px!important;
  border-right:1px solid rgba(35,28,23,.08)!important;
}
.gocce-v9-spec:last-child{border-right:0!important}
.gocce-v9-spec-icon{
  display:grid!important;
  width:25px!important;
  height:25px!important;
  flex:0 0 25px!important;
  place-items:center!important;
  color:#2a231e!important;
}
.gocce-v9-spec-icon svg{
  width:22px!important;
  height:22px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.45!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.gocce-v9-spec-copy{
  display:block!important;
  min-width:0!important;
  text-align:left!important;
}
.gocce-v9-spec-copy strong,
.gocce-v9-spec-copy small{display:block!important}
.gocce-v9-spec-copy strong{
  overflow:hidden!important;
  color:#24201c!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1.25!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.gocce-v9-spec-copy small{
  margin-top:3px!important;
  overflow:hidden!important;
  color:#887d75!important;
  font-size:9px!important;
  font-weight:520!important;
  line-height:1.2!important;
  text-overflow:ellipsis!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.gocce-v9-product-card .button,
.gocce-v9-product-card .added_to_cart{display:none!important}

@media(max-width:1180px){
  .gocce-v9-product-specs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .gocce-v9-spec:nth-child(2n){border-right:0!important}
  .gocce-v9-spec:nth-child(n+3){border-top:1px solid rgba(35,28,23,.08)!important}
}
@media(max-width:900px){
  .gocce-v9-product-media{aspect-ratio:1.08/1!important}
}
@media(max-width:620px){
  .gocce-v9-product-card-inner{border-radius:15px!important}
  .gocce-v9-product-media{aspect-ratio:1/1.05!important}
  .woocommerce ul.products li.product .gocce-v9-product-image{padding:15px 10px 24px!important}
  .woocommerce ul.products li.product .gocce-v9-product-media .onsale{
    top:9px!important;left:9px!important;min-height:27px!important;padding:0 9px!important;font-size:8px!important
  }
  .gocce-v9-rating{top:9px!important;right:9px!important;min-height:27px!important;padding:0 8px!important;font-size:8.5px!important}
  .gocce-v9-view-product{display:none!important}
  .gocce-v9-gallery-dots{bottom:8px!important;gap:5px!important;padding:0 7px!important}
  .gocce-v9-product-copy{min-height:104px!important;padding:14px 8px 10px!important}
  .gocce-v9-product-brand{font-size:7px!important}
  .woocommerce ul.products li.product .gocce-v9-product-copy .woocommerce-loop-product__title{min-height:32px!important;font-size:10.5px!important}
  .gocce-v9-product-price,.gocce-v9-product-price .price{font-size:11.5px!important;gap:4px!important}
  .gocce-v9-product-price del{font-size:9px!important}
  .gocce-v9-product-specs{grid-template-columns:1fr!important;margin:0 7px 7px!important}
  .gocce-v9-spec{min-height:52px!important;padding:8px!important;border-right:0!important;border-top:1px solid rgba(35,28,23,.08)!important}
  .gocce-v9-spec:first-child{border-top:0!important}
  .gocce-v9-spec-icon{width:22px!important;height:22px!important;flex-basis:22px!important}
  .gocce-v9-spec-icon svg{width:19px!important;height:19px!important}
  .gocce-v9-spec-copy strong{font-size:9px!important}
  .gocce-v9-spec-copy small{font-size:8px!important}
}

/* =========================================================
   GOCCE Sade Lüks v10 — referansla aynı ferah ürün vitrini
   ve ortalanmış minimal üst menü
   ========================================================= */

/* ÜST MENÜ: solda hamburger, ortada logo, sağda arama/hesap/sepet */
.gocce-v10-header{
  position:sticky!important;
  top:0!important;
  z-index:10000!important;
  min-height:76px!important;
  border-bottom:1px solid #e3e3e3!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:none!important;
  backdrop-filter:blur(14px)!important;
}
.gocce-v10-header-inner{
  width:100%!important;
  max-width:none!important;
  height:76px!important;
  padding:0 40px!important;
  grid-template-columns:1fr auto 1fr!important;
}
.gocce-v10-header-left{justify-self:start!important}
.gocce-v10-header-actions{justify-self:end!important;gap:7px!important}
.gocce-v10-header .gocce-v6-icon-button{
  width:43px!important;
  height:43px!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#111!important;
}
.gocce-v10-header .gocce-v6-icon-button:hover{
  background:#f3f3f3!important;
  opacity:1!important;
  transform:none!important;
}
.gocce-v10-header .gocce-v6-icon-button svg{
  width:25px!important;
  height:25px!important;
  stroke-width:1.45!important;
}
.gocce-v10-brand{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
}
.gocce-v10-brand img,
.gocce-v10-brand .custom-logo{
  width:45px!important;
  height:45px!important;
  max-width:45px!important;
  max-height:45px!important;
  object-fit:contain!important;
}
.gocce-v10-header .gocce-cart-count{
  top:1px!important;
  right:-1px!important;
  min-width:16px!important;
  height:16px!important;
  border:2px solid #fff!important;
  background:#111!important;
  color:#fff!important;
  font-size:8px!important;
}

/* MAĞAZA/KATEGORİ: referanstaki gibi kahraman alanı yok, direkt filtre ve ürünler */
body.woocommerce-shop .gocce-shop-hero,
body.tax-product_cat .gocce-shop-hero,
body.tax-product_tag .gocce-shop-hero{
  display:none!important;
}
body.woocommerce-shop .gocce-woocommerce-content,
body.tax-product_cat .gocce-woocommerce-content,
body.tax-product_tag .gocce-woocommerce-content{
  padding:0 0 78px!important;
  background:#f5f5f5!important;
}
body.woocommerce-shop .gocce-woocommerce-content>.gocce-container,
body.tax-product_cat .gocce-woocommerce-content>.gocce-container,
body.tax-product_tag .gocce-woocommerce-content>.gocce-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 28px!important;
}

/* Filtre/sıralama çubuğu */
.gocce-v8-shop-toolbar{
  position:sticky!important;
  top:76px!important;
  z-index:800!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  min-height:112px!important;
  align-items:center!important;
  gap:24px!important;
  margin:0 -28px 0!important;
  padding:20px 50px!important;
  border:0!important;
  border-bottom:1px solid #dddddd!important;
  border-radius:0 0 22px 22px!important;
  background:rgba(250,250,250,.97)!important;
  box-shadow:none!important;
  backdrop-filter:blur(12px)!important;
}
.gocce-v8-result-count{display:none!important}
.gocce-v8-filter-button{
  justify-self:start!important;
  min-height:58px!important;
  padding:0 27px!important;
  border:2px solid #1473e6!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#1473e6!important;
  font-size:14px!important;
  font-weight:750!important;
}
.gocce-v8-filter-button:hover{
  background:#1473e6!important;
  color:#fff!important;
}
.gocce-v8-filter-button svg{
  width:21px!important;
  height:21px!important;
  stroke-width:1.7!important;
}
.gocce-v8-ordering{
  justify-self:end!important;
  gap:18px!important;
}
.gocce-v8-ordering>span{
  color:#141414!important;
  font-size:16px!important;
  font-weight:500!important;
}
.gocce-v8-ordering .woocommerce-ordering select{
  min-width:200px!important;
  min-height:58px!important;
  padding:0 50px 0 22px!important;
  border:2px solid #1473e6!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#1473e6!important;
  font-size:14px!important;
  font-weight:750!important;
}

/* 4 eşit sütun: dış kart/çerçeve yok, ferah vitrin */
body.woocommerce-shop .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products,
body.tax-product_tag .woocommerce ul.products,
.gocce-v6-products-section ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0 24px!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  align-items:start!important;
}
.gocce-v10-product-card,
.woocommerce ul.products li.product.gocce-v10-product-card{
  float:none!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.gocce-v10-product-card-inner{
  height:100%!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.gocce-v10-product-link{
  display:flex!important;
  min-height:100%!important;
  flex-direction:column!important;
  color:#111!important;
  text-decoration:none!important;
}

/* Büyük ürün fotoğraf alanı */
.gocce-v10-product-media{
  position:relative!important;
  height:570px!important;
  min-height:570px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#f5f5f5!important;
  cursor:ew-resize!important;
  isolation:isolate!important;
}
.gocce-v10-image-stage{
  position:absolute!important;
  inset:0!important;
  display:block!important;
}
.woocommerce ul.products li.product .gocce-v10-product-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:105px 24px 74px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  object-fit:contain!important;
  object-position:center!important;
  opacity:0!important;
  transform:scale(.995)!important;
  transition:opacity .20s ease,transform .35s ease!important;
  pointer-events:none!important;
}
.woocommerce ul.products li.product .gocce-v10-product-image.is-active{
  opacity:1!important;
  transform:scale(1)!important;
}
.woocommerce ul.products li.product .gocce-v10-product-image.is-gocce-portrait-fallback{
  padding:36px 18px 74px!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.gocce-v10-product-card:hover .gocce-v10-product-image.is-active{
  transform:scale(1.012)!important;
}

/* Referanstaki kırmızı indirim ve gerçek puan */
.woocommerce ul.products li.product .gocce-v10-product-media .onsale{
  position:absolute!important;
  top:40px!important;
  left:22px!important;
  right:auto!important;
  z-index:12!important;
  display:inline-flex!important;
  min-width:auto!important;
  min-height:43px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:999px!important;
  background:#e60000!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:760!important;
  line-height:1!important;
  text-transform:none!important;
  box-shadow:none!important;
}
.gocce-v10-rating{
  position:absolute!important;
  top:43px!important;
  right:24px!important;
  z-index:12!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#151515!important;
  font-size:14px!important;
  font-weight:500!important;
}
.gocce-v10-rating span{
  color:#f3a000!important;
  font-size:18px!important;
}

/* Sağa-sola fare hareketiyle galeri; noktalar ve görüntüle butonu */
.gocce-v10-gallery-dots{
  position:absolute!important;
  left:50%!important;
  bottom:20px!important;
  z-index:13!important;
  display:flex!important;
  min-height:27px!important;
  align-items:center!important;
  gap:11px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(0,0,0,.08)!important;
  transform:translateX(-50%)!important;
  opacity:0!important;
  transition:opacity .18s ease!important;
}
.gocce-v10-product-card:hover .gocce-v10-gallery-dots{opacity:1!important}
.gocce-v10-gallery-dots i{
  display:block!important;
  width:6px!important;
  height:6px!important;
  border-radius:50%!important;
  background:#181818!important;
  opacity:.35!important;
}
.gocce-v10-gallery-dots i.is-active{opacity:1!important}
.gocce-v10-view-product{
  position:absolute!important;
  left:50%!important;
  bottom:54px!important;
  z-index:14!important;
  display:inline-flex!important;
  min-width:190px!important;
  min-height:48px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 25px!important;
  border-radius:999px!important;
  background:#1473e6!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  opacity:0!important;
  transform:translate(-50%,10px)!important;
  transition:opacity .18s ease,transform .18s ease!important;
}
.gocce-v10-product-card:hover .gocce-v10-view-product{
  opacity:1!important;
  transform:translate(-50%,0)!important;
}

/* Ürün adı ve fiyat fotoğrafın hemen altında */
.gocce-v10-product-copy{
  display:flex!important;
  min-height:118px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:20px 12px 13px!important;
  text-align:center!important;
}
.gocce-v10-product-brand{
  display:block!important;
  margin:0 0 9px!important;
  color:#777!important;
  font-size:11px!important;
  font-weight:500!important;
  letter-spacing:.18em!important;
}
.woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title{
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  color:#111!important;
  font-size:15px!important;
  font-weight:540!important;
  line-height:1.35!important;
  text-align:center!important;
}
.gocce-v10-product-price,
.gocce-v10-product-price .price{
  display:inline-flex!important;
  flex-wrap:wrap!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:8px!important;
  margin:0!important;
  padding:5px 0 0!important;
  color:#111!important;
  font-size:16px!important;
  font-weight:580!important;
  line-height:1.25!important;
}
.gocce-v10-product-price ins{
  order:1!important;
  color:#111!important;
  text-decoration:none!important;
}
.gocce-v10-product-price del{
  order:2!important;
  margin:0!important;
  color:#929292!important;
  font-size:13px!important;
  font-weight:430!important;
  text-decoration-color:#ef3636!important;
  text-decoration-thickness:1.35px!important;
}
.gocce-v10-product-price>.woocommerce-Price-amount{order:1!important}

/* Ölçüler fiyatın hemen altında, ince kutu halinde */
.gocce-v10-product-specs{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(112px,1fr))!important;
  margin:0 10px 34px!important;
  overflow:hidden!important;
  border:1px solid #dedede!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.48)!important;
}
.gocce-v10-spec{
  display:flex!important;
  min-width:0!important;
  min-height:76px!important;
  align-items:center!important;
  gap:10px!important;
  padding:12px 14px!important;
  border-right:1px solid #e4e4e4!important;
}
.gocce-v10-spec:last-child{border-right:0!important}
.gocce-v10-spec-icon{
  display:grid!important;
  width:26px!important;
  height:26px!important;
  flex:0 0 26px!important;
  place-items:center!important;
  color:#1e1e1e!important;
}
.gocce-v10-spec-icon svg{
  width:22px!important;
  height:22px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.4!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.gocce-v10-spec-copy{
  display:block!important;
  min-width:0!important;
  text-align:left!important;
}
.gocce-v10-spec-copy strong,
.gocce-v10-spec-copy small{display:block!important}
.gocce-v10-spec-copy strong{
  color:#151515!important;
  font-size:12px!important;
  font-weight:620!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
.gocce-v10-spec-copy small{
  margin-top:4px!important;
  color:#777!important;
  font-size:10px!important;
  font-weight:450!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.gocce-v10-product-card .button,
.gocce-v10-product-card .added_to_cart{display:none!important}

/* Ana sayfadaki ürünler de aynı tasarım dilinde */
.gocce-v6-products-section{
  padding-left:28px!important;
  padding-right:28px!important;
  background:#f5f5f5!important;
}

@media(max-width:1450px){
  .gocce-v10-product-media{height:500px!important;min-height:500px!important}
  .woocommerce ul.products li.product .gocce-v10-product-image{padding:92px 20px 68px!important}
}
@media(max-width:1180px){
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products,
  .gocce-v6-products-section ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .gocce-v10-product-media{height:480px!important;min-height:480px!important}
}
@media(max-width:900px){
  .gocce-v10-header-inner{padding:0 18px!important}
  .gocce-v10-header .gocce-v6-icon-button{width:40px!important;height:40px!important}
  .gocce-v10-brand img,.gocce-v10-brand .custom-logo{width:40px!important;height:40px!important}
  .gocce-v8-shop-toolbar{
    top:76px!important;
    min-height:86px!important;
    margin:0 -16px!important;
    padding:13px 18px!important;
  }
  body.woocommerce-shop .gocce-woocommerce-content>.gocce-container,
  body.tax-product_cat .gocce-woocommerce-content>.gocce-container,
  body.tax-product_tag .gocce-woocommerce-content>.gocce-container{padding:0 16px!important}
  .gocce-v8-ordering>span{display:none!important}
  .gocce-v8-filter-button{min-height:48px!important;padding:0 17px!important;font-size:12px!important}
  .gocce-v8-ordering .woocommerce-ordering select{min-width:150px!important;min-height:48px!important;font-size:11px!important}
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products,
  .gocce-v6-products-section ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0 12px!important;
  }
  .gocce-v10-product-media{height:440px!important;min-height:440px!important}
  .woocommerce ul.products li.product .gocce-v10-product-image{padding:78px 14px 60px!important}
  .gocce-v10-product-specs{grid-template-columns:1fr!important}
  .gocce-v10-spec{border-right:0!important;border-top:1px solid #e4e4e4!important}
  .gocce-v10-spec:first-child{border-top:0!important}
}
@media(max-width:620px){
  .gocce-v10-header{min-height:66px!important}
  .gocce-v10-header-inner{height:66px!important;padding:0 10px!important}
  .gocce-v10-header-actions{gap:0!important}
  .gocce-v10-header .gocce-v6-icon-button{width:36px!important;height:36px!important}
  .gocce-v10-header .gocce-v6-icon-button svg{width:21px!important;height:21px!important}
  .gocce-v10-brand img,.gocce-v10-brand .custom-logo{width:36px!important;height:36px!important}
  .gocce-v8-shop-toolbar{top:66px!important;min-height:74px!important;margin:0 -10px!important;padding:10px!important;border-radius:0 0 14px 14px!important}
  body.woocommerce-shop .gocce-woocommerce-content>.gocce-container,
  body.tax-product_cat .gocce-woocommerce-content>.gocce-container,
  body.tax-product_tag .gocce-woocommerce-content>.gocce-container{padding:0 10px!important}
  .gocce-v8-filter-button{min-height:42px!important;padding:0 12px!important;font-size:10px!important}
  .gocce-v8-filter-button svg{width:17px!important;height:17px!important}
  .gocce-v8-ordering .woocommerce-ordering select{min-width:120px!important;min-height:42px!important;padding-left:12px!important;font-size:9px!important}
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products,
  .gocce-v6-products-section ul.products{gap:0 8px!important}
  .gocce-v10-product-media{height:330px!important;min-height:330px!important}
  .woocommerce ul.products li.product .gocce-v10-product-image{padding:65px 7px 48px!important}
  .woocommerce ul.products li.product .gocce-v10-product-media .onsale{top:18px!important;left:7px!important;min-height:30px!important;padding:0 9px!important;font-size:9px!important}
  .gocce-v10-rating{top:21px!important;right:7px!important;font-size:9px!important}
  .gocce-v10-rating span{font-size:12px!important}
  .gocce-v10-view-product{display:none!important}
  .gocce-v10-gallery-dots{bottom:10px!important;gap:6px!important;padding:0 8px!important}
  .gocce-v10-product-copy{min-height:102px!important;padding:14px 5px 8px!important}
  .gocce-v10-product-brand{font-size:7px!important;margin-bottom:6px!important}
  .woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title{min-height:38px!important;font-size:10.5px!important}
  .gocce-v10-product-price,.gocce-v10-product-price .price{font-size:11.5px!important;gap:4px!important}
  .gocce-v10-product-price del{font-size:8.5px!important}
  .gocce-v10-product-specs{margin:0 2px 18px!important;border-radius:9px!important}
  .gocce-v10-spec{min-height:50px!important;padding:7px!important;gap:6px!important}
  .gocce-v10-spec-icon{width:19px!important;height:19px!important;flex-basis:19px!important}
  .gocce-v10-spec-icon svg{width:17px!important;height:17px!important}
  .gocce-v10-spec-copy strong{font-size:8.5px!important}
  .gocce-v10-spec-copy small{font-size:7.5px!important}
}


/* GOCCE v11 — Merkez logo tıklanabilir ve header iki sade ikonlu kalır. */
.gocce-v10-brand,
.gocce-drawer-brand {
  position:relative !important;
  z-index:40 !important;
  pointer-events:auto !important;
  cursor:pointer !important;
}

.gocce-v10-brand *,
.gocce-drawer-brand * {
  pointer-events:none !important;
}

.gocce-v10-header-actions {
  min-width:86px;
}

@media (max-width:700px) {
  .gocce-v10-header-actions {
    min-width:72px;
  }
}


/* =========================================================
   GOCCE SADE LÜKS v12 — Premium ve eşit ürün kartları
   ========================================================= */

/* Bütün ürünler aynı yüksekliğe ve aynı yerleşime sahip olur. */
body.woocommerce-shop .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products,
body.tax-product_tag .woocommerce ul.products,
.gocce-v6-products-section ul.products {
  align-items:stretch !important;
  gap:28px 22px !important;
}

.woocommerce ul.products li.product.gocce-v10-product-card {
  display:flex !important;
  min-height:100% !important;
}

.gocce-v10-product-card-inner {
  display:flex !important;
  width:100% !important;
  min-height:100% !important;
  overflow:hidden !important;
  padding:10px 10px 14px !important;
  border:0 !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.88) !important;
  box-shadow:
    0 12px 34px rgba(43,29,20,.075),
    0 2px 8px rgba(43,29,20,.035) !important;
  transition:
    transform .25s ease,
    box-shadow .25s ease !important;
}

.gocce-v10-product-card:hover .gocce-v10-product-card-inner {
  transform:translateY(-5px) !important;
  box-shadow:
    0 22px 48px rgba(43,29,20,.12),
    0 3px 10px rgba(43,29,20,.045) !important;
}

.gocce-v10-product-link {
  display:grid !important;
  width:100% !important;
  min-height:100% !important;
  grid-template-rows:auto auto auto !important;
}

/* Sert gri çerçeve kaldırıldı; yerine yumuşak, sıcak görsel alanı geldi. */
.gocce-v10-product-media {
  width:100% !important;
  height:clamp(390px,31vw,550px) !important;
  min-height:390px !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:17px !important;
  background:
    radial-gradient(circle at 50% 36%,rgba(255,255,255,.98),rgba(250,247,242,.92) 62%,rgba(241,235,226,.82) 100%) !important;
  box-shadow:inset 0 0 0 1px rgba(77,54,39,.045) !important;
}

/* Görseller yaklaşık %25–30 daha büyük görünür. */
.woocommerce ul.products li.product .gocce-v10-product-image {
  padding:38px 8px 38px !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:scale(1.07) !important;
}

.woocommerce ul.products li.product .gocce-v10-product-image.is-active {
  transform:scale(1.07) !important;
}

.gocce-v10-product-card:hover .gocce-v10-product-image.is-active {
  transform:scale(1.11) !important;
}

/* Ürün adı ve fiyat için gereksiz boşluklar azaltıldı. */
.gocce-v10-product-copy {
  min-height:118px !important;
  padding:17px 8px 10px !important;
}

.gocce-v10-product-brand {
  margin-bottom:7px !important;
}

.woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title {
  display:-webkit-box !important;
  min-height:42px !important;
  max-height:42px !important;
  overflow:hidden !important;
  font-size:15px !important;
  line-height:1.4 !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
}

/* İndirimli fiyat belirgin, eski fiyat kırmızı çizgili. */
.gocce-v10-product-price,
.gocce-v10-product-price .price {
  min-height:27px !important;
  padding-top:6px !important;
  color:#18120f !important;
  font-size:17px !important;
  font-weight:760 !important;
}

.gocce-v10-product-price ins {
  color:#18120f !important;
  font-weight:800 !important;
  text-decoration:none !important;
}

.gocce-v10-product-price del {
  position:relative !important;
  color:#9c918b !important;
  font-size:12.5px !important;
  font-weight:500 !important;
  text-decoration:none !important;
  opacity:1 !important;
}

.gocce-v10-product-price del::after {
  content:"" !important;
  position:absolute !important;
  left:-2px !important;
  right:-2px !important;
  top:50% !important;
  height:1.5px !important;
  border-radius:99px !important;
  background:#e0423a !important;
  transform:rotate(-8deg) !important;
}

/* Ölçü kutuları her üründe görünür, aynı hizada ve aynı yükseklikte kalır. */
.gocce-v10-product-specs {
  display:grid !important;
  width:calc(100% - 12px) !important;
  min-height:70px !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  align-self:end !important;
  margin:0 6px 0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:14px !important;
  background:
    linear-gradient(180deg,rgba(249,247,243,.96),rgba(244,240,234,.94)) !important;
  box-shadow:inset 0 0 0 1px rgba(65,45,31,.075) !important;
}

.gocce-v10-spec {
  min-height:70px !important;
  gap:8px !important;
  padding:10px 9px !important;
  border-right:1px solid rgba(65,45,31,.08) !important;
  border-top:0 !important;
}

.gocce-v10-spec:last-child {
  border-right:0 !important;
}

.gocce-v10-spec-icon {
  width:22px !important;
  height:22px !important;
  flex-basis:22px !important;
}

.gocce-v10-spec-icon svg {
  width:19px !important;
  height:19px !important;
}

.gocce-v10-spec-copy strong {
  overflow:hidden !important;
  color:#211914 !important;
  font-size:10.5px !important;
  font-weight:700 !important;
  text-overflow:ellipsis !important;
}

.gocce-v10-spec-copy small {
  margin-top:3px !important;
  color:#776b63 !important;
  font-size:9px !important;
  font-weight:560 !important;
  text-transform:uppercase !important;
}

/* İndirim rozeti daha temiz ve görünür. */
.woocommerce ul.products li.product .gocce-v10-product-media .onsale {
  top:18px !important;
  left:16px !important;
  min-height:36px !important;
  padding:0 14px !important;
  background:#c90012 !important;
  font-size:12px !important;
  font-weight:800 !important;
  box-shadow:0 8px 20px rgba(170,0,18,.18) !important;
}

.gocce-v10-rating {
  top:22px !important;
  right:18px !important;
}

/* Büyük masaüstünde ürün görseli gereksiz boşluk bırakmaz. */
@media (min-width:1451px) {
  .gocce-v10-product-media {
    height:540px !important;
    min-height:540px !important;
  }

  .woocommerce ul.products li.product .gocce-v10-product-image {
    padding:40px 8px 42px !important;
  }
}

/* Tablet */
@media (max-width:1180px) {
  .gocce-v10-product-media {
    height:470px !important;
    min-height:470px !important;
  }

  .woocommerce ul.products li.product .gocce-v10-product-image {
    padding:34px 7px 36px !important;
  }
}

/* Telefon: ürün yine küçük kalmaz; kart ve ölçüler düzenli görünür. */
@media (max-width:760px) {
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products,
  .gocce-v6-products-section ul.products {
    gap:16px 9px !important;
  }

  .gocce-v10-product-card-inner {
    padding:6px 6px 10px !important;
    border-radius:16px !important;
  }

  .gocce-v10-product-media {
    height:clamp(300px,72vw,420px) !important;
    min-height:300px !important;
    border-radius:13px !important;
  }

  .woocommerce ul.products li.product .gocce-v10-product-image {
    padding:22px 2px 28px !important;
    transform:scale(1.08) !important;
  }

  .woocommerce ul.products li.product .gocce-v10-product-image.is-active {
    transform:scale(1.08) !important;
  }

  .gocce-v10-product-copy {
    min-height:100px !important;
    padding:12px 4px 8px !important;
  }

  .woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title {
    min-height:36px !important;
    max-height:36px !important;
    font-size:11px !important;
    line-height:1.35 !important;
  }

  .gocce-v10-product-price,
  .gocce-v10-product-price .price {
    font-size:12px !important;
  }

  .gocce-v10-product-specs {
    min-height:58px !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    margin:0 2px !important;
    border-radius:10px !important;
  }

  .gocce-v10-spec {
    min-height:58px !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:3px !important;
    padding:6px 3px !important;
    text-align:center !important;
  }

  .gocce-v10-spec-copy {
    text-align:center !important;
  }

  .gocce-v10-spec-copy strong {
    font-size:7.5px !important;
  }

  .gocce-v10-spec-copy small {
    font-size:7px !important;
  }
}

/* Çok dar telefonda tek sütun olduğunda ürün görseli gerçekten büyük kalır. */
@media (max-width:420px) {
  body.woocommerce-shop .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products,
  .gocce-v6-products-section ul.products {
    grid-template-columns:1fr !important;
  }

  .gocce-v10-product-media {
    height:430px !important;
    min-height:430px !important;
  }

  .woocommerce ul.products li.product .gocce-v10-product-image {
    padding:28px 6px 32px !important;
  }

  .gocce-v10-product-brand {
    font-size:9px !important;
  }

  .woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title {
    min-height:40px !important;
    max-height:40px !important;
    font-size:13px !important;
  }

  .gocce-v10-product-price,
  .gocce-v10-product-price .price {
    font-size:14px !important;
  }

  .gocce-v10-spec-copy strong {
    font-size:9px !important;
  }

  .gocce-v10-spec-copy small {
    font-size:8px !important;
  }
}


/* =========================================================
   GOCCE SADE LÜKS v13 — Tam beyaz ürün arka planı / dış çerçevesiz
   ========================================================= */

/* Kartın dış gövdesindeki bej ton ve çerçeve kaldırıldı. */
.woocommerce ul.products li.product.gocce-v10-product-card,
.gocce-v10-product-card {
  background: transparent !important;
  box-shadow: none !important;
}

.gocce-v10-product-card-inner {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.gocce-v10-product-card:hover .gocce-v10-product-card-inner {
  transform: none !important;
  box-shadow: none !important;
}

/* Ürünün hemen arkası artık direkt bembeyaz. */
.gocce-v10-product-media {
  background: #ffffff !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Görsel alanı daha temiz ve dış çeper hissi olmadan dursun. */
.woocommerce ul.products li.product .gocce-v10-product-image,
.woocommerce ul.products li.product .gocce-v10-product-image.is-active {
  background: transparent !important;
}

/* İçerik kısmı da beyaz ve sade. */
.gocce-v10-product-copy {
  padding: 16px 4px 10px !important;
  background: transparent !important;
}

/* Alt ölçü kutuları premium ama sert çerçevesiz kalsın. */
.gocce-v10-product-specs {
  background: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(65,45,31,.06) !important;
}

/* Mobilde de bej ton oluşmasın. */
@media (max-width: 760px) {
  .gocce-v10-product-card-inner,
  .gocce-v10-product-media {
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }
}


/* =========================================================
   GOCCE SADE LÜKS v14 — İmleç düzeltmesi + daha şık ürün CTA
   ========================================================= */

/* Ürün üstüne gelince yanlış yatay sürükleme imleci görünmesin */
.gocce-v9-product-media,
.gocce-v10-product-media,
.gocce-v9-image-stage,
.gocce-v10-image-stage,
.woocommerce ul.products li.product .gocce-v9-product-image,
.woocommerce ul.products li.product .gocce-v10-product-image,
.gocce-v10-product-link,
.gocce-v10-view-product {
  cursor: pointer !important;
}

/* Ürünü görüntüle alanı daha zarif ve premium olsun */
.gocce-v10-view-product {
  min-width: 208px !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(43,31,22,.14) !important;
  background: rgba(255,255,255,.96) !important;
  color: #1f1915 !important;
  box-shadow: 0 14px 28px rgba(33,24,18,.14) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  gap: 10px !important;
}

.gocce-v10-view-product::after {
  content: "→";
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  transition: transform .18s ease;
}

.gocce-v10-product-card:hover .gocce-v10-view-product {
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}

.gocce-v10-product-card:hover .gocce-v10-view-product::after {
  transform: translateX(3px);
}


/* =========================================================
   GOCCE SADE LÜKS v15 — Ana sayfa ürün düzeltmesi + ayrı yeni gelenler
   ========================================================= */

/* Ana sayfadaki ürünler temiz vitrin gibi dursun, buglı yan foto/CTA çıkmasın */
.home .gocce-v10-product-media.is-home-preview {
  overflow: hidden !important;
}

.home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1.06) !important;
}

.home .gocce-v10-product-card:hover .gocce-v10-product-image.is-active,
.home .gocce-v10-product-card:hover .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
  transform: scale(1.08) !important;
}

.home .gocce-v10-product-media.is-home-preview .gocce-v10-gallery-dots,
.home .gocce-v10-product-media.is-home-preview .gocce-v10-view-product {
  display: none !important;
}

/* Ana sayfadaki ayrı yeni gelenler bölümleri arasında net ayrım olsun */
.gocce-home-split-section {
  margin-top: 34px !important;
}

.gocce-home-split-section + .gocce-home-split-section {
  margin-top: 52px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(67, 49, 36, .08) !important;
}

.home .gocce-home-split-section .gocce-v6-section-head h2 {
  letter-spacing: -.02em;
}


/* =========================================================
   GOCCE SADE LÜKS v16 — Ürün görselleri aynı üst hizada dursun
   ========================================================= */

/* Tüm ürün görselleri kutu içinde aynı üst mesafeden başlasın. */
.woocommerce ul.products li.product .gocce-v10-product-image,
.woocommerce ul.products li.product .gocce-v10-product-image.is-active {
  object-position: center top !important;
}

/* Özellikle ana sayfadaki kartlarda üst hizalama daha net olsun. */
.home .gocce-v10-product-media,
.home .gocce-v10-image-stage {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.home .woocommerce ul.products li.product .gocce-v10-product-image,
.home .woocommerce ul.products li.product .gocce-v10-product-image.is-active {
  object-position: center top !important;
  padding-top: 78px !important;
  padding-bottom: 42px !important;
}

/* Hover olduğunda da farklı bir sıçrama yapmasın, hizası bozulmasın. */
.home .gocce-v10-product-card:hover .gocce-v10-product-image.is-active,
.home .gocce-v10-product-card:hover .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
  transform: scale(1.06) !important;
}

@media (max-width: 980px) {
  .home .woocommerce ul.products li.product .gocce-v10-product-image,
  .home .woocommerce ul.products li.product .gocce-v10-product-image.is-active {
    padding-top: 54px !important;
    padding-bottom: 28px !important;
  }
}


/* =========================================================
   GOCCE SADE LÜKS v17 — Ana sayfa ürün görselleri alt bazda hizalama
   ========================================================= */

/* Sorun: bazı ürünler kutu içinde yukarıda kalıyordu.
   Çözüm: ana sayfadaki ürün görsellerini alt bazdan hizala. */
.home .gocce-v10-product-media,
.home .gocce-v10-image-stage {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
}

.home .woocommerce ul.products li.product .gocce-v10-product-image,
.home .woocommerce ul.products li.product .gocce-v10-product-image.is-active {
  object-position: center bottom !important;
  padding-top: 34px !important;
  padding-bottom: 0 !important;
}

/* Hover sırasında da aynı alt hizada kalsın. */
.home .gocce-v10-product-card:hover .gocce-v10-product-image.is-active,
.home .gocce-v10-product-card:hover .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
  object-position: center bottom !important;
  transform: scale(1.05) !important;
}

@media (max-width: 980px) {
  .home .woocommerce ul.products li.product .gocce-v10-product-image,
  .home .woocommerce ul.products li.product .gocce-v10-product-image.is-active {
    padding-top: 22px !important;
  }
}


/* =========================================================
   GOCCE SADE LÜKS v18 — Ana sayfa kartları milimetrik eşit hizalama
   ========================================================= */

/* Amaç:
   - tüm ana sayfa ürün kartları aynı görsel yüksekliğine sahip olsun
   - ürün görselleri aynı üst çizgiden başlasın
   - başlık ve fiyat başlangıcı tüm kartlarda aynı hizada olsun
   - ana sayfada hover galeri/yan foto bugı çıkmasın */

.home .gocce-v10-product-card,
.home .woocommerce ul.products li.product.gocce-v10-product-card {
  display: flex !important;
  height: 100% !important;
}

.home .gocce-v10-product-card-inner,
.home .gocce-v10-product-link {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-height: 100% !important;
}

/* Ana sayfa görsel alanı her kartta birebir aynı yükseklik */
.home .gocce-v10-product-media.is-home-preview {
  position: relative !important;
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.home .gocce-v10-product-media.is-home-preview .gocce-v10-image-stage {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

/* Ana sayfada sadece ilk görsel görünsün; hepsi aynı üst çizgiden başlasın */
.home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 58px 22px 28px !important;
  background: transparent !important;
  object-fit: contain !important;
  object-position: center top !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  transition: none !important;
  pointer-events: none !important;
}

.home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image:not(.is-active) {
  display: none !important;
}

/* Ana sayfada buglı hover davranışları kapat */
.home .gocce-v10-product-card:hover .gocce-v10-product-image.is-active,
.home .gocce-v10-product-card:hover .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
  transform: none !important;
}

.home .gocce-v10-product-media.is-home-preview .gocce-v10-gallery-dots,
.home .gocce-v10-product-media.is-home-preview .gocce-v10-view-product {
  display: none !important;
}

/* Başlık ve fiyat blokları tüm kartlarda aynı başlangıç çizgisinde olsun */
.home .gocce-v10-product-copy {
  display: grid !important;
  grid-template-rows: auto 88px 40px !important;
  align-content: start !important;
  min-height: 172px !important;
  padding: 16px 10px 10px !important;
  background: transparent !important;
}

.home .gocce-v10-product-brand {
  margin: 0 0 10px !important;
}

.home .woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title {
  min-height: 88px !important;
  max-height: 88px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  align-self: start !important;
}

.home .gocce-v10-product-price,
.home .gocce-v10-product-price .price {
  min-height: 40px !important;
  align-self: start !important;
  padding-top: 8px !important;
}

.home .gocce-v10-product-specs {
  margin-top: 0 !important;
}

@media (max-width: 1180px) {
  .home .gocce-v10-product-media.is-home-preview {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
  }

  .home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
    padding: 46px 18px 22px !important;
  }
}

@media (max-width: 900px) {
  .home .gocce-v10-product-media.is-home-preview {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
  }

  .home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
    padding: 38px 14px 18px !important;
  }

  .home .gocce-v10-product-copy {
    grid-template-rows: auto 72px 34px !important;
    min-height: 146px !important;
  }

  .home .woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title {
    min-height: 72px !important;
    max-height: 72px !important;
  }
}

@media (max-width: 620px) {
  .home .gocce-v10-product-media.is-home-preview {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
  }

  .home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
    padding: 28px 8px 12px !important;
  }

  .home .gocce-v10-product-copy {
    grid-template-rows: auto 58px 28px !important;
    min-height: 118px !important;
    padding: 12px 5px 8px !important;
  }

  .home .woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title {
    min-height: 58px !important;
    max-height: 58px !important;
  }

  .home .gocce-v10-product-price,
  .home .gocce-v10-product-price .price {
    min-height: 28px !important;
  }
}


/* =========================================================
   GOCCE SADE LÜKS v19 — Zorunlu optik eşitleme
   ========================================================= */

/* Ana sayfa ürün sıralaması: kartlar yan yana, eşit genişlik ve eşit yükseklik. */
.home .gocce-home-split-section ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(330px, 440px)) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 24px !important;
}

.home .gocce-home-split-section ul.products > li.product.gocce-v10-product-card {
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
}

.home .gocce-v10-product-card-inner,
.home .gocce-v10-product-link {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  grid-template-rows: 560px 176px 72px !important;
  align-items: stretch !important;
}

/* Fotoğraf alanı kesin sabit. */
.home .gocce-v10-product-media.is-home-preview {
  position: relative !important;
  width: 100% !important;
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.home .gocce-v10-product-media.is-home-preview .gocce-v10-image-stage {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

/* JS ürünün gerçek sınırını ölçüp bu değerleri yazar. */
.home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
  position: absolute !important;
  display: block !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: fill !important;
  object-position: initial !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  transition: none !important;
  pointer-events: none !important;
}

.home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image.is-gocce-normalized {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Algılama yapılamazsa güvenli fallback. */
.home .gocce-v10-product-media.is-home-preview .gocce-v10-product-image.is-gocce-fallback {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 52px 20px 34px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Ana sayfada hover galeri ve yan foto yok. */
.home .gocce-v10-product-media.is-home-preview .gocce-v10-gallery-dots,
.home .gocce-v10-product-media.is-home-preview .gocce-v10-view-product {
  display: none !important;
}

.home .gocce-v10-product-card:hover .gocce-v10-product-image.is-active,
.home .gocce-v10-product-card:hover .gocce-v10-product-media.is-home-preview .gocce-v10-product-image {
  transform: none !important;
}

/* Marka, başlık ve fiyat milimetrik aynı başlangıç çizgisinde. */
.home .gocce-v10-product-copy {
  display: grid !important;
  grid-template-rows: 28px 98px 40px !important;
  width: 100% !important;
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
  align-content: start !important;
  padding: 12px 10px 0 !important;
  overflow: hidden !important;
}

.home .gocce-v10-product-brand {
  display: flex !important;
  height: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.home .woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title {
  display: flex !important;
  width: 100% !important;
  height: 98px !important;
  min-height: 98px !important;
  max-height: 98px !important;
  align-items: flex-start !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 12px 4px 0 !important;
  overflow: hidden !important;
  font-size: 17px !important;
  line-height: 1.42 !important;
  text-align: center !important;
}

.home .gocce-v10-product-price,
.home .gocce-v10-product-price .price {
  display: flex !important;
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  align-items: flex-start !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 5px 0 0 !important;
}

/* Ölçü alanı da aynı yükseklikte. */
.home .gocce-v10-product-specs {
  width: calc(100% - 20px) !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  align-self: end !important;
  margin: 0 10px !important;
}

/* İndirim rozeti fotoğrafın altında kaymasın; her kartta aynı üst noktada. */
.home .woocommerce ul.products li.product .gocce-v10-product-media .onsale {
  position: absolute !important;
  top: 18px !important;
  left: 16px !important;
  bottom: auto !important;
  z-index: 20 !important;
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  background: #c90012 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.home .gocce-v10-rating {
  top: 22px !important;
  right: 18px !important;
}

@media (max-width: 980px) {
  .home .gocce-home-split-section ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .home .gocce-v10-product-card-inner,
  .home .gocce-v10-product-link {
    grid-template-rows: 440px 150px 64px !important;
  }

  .home .gocce-v10-product-media.is-home-preview {
    height: 440px !important;
    min-height: 440px !important;
    max-height: 440px !important;
  }

  .home .gocce-v10-product-copy {
    grid-template-rows: 24px 88px 38px !important;
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
  }

  .home .gocce-v10-product-brand {
    height: 24px !important;
  }

  .home .woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title {
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
    font-size: 14px !important;
  }

  .home .gocce-v10-product-price,
  .home .gocce-v10-product-price .price {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }

  .home .gocce-v10-product-specs {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }
}

@media (max-width: 620px) {
  .home .gocce-home-split-section ul.products {
    grid-template-columns: 1fr !important;
  }

  .home .gocce-v10-product-card-inner,
  .home .gocce-v10-product-link {
    grid-template-rows: 390px 142px 62px !important;
  }

  .home .gocce-v10-product-media.is-home-preview {
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
  }

  .home .gocce-v10-product-copy {
    grid-template-rows: 24px 82px 36px !important;
    height: 142px !important;
    min-height: 142px !important;
    max-height: 142px !important;
  }

  .home .woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title {
    height: 82px !important;
    min-height: 82px !important;
    max-height: 82px !important;
    font-size: 14px !important;
  }

  .home .gocce-v10-product-specs {
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
  }
}


/* =========================================================
   GOCCE SADE LÜKS v20 — Mağaza ve kategori ürünlerini zorla eşitle
   ========================================================= */

/* Mağaza, El Çantası, Cüzdan ve Kartlık listelerinde iki ürün bile ortada durur. */
body.woocommerce-shop .woocommerce ul.products,
body.post-type-archive-product .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products,
body.tax-product_tag .woocommerce ul.products,
body.search.woocommerce .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(310px, 420px)) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 26px !important;
}

body.woocommerce-shop .woocommerce ul.products > li.product.gocce-v10-product-card,
body.post-type-archive-product .woocommerce ul.products > li.product.gocce-v10-product-card,
body.tax-product_cat .woocommerce ul.products > li.product.gocce-v10-product-card,
body.tax-product_tag .woocommerce ul.products > li.product.gocce-v10-product-card,
body.search.woocommerce .woocommerce ul.products > li.product.gocce-v10-product-card {
  display: flex !important;
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
}

body.woocommerce-shop .gocce-v10-product-card-inner,
body.woocommerce-shop .gocce-v10-product-link,
body.post-type-archive-product .gocce-v10-product-card-inner,
body.post-type-archive-product .gocce-v10-product-link,
body.tax-product_cat .gocce-v10-product-card-inner,
body.tax-product_cat .gocce-v10-product-link,
body.tax-product_tag .gocce-v10-product-card-inner,
body.tax-product_tag .gocce-v10-product-link,
body.search.woocommerce .gocce-v10-product-card-inner,
body.search.woocommerce .gocce-v10-product-link {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  grid-template-rows: 560px 176px 72px !important;
  align-items: stretch !important;
}

/* Bütün ürünlerin görsel alanı aynı yükseklikte. */
body.woocommerce-shop .gocce-v10-product-media,
body.post-type-archive-product .gocce-v10-product-media,
body.tax-product_cat .gocce-v10-product-media,
body.tax-product_tag .gocce-v10-product-media,
body.search.woocommerce .gocce-v10-product-media {
  position: relative !important;
  width: 100% !important;
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-shop .gocce-v10-image-stage,
body.post-type-archive-product .gocce-v10-image-stage,
body.tax-product_cat .gocce-v10-image-stage,
body.tax-product_tag .gocce-v10-image-stage,
body.search.woocommerce .gocce-v10-image-stage {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

/* JS her ana ve yan fotoğrafın gerçek ürün sınırını ölçüp aynı boyuta getirir. */
body.woocommerce-shop .gocce-v10-product-media .gocce-v10-product-image,
body.post-type-archive-product .gocce-v10-product-media .gocce-v10-product-image,
body.tax-product_cat .gocce-v10-product-media .gocce-v10-product-image,
body.tax-product_tag .gocce-v10-product-media .gocce-v10-product-image,
body.search.woocommerce .gocce-v10-product-media .gocce-v10-product-image {
  position: absolute !important;
  display: block !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: fill !important;
  object-position: initial !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: none !important;
  transition: opacity .18s ease !important;
  pointer-events: none !important;
}

body.woocommerce-shop .gocce-v10-product-media .gocce-v10-product-image.is-active,
body.post-type-archive-product .gocce-v10-product-media .gocce-v10-product-image.is-active,
body.tax-product_cat .gocce-v10-product-media .gocce-v10-product-image.is-active,
body.tax-product_tag .gocce-v10-product-media .gocce-v10-product-image.is-active,
body.search.woocommerce .gocce-v10-product-media .gocce-v10-product-image.is-active,
body.woocommerce-shop .gocce-v10-product-media .gocce-v10-product-image.is-gocce-normalized.is-active,
body.post-type-archive-product .gocce-v10-product-media .gocce-v10-product-image.is-gocce-normalized.is-active,
body.tax-product_cat .gocce-v10-product-media .gocce-v10-product-image.is-gocce-normalized.is-active,
body.tax-product_tag .gocce-v10-product-media .gocce-v10-product-image.is-gocce-normalized.is-active,
body.search.woocommerce .gocce-v10-product-media .gocce-v10-product-image.is-gocce-normalized.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Algılama yapılamazsa bile aynı güvenli alanda görünür. */
body.woocommerce-shop .gocce-v10-product-image.is-gocce-fallback,
body.post-type-archive-product .gocce-v10-product-image.is-gocce-fallback,
body.tax-product_cat .gocce-v10-product-image.is-gocce-fallback,
body.tax-product_tag .gocce-v10-product-image.is-gocce-fallback,
body.search.woocommerce .gocce-v10-product-image.is-gocce-fallback {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 52px 20px 34px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Hover galerisi çalışır; görseller boyut değiştirmeden geçiş yapar. */
body.woocommerce-shop .gocce-v10-product-card:hover .gocce-v10-product-image.is-active,
body.post-type-archive-product .gocce-v10-product-card:hover .gocce-v10-product-image.is-active,
body.tax-product_cat .gocce-v10-product-card:hover .gocce-v10-product-image.is-active,
body.tax-product_tag .gocce-v10-product-card:hover .gocce-v10-product-image.is-active,
body.search.woocommerce .gocce-v10-product-card:hover .gocce-v10-product-image.is-active {
  transform: none !important;
}

/* Marka, başlık ve fiyat her kartta aynı çizgiden başlar. */
body.woocommerce-shop .gocce-v10-product-copy,
body.post-type-archive-product .gocce-v10-product-copy,
body.tax-product_cat .gocce-v10-product-copy,
body.tax-product_tag .gocce-v10-product-copy,
body.search.woocommerce .gocce-v10-product-copy {
  display: grid !important;
  grid-template-rows: 28px 98px 40px !important;
  width: 100% !important;
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
  align-content: start !important;
  padding: 12px 10px 0 !important;
  overflow: hidden !important;
}

body.woocommerce-shop .gocce-v10-product-brand,
body.post-type-archive-product .gocce-v10-product-brand,
body.tax-product_cat .gocce-v10-product-brand,
body.tax-product_tag .gocce-v10-product-brand,
body.search.woocommerce .gocce-v10-product-brand {
  display: flex !important;
  height: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

body.woocommerce-shop .woocommerce-loop-product__title,
body.post-type-archive-product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce-loop-product__title,
body.tax-product_tag .woocommerce-loop-product__title,
body.search.woocommerce .woocommerce-loop-product__title {
  display: flex !important;
  width: 100% !important;
  height: 98px !important;
  min-height: 98px !important;
  max-height: 98px !important;
  align-items: flex-start !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 12px 4px 0 !important;
  overflow: hidden !important;
  font-size: 17px !important;
  line-height: 1.42 !important;
  text-align: center !important;
}

body.woocommerce-shop .gocce-v10-product-price,
body.woocommerce-shop .gocce-v10-product-price .price,
body.post-type-archive-product .gocce-v10-product-price,
body.post-type-archive-product .gocce-v10-product-price .price,
body.tax-product_cat .gocce-v10-product-price,
body.tax-product_cat .gocce-v10-product-price .price,
body.tax-product_tag .gocce-v10-product-price,
body.tax-product_tag .gocce-v10-product-price .price,
body.search.woocommerce .gocce-v10-product-price,
body.search.woocommerce .gocce-v10-product-price .price {
  display: flex !important;
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  align-items: flex-start !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 5px 0 0 !important;
}

/* Ölçü kutuları aynı yükseklikte ve aynı başlangıçta. */
body.woocommerce-shop .gocce-v10-product-specs,
body.post-type-archive-product .gocce-v10-product-specs,
body.tax-product_cat .gocce-v10-product-specs,
body.tax-product_tag .gocce-v10-product-specs,
body.search.woocommerce .gocce-v10-product-specs {
  width: calc(100% - 20px) !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  align-self: end !important;
  margin: 0 10px !important;
}

@media (max-width: 980px) {
  body.woocommerce-shop .woocommerce ul.products,
  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products,
  body.search.woocommerce .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.woocommerce-shop .gocce-v10-product-card-inner,
  body.woocommerce-shop .gocce-v10-product-link,
  body.post-type-archive-product .gocce-v10-product-card-inner,
  body.post-type-archive-product .gocce-v10-product-link,
  body.tax-product_cat .gocce-v10-product-card-inner,
  body.tax-product_cat .gocce-v10-product-link,
  body.tax-product_tag .gocce-v10-product-card-inner,
  body.tax-product_tag .gocce-v10-product-link,
  body.search.woocommerce .gocce-v10-product-card-inner,
  body.search.woocommerce .gocce-v10-product-link {
    grid-template-rows: 440px 150px 64px !important;
  }

  body.woocommerce-shop .gocce-v10-product-media,
  body.post-type-archive-product .gocce-v10-product-media,
  body.tax-product_cat .gocce-v10-product-media,
  body.tax-product_tag .gocce-v10-product-media,
  body.search.woocommerce .gocce-v10-product-media {
    height: 440px !important;
    min-height: 440px !important;
    max-height: 440px !important;
  }
}

@media (max-width: 620px) {
  body.woocommerce-shop .woocommerce ul.products,
  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products,
  body.search.woocommerce .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-shop .gocce-v10-product-card-inner,
  body.woocommerce-shop .gocce-v10-product-link,
  body.post-type-archive-product .gocce-v10-product-card-inner,
  body.post-type-archive-product .gocce-v10-product-link,
  body.tax-product_cat .gocce-v10-product-card-inner,
  body.tax-product_cat .gocce-v10-product-link,
  body.tax-product_tag .gocce-v10-product-card-inner,
  body.tax-product_tag .gocce-v10-product-link,
  body.search.woocommerce .gocce-v10-product-card-inner,
  body.search.woocommerce .gocce-v10-product-link {
    grid-template-rows: 390px 142px 62px !important;
  }

  body.woocommerce-shop .gocce-v10-product-media,
  body.post-type-archive-product .gocce-v10-product-media,
  body.tax-product_cat .gocce-v10-product-media,
  body.tax-product_tag .gocce-v10-product-media,
  body.search.woocommerce .gocce-v10-product-media {
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
  }
}


/* =========================================================
   GOCCE SADE LÜKS v24 — Yan galeri tam alan + sadece mobil düzen
   ========================================================= */

/* Yalnızca yan galeri fotoğrafları: içte küçücük kutu kalmaz, alanı doldurur. */
body.woocommerce-shop .gocce-v10-product-media .gocce-v10-product-image.is-gocce-gallery-cover,
body.post-type-archive-product .gocce-v10-product-media .gocce-v10-product-image.is-gocce-gallery-cover,
body.tax-product_cat .gocce-v10-product-media .gocce-v10-product-image.is-gocce-gallery-cover,
body.tax-product_tag .gocce-v10-product-media .gocce-v10-product-image.is-gocce-gallery-cover,
body.search.woocommerce .gocce-v10-product-media .gocce-v10-product-image.is-gocce-gallery-cover {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scale(1.035) !important;
  transition: opacity .18s ease !important;
}

body.woocommerce-shop .gocce-v10-product-media .gocce-v10-product-image.is-gocce-gallery-cover.is-active,
body.post-type-archive-product .gocce-v10-product-media .gocce-v10-product-image.is-gocce-gallery-cover.is-active,
body.tax-product_cat .gocce-v10-product-media .gocce-v10-product-image.is-gocce-gallery-cover.is-active,
body.tax-product_tag .gocce-v10-product-media .gocce-v10-product-image.is-gocce-gallery-cover.is-active,
body.search.woocommerce .gocce-v10-product-media .gocce-v10-product-image.is-gocce-gallery-cover.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1.035) !important;
}

/* Masaüstüne dokunmadan yalnızca telefon düzeni. */
@media (max-width: 700px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .gocce-v10-header {
    min-height: 62px !important;
  }

  .gocce-v10-header-inner {
    grid-template-columns: 72px minmax(0,1fr) 72px !important;
    height: 62px !important;
    padding: 0 10px !important;
  }

  .gocce-v10-header .gocce-v6-icon-button {
    width: 34px !important;
    height: 34px !important;
  }

  .gocce-v10-brand img {
    width: auto !important;
    max-width: 48px !important;
    max-height: 40px !important;
  }

  .gocce-v10-header-actions {
    min-width: 72px !important;
    gap: 2px !important;
  }

  .gocce-drawer {
    width: min(88vw, 350px) !important;
    max-width: 350px !important;
  }

  .gocce-search-panel {
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    margin: 12px !important;
    padding: 20px 16px !important;
  }

  .gocce-shop-hero {
    padding: 24px 0 18px !important;
  }

  .gocce-shop-hero-inner {
    display: block !important;
  }

  .gocce-shop-hero h1 {
    margin: 0 !important;
    font-size: 34px !important;
    line-height: 1.05 !important;
  }

  .gocce-shop-hero .gocce-eyebrow,
  .gocce-shop-intro,
  .gocce-shop-hero-meta,
  .gocce-shop-leaf,
  .gocce-page-leaf {
    display: none !important;
  }

  .gocce-content,
  .gocce-woocommerce-content {
    padding: 12px 0 54px !important;
  }

  .gocce-container,
  body.woocommerce-shop .gocce-woocommerce-content > .gocce-container,
  body.tax-product_cat .gocce-woocommerce-content > .gocce-container,
  body.tax-product_tag .gocce-woocommerce-content > .gocce-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .gocce-v8-shop-toolbar {
    position: relative !important;
    top: auto !important;
    z-index: 20 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    min-height: 0 !important;
    gap: 8px !important;
    margin: 0 0 12px !important;
    padding: 10px !important;
    border: 1px solid rgba(20,20,20,.08) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .gocce-v8-result-count,
  .gocce-v8-ordering > span {
    display: none !important;
  }

  .gocce-v8-filter-button,
  .gocce-v8-ordering,
  .gocce-v8-ordering .woocommerce-ordering,
  .gocce-v8-ordering .woocommerce-ordering select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .gocce-v8-filter-button,
  .gocce-v8-ordering .woocommerce-ordering select {
    min-height: 44px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-width: 1px !important;
    border-radius: 12px !important;
    font-size: 10px !important;
  }

  body.woocommerce-shop .woocommerce ul.products,
  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products,
  body.search.woocommerce .woocommerce ul.products,
  .home .gocce-home-split-section ul.products {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 0 !important;
  }

  body.woocommerce-shop .gocce-v10-product-card-inner,
  body.woocommerce-shop .gocce-v10-product-link,
  body.post-type-archive-product .gocce-v10-product-card-inner,
  body.post-type-archive-product .gocce-v10-product-link,
  body.tax-product_cat .gocce-v10-product-card-inner,
  body.tax-product_cat .gocce-v10-product-link,
  body.tax-product_tag .gocce-v10-product-card-inner,
  body.tax-product_tag .gocce-v10-product-link,
  body.search.woocommerce .gocce-v10-product-card-inner,
  body.search.woocommerce .gocce-v10-product-link {
    grid-template-rows: 420px 142px 64px !important;
  }

  body.woocommerce-shop .gocce-v10-product-media,
  body.post-type-archive-product .gocce-v10-product-media,
  body.tax-product_cat .gocce-v10-product-media,
  body.tax-product_tag .gocce-v10-product-media,
  body.search.woocommerce .gocce-v10-product-media {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }

  .gocce-v10-view-product {
    bottom: 52px !important;
    min-width: 176px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    font-size: 10px !important;
  }

  .gocce-v10-gallery-dots {
    bottom: 14px !important;
  }

  .gocce-v10-product-copy {
    overflow: hidden !important;
  }

  .gocce-v10-product-brand {
    font-size: 9px !important;
  }

  .woocommerce ul.products li.product .gocce-v10-product-copy .woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .gocce-v10-product-price,
  .gocce-v10-product-price .price {
    font-size: 15px !important;
  }

  .gocce-v10-product-specs {
    width: calc(100% - 12px) !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .gocce-v10-spec {
    min-width: 0 !important;
    padding: 7px 4px !important;
  }

  .gocce-v10-spec-copy strong {
    font-size: 8px !important;
  }

  .gocce-v10-spec-copy small {
    font-size: 7px !important;
  }

  .gocce-v6-category-section,
  .gocce-v6-products-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .gocce-v6-section-head h2 {
    font-size: 34px !important;
    line-height: 1.05 !important;
  }

  .gocce-v6-category-card {
    border-radius: 14px !important;
  }

  .woocommerce div.product {
    padding: 12px !important;
  }

  .woocommerce div.product .product_title {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  .woocommerce div.product form.cart {
    display: grid !important;
    grid-template-columns: 88px minmax(0,1fr) !important;
    gap: 8px !important;
  }

  .woocommerce div.product form.cart .button {
    width: 100% !important;
  }
}


/* =========================================================
   GOCCE SADE LÜKS v25 — Getto tarzı tam beyaz, çerçevesiz ürün görünümü
   ========================================================= */

/* Mağaza, kategori ve ana sayfa ürün alanları direkt beyaz. */
body.woocommerce-shop .gocce-woocommerce-content,
body.post-type-archive-product .gocce-woocommerce-content,
body.tax-product_cat .gocce-woocommerce-content,
body.tax-product_tag .gocce-woocommerce-content,
body.search.woocommerce .gocce-woocommerce-content,
body.single-product .gocce-woocommerce-content,
.home .gocce-v6-products-section,
.home .gocce-home-split-section {
  background: #ffffff !important;
}

/* Ürün kartının bütün dış çerçevesi, gölgesi ve yuvarlak köşesi kaldırıldı. */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product.gocce-v10-product-card,
.gocce-v10-product-card,
.gocce-v10-product-card-inner,
.gocce-v10-product-link,
.gocce-v10-product-media,
.gocce-v10-image-stage,
.gocce-v9-product-card-inner,
.gocce-v9-product-media,
.gocce-v8-product-card-inner,
.gocce-v8-product-media {
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product.gocce-v10-product-card:hover,
.gocce-v10-product-card:hover .gocce-v10-product-card-inner,
.gocce-v9-product-card:hover .gocce-v9-product-card-inner,
.gocce-v8-product-card:hover .gocce-v8-product-card-inner {
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Görselin arkasında ikinci kutu veya ince çizgi kalmasın. */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .gocce-v10-product-image,
.woocommerce ul.products li.product .gocce-v9-product-image,
.woocommerce ul.products li.product .gocce-v8-product-image {
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Ürün bilgileri de kart dış yüzeyi gibi düz beyaz. */
.gocce-v10-product-copy,
.gocce-v9-product-copy,
.gocce-v8-product-copy {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

/* Ölçü alanında dış kutu çizgisi ve bölme çizgileri olmasın. */
.gocce-v10-product-specs,
.gocce-v9-product-specs,
.gocce-v8-product-specs {
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

.gocce-v10-spec,
.gocce-v9-spec,
.gocce-v8-spec {
  border: 0 !important;
  background: #ffffff !important;
}

/* Ürün detay sayfası: galeri ve ana ürün alanı tamamen çerçevesiz. */
body.single-product .woocommerce div.product,
body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary,
body.single-product .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery .flex-viewport,
body.single-product .woocommerce-product-gallery .flex-control-thumbs,
body.single-product .woocommerce-product-gallery .flex-control-thumbs li,
body.single-product .gocce-product-gallery,
body.single-product .gocce-product-media,
body.single-product .gocce-product-image-wrap,
body.single-product .gocce-product-main,
body.single-product .gocce-product-summary,
body.single-product .product-gallery,
body.single-product .product-images {
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

body.single-product .woocommerce-product-gallery img,
body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce div.product div.images img,
body.single-product .flex-control-thumbs img,
body.single-product .gocce-product-gallery img,
body.single-product .product-gallery img {
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

/* Ürün detayında dış bölüm çizgileri de görünmesin. */
body.single-product .woocommerce div.product .summary,
body.single-product .woocommerce div.product .woocommerce-tabs,
body.single-product .woocommerce div.product .related,
body.single-product .woocommerce div.product .upsells {
  border: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

/* Mobilde de aynı düz beyaz görünüm korunsun. */
@media (max-width: 700px) {
  .woocommerce ul.products li.product,
  .gocce-v10-product-card-inner,
  .gocce-v10-product-media,
  body.single-product .woocommerce-product-gallery,
  body.single-product .woocommerce div.product {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
  }
}


/* =========================================================
   GOCCE SADE LÜKS v26 — Ana sayfa beyaz/çerçevesiz + tam bilgi hizası
   ========================================================= */

/* Ana sayfadaki Yeni Gelenler kartları da mağaza sayfası gibi tamamen düz beyaz. */
body.home .gocce-v6-products-section,
body.home .gocce-home-split-section,
body.home .gocce-home-split-section ul.products,
body.home .gocce-home-split-section ul.products > li.product,
body.home .gocce-home-split-section .gocce-v10-product-card-inner,
body.home .gocce-home-split-section .gocce-v10-product-link,
body.home .gocce-home-split-section .gocce-v10-product-media,
body.home .gocce-home-split-section .gocce-v10-image-stage,
body.home .gocce-home-split-section .gocce-v10-product-copy,
body.home .gocce-home-split-section .gocce-v10-product-specs {
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}

body.home .gocce-v6-products-section::before,
body.home .gocce-v6-products-section::after,
body.home .gocce-home-split-section::before,
body.home .gocce-home-split-section::after,
body.home .gocce-home-split-section ul.products::before,
body.home .gocce-home-split-section ul.products::after,
body.home .gocce-home-split-section li.product::before,
body.home .gocce-home-split-section li.product::after,
body.home .gocce-home-split-section .gocce-v10-product-card-inner::before,
body.home .gocce-home-split-section .gocce-v10-product-card-inner::after {
  display: none !important;
  content: none !important;
}

/* Kartın altındaki marka, isim, fiyat ve CM alanlarını bütün listelerde merkeze sabitle. */
.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-link {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-copy {
  box-sizing: border-box !important;
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  align-items: start !important;
  margin: 0 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  text-align: center !important;
}

.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-brand,
.woocommerce ul.products li.product.gocce-v10-product-card .woocommerce-loop-product__title,
.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-price,
.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-price .price {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
  justify-content: center !important;
}

.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-brand {
  display: flex !important;
  align-items: center !important;
}

.woocommerce ul.products li.product.gocce-v10-product-card .woocommerce-loop-product__title {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  overflow-wrap: anywhere !important;
}

.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-price,
.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-price .price {
  display: flex !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

/* CM kutuları kartın tam genişliğine oturur; Galaxy dahil hiçbir kart sola kaymaz. */
.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-specs {
  box-sizing: border-box !important;
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  justify-self: stretch !important;
  align-self: end !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}

.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-spec {
  box-sizing: border-box !important;
  display: flex !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  border: 0 !important;
  background: #fff !important;
}

.woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-spec-copy {
  min-width: 0 !important;
  text-align: left !important;
}

/* Ana sayfada iki ürün de tam aynı kart genişliğinde ve aynı bilgi başlangıcında. */
body.home .gocce-home-split-section ul.products > li.product.gocce-v10-product-card {
  box-sizing: border-box !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
}

body.home .gocce-home-split-section .gocce-v10-product-card-inner,
body.home .gocce-home-split-section .gocce-v10-product-link {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 700px) {
  .woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-copy {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .woocommerce ul.products li.product.gocce-v10-product-card .gocce-v10-product-specs {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}


/* =========================================================
   GOCCE v27 — Sırt Çantası ana sayfa ve menü görünümü
   ========================================================= */
@media (min-width: 981px) {
  .gocce-v6-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .gocce-v6-category-copy strong {
    font-size: clamp(24px, 2vw, 36px) !important;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  .gocce-v6-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .gocce-v6-category-grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   GOCCE v29 — Kısa masaüstü ekranlarda hero metni ve butonlar
   Mobil görünüm korunur; sadece 701px üzeri masaüstünü etkiler.
   ========================================================= */
@media (min-width:701px){
  .gocce-v6-hero{
    min-height:clamp(440px,calc(100vh - 118px),760px)!important;
  }
  .gocce-v6-hero-content{
    top:48%!important;
    width:min(720px,calc(100% - 100px));
    max-width:720px!important;
  }
}

@media (min-width:701px) and (max-height:780px){
  .gocce-v6-hero-wrap{
    padding-top:12px!important;
  }
  .gocce-v6-hero{
    min-height:max(430px,calc(100vh - 96px))!important;
  }
  .gocce-v6-hero-content{
    top:47%!important;
    left:clamp(34px,6vw,92px)!important;
    width:min(690px,calc(100% - 76px));
    max-width:690px!important;
  }
  .gocce-v6-kicker{
    margin-bottom:10px!important;
    font-size:9px!important;
  }
  .gocce-v6-hero h1{
    font-size:clamp(48px,10vh,76px)!important;
    line-height:.88!important;
    letter-spacing:-.045em!important;
  }
  .gocce-v6-hero p{
    max-width:500px!important;
    margin:14px 0 17px!important;
    font-size:13px!important;
    line-height:1.45!important;
  }
  .gocce-v6-hero-actions{
    gap:18px!important;
  }
  .gocce-v6-button{
    min-height:44px!important;
    padding:11px 18px!important;
    font-size:12px!important;
  }
  .gocce-v6-text-link{
    padding:6px 0!important;
    font-size:12px!important;
  }
  .gocce-v6-hero-note{
    bottom:14px!important;
  }
}

@media (min-width:701px) and (max-height:560px){
  .gocce-v6-hero{
    min-height:max(390px,calc(100vh - 60px))!important;
  }
  .gocce-v6-hero-content{
    top:47%!important;
  }
  .gocce-v6-kicker{
    margin-bottom:7px!important;
  }
  .gocce-v6-hero h1{
    font-size:clamp(44px,10.5vh,60px)!important;
    line-height:.86!important;
  }
  .gocce-v6-hero p{
    margin:10px 0 13px!important;
    font-size:12px!important;
    line-height:1.35!important;
  }
  .gocce-v6-button{
    min-height:40px!important;
    padding:9px 16px!important;
  }
  .gocce-v6-hero-note{
    display:none!important;
  }
}


/* =========================================================
   GOCCE v30 — Masaüstü hero içeriğini kesin biçimde yukarı al
   Reveal animasyonu transform değerini değiştirse bile içerik
   artık yüzdeyle değil üstten sabit güvenli mesafeyle yerleşir.
   Mobil görünüm etkilenmez.
   ========================================================= */
@media (min-width:701px){
  .gocce-v6-hero{
    min-height:clamp(520px,calc(100vh - 92px),760px)!important;
  }

  .gocce-v6-hero-content,
  .gocce-v6-hero-content[data-gocce-reveal],
  .gocce-v6-hero-content[data-gocce-reveal].is-visible{
    top:clamp(64px,9vh,96px)!important;
    bottom:auto!important;
    transform:none!important;
    width:min(720px,calc(100% - 100px))!important;
    max-width:720px!important;
  }
}

@media (min-width:701px) and (max-height:820px){
  .gocce-v6-hero-wrap{
    padding-top:8px!important;
  }

  .gocce-v6-hero{
    min-height:max(520px,calc(100vh - 72px))!important;
  }

  .gocce-v6-hero-content,
  .gocce-v6-hero-content[data-gocce-reveal],
  .gocce-v6-hero-content[data-gocce-reveal].is-visible{
    top:clamp(48px,6.5vh,68px)!important;
    left:clamp(34px,6vw,92px)!important;
    transform:none!important;
    width:min(670px,calc(100% - 76px))!important;
    max-width:670px!important;
  }

  .gocce-v6-kicker{
    margin-bottom:8px!important;
    font-size:9px!important;
  }

  .gocce-v6-hero h1{
    max-width:660px!important;
    font-size:clamp(50px,8.8vh,68px)!important;
    line-height:.87!important;
    letter-spacing:-.045em!important;
  }

  .gocce-v6-hero p{
    max-width:540px!important;
    margin:12px 0 14px!important;
    font-size:13px!important;
    line-height:1.42!important;
  }

  .gocce-v6-hero-actions{
    display:flex!important;
    align-items:center!important;
    gap:16px!important;
    visibility:visible!important;
    opacity:1!important;
  }

  .gocce-v6-button{
    min-height:40px!important;
    padding:9px 16px!important;
    font-size:11px!important;
  }

  .gocce-v6-text-link{
    padding:5px 0!important;
    font-size:11px!important;
  }
}

@media (min-width:701px) and (max-height:650px){
  .gocce-v6-hero-content,
  .gocce-v6-hero-content[data-gocce-reveal],
  .gocce-v6-hero-content[data-gocce-reveal].is-visible{
    top:34px!important;
  }

  .gocce-v6-hero h1{
    font-size:clamp(45px,8.4vh,58px)!important;
    line-height:.86!important;
  }

  .gocce-v6-hero p{
    margin:9px 0 11px!important;
    font-size:12px!important;
  }

  .gocce-v6-kicker{
    margin-bottom:6px!important;
  }

  .gocce-v6-hero-note{
    display:none!important;
  }
}


/* =========================================================
   GOCCE v31 — Resmî iyzico / kart logoları
   ========================================================= */
.gocce-payment-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.10);
}
.gocce-payment-footer-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:150px;
}
.gocce-payment-footer-copy strong{
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gocce-payment-footer-copy span{
  color:#998c82;
  font-size:10px;
}
.gocce-iyzico-footer-band{
  display:block;
  width:min(456px,100%);
  height:auto;
  object-fit:contain;
  object-position:right center;
}
.gocce-iyzico-checkout-badge{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  margin:16px 0 18px;
  padding:15px 17px;
  border:1px solid #e6ddd5;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 24px rgba(34,25,20,.045);
}
.gocce-iyzico-checkout-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.gocce-iyzico-checkout-copy strong{
  color:#171310;
  font-size:12px;
  font-weight:800;
}
.gocce-iyzico-checkout-copy span{
  color:#766b64;
  font-size:10px;
}
.gocce-iyzico-checkout-badge img{
  display:block;
  width:min(315px,48%);
  height:auto;
  object-fit:contain;
}
@media(max-width:700px){
  .gocce-payment-footer{
    align-items:flex-start;
    flex-direction:column;
    gap:15px;
    padding:20px 0;
  }
  .gocce-iyzico-footer-band{
    width:min(100%,456px);
    object-position:left center;
  }
  .gocce-iyzico-checkout-badge{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
    padding:14px;
  }
  .gocce-iyzico-checkout-badge img{
    width:min(100%,315px);
  }
}


/* =========================================================
   GOCCE v32 — Ödeme adımı yasal bilgilendirme
   ========================================================= */
.gocce-checkout-policy-box{
  margin:16px 0;
  padding:15px 16px;
  border:1px solid #e4d8cd;
  border-radius:14px;
  background:#fffaf5;
  color:#2b201a;
}
.gocce-checkout-policy-box>strong{display:block;font-size:12px;margin-bottom:6px}
.gocce-checkout-policy-box p{margin:0 0 10px;font-size:10px;line-height:1.55;color:#74675e}
.gocce-checkout-policy-box>div{display:flex;flex-wrap:wrap;gap:7px}
.gocce-checkout-policy-box a{display:inline-flex;padding:6px 8px;border:1px solid #dccbbb;border-radius:999px;background:#fff;color:#3c291e;font-size:9px;font-weight:800;text-decoration:none}
.gocce-checkout-policy-box a:hover{border-color:#8f5e38;background:#f4e5d7}
