:root{
  --commerce-wine:#5f0004;
  --commerce-ink:#241b17;
  --commerce-muted:#74645a;
  --commerce-surface:#fff;
  --commerce-line:rgba(43,33,27,.14);
  --commerce-green:#0c8d4c;
  --commerce-star:#f5a000;
  --commerce-shadow:0 10px 28px rgba(35,24,18,.10);
}
.legacy-commerce-header{display:none!important}
.commerce-site-header{position:sticky;top:0;z-index:5000;border-bottom:1px solid var(--commerce-line);background:rgba(255,255,255,.96);backdrop-filter:blur(18px);font-family:Arial,Helvetica,sans-serif}
.commerce-header-inner{width:min(1280px,calc(100% - 48px));min-height:82px;margin:auto;display:grid;grid-template-columns:minmax(180px,240px) minmax(280px,1fr) auto;align-items:center;gap:24px}
.commerce-brand{display:flex;align-items:center;min-width:0}
.commerce-brand img{display:block;width:min(205px,100%);height:58px;object-fit:contain;object-position:left center}
.commerce-search-wrap{position:relative;min-width:0}
.commerce-search{height:48px;display:flex;align-items:center;gap:11px;padding:0 17px;border:1px solid rgba(95,0,4,.14);border-radius:13px;background:#f7f4f1;transition:.18s ease}
.commerce-search:focus-within{border-color:rgba(95,0,4,.42);background:#fff;box-shadow:0 0 0 4px rgba(95,0,4,.07)}
.commerce-search svg{width:22px;height:22px;flex:0 0 auto;color:var(--commerce-wine)}
.commerce-search input{width:100%;border:0;outline:0;background:transparent;color:var(--commerce-ink);font:600 .92rem Arial,Helvetica,sans-serif}
.commerce-search input::placeholder{color:#94877e}
.commerce-search-results{position:absolute;left:0;right:0;top:56px;z-index:30;display:none;overflow:hidden;border:1px solid var(--commerce-line);border-radius:15px;background:#fff;box-shadow:0 22px 55px rgba(0,0,0,.18)}
.commerce-search-results.open{display:block}
.commerce-search-item{width:100%;display:grid;grid-template-columns:50px 1fr;align-items:center;gap:12px;padding:9px 12px;border:0;border-bottom:1px solid rgba(43,33,27,.08);background:#fff;text-align:left;cursor:pointer}
.commerce-search-item:last-child{border-bottom:0}
.commerce-search-item:hover{background:#faf4f2}
.commerce-search-item img{width:50px;height:50px;padding:3px;border-radius:9px;object-fit:contain;background:#f1ece8}
.commerce-search-item strong{display:block;font-size:.87rem;color:var(--commerce-ink)}
.commerce-search-item small{display:block;margin-top:4px;color:var(--commerce-muted);font-size:.7rem}
.commerce-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;white-space:nowrap}
.commerce-header-action{position:relative;display:flex;align-items:center;gap:7px;color:var(--commerce-ink);font-size:.81rem;font-weight:800;text-decoration:none}
.commerce-header-action:hover{color:var(--commerce-wine)}
.commerce-header-action svg{width:23px;height:23px;stroke-width:1.8}
.commerce-count-badge{position:absolute;left:15px;top:-10px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:20px;color:#fff;background:var(--commerce-wine);font-size:.62rem;font-weight:900}
.commerce-count-badge:empty,.commerce-count-badge[data-count="0"]{display:none}
.commerce-user-label{max-width:92px;overflow:hidden;text-overflow:ellipsis}

.commerce-heart{position:absolute;z-index:12;right:10px;top:10px;width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid rgba(43,33,27,.14);border-radius:50%;color:#30241f;background:rgba(255,255,255,.94);box-shadow:0 5px 15px rgba(0,0,0,.10);cursor:pointer;transition:transform .18s ease,color .18s ease,background .18s ease}
.commerce-heart:hover{transform:scale(1.07);color:var(--commerce-wine)}
.commerce-heart.active{color:#fff;background:var(--commerce-wine);border-color:var(--commerce-wine)}
.commerce-heart svg{width:21px;height:21px;fill:transparent;stroke:currentColor;stroke-width:2}
.commerce-heart.active svg{fill:currentColor}
.commerce-card-meta{display:grid;gap:5px;margin-top:7px}
.commerce-social-line{height:18px;display:flex;align-items:center;overflow:hidden;color:#6f625a;font-size:.68rem;font-weight:700}
.commerce-social-line span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .22s ease,transform .22s ease}
.commerce-social-line.switching span{opacity:0;transform:translateY(-5px)}
.commerce-rating-row{display:flex;align-items:center;gap:5px;min-height:18px}
.commerce-stars{--rating-percent:0%;position:relative;display:inline-block;color:#d9d1ca;font-size:.83rem;line-height:1;letter-spacing:.4px}
.commerce-stars::before{content:"★★★★★";position:absolute;inset:0 auto 0 0;width:var(--rating-percent);overflow:hidden;color:var(--commerce-star);white-space:nowrap}
.commerce-rating-number{color:#40342e;font-size:.7rem;font-weight:900}
.commerce-review-count{color:#91847c;font-size:.66rem;font-style:normal}
.commerce-price-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-height:27px;margin-top:1px}
.commerce-old-price{color:#8d827b;font-size:.72rem;text-decoration:line-through}
.commerce-new-price{display:inline-flex;align-items:center;min-height:25px;padding:3px 8px;border-radius:6px;color:#fff;background:var(--commerce-green);font-size:.83rem;font-weight:900}
.commerce-normal-price{color:var(--commerce-wine);font-size:.9rem;font-weight:900}
.commerce-price-text{color:var(--commerce-wine);font-size:.78rem;font-weight:850}
.commerce-cart-button{min-height:41px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:0;border-radius:10px;color:#fff;background:var(--commerce-wine);font-weight:850;cursor:pointer;box-shadow:0 10px 22px rgba(95,0,4,.18)}
.commerce-cart-button:hover{filter:brightness(1.08)}
.commerce-cart-button svg{width:19px;height:19px}
.commerce-detail-actions{display:flex;align-items:center;gap:9px;margin:4px 0 18px}
.commerce-detail-actions .commerce-heart{position:static;flex:0 0 auto;width:44px;height:44px}
.commerce-product-social{margin:0 0 16px;padding:12px 14px;border:1px solid var(--commerce-line);border-radius:13px;background:#fbf8f5}
.commerce-product-social .commerce-social-line{font-size:.76rem}
.commerce-product-social .commerce-stars{font-size:1rem}
.commerce-product-social .commerce-rating-number,.commerce-product-social .commerce-review-count{font-size:.76rem}

.commerce-reviews{width:min(1180px,calc(100% - 40px));margin:0 auto 64px;padding:clamp(20px,3vw,30px);border:1px solid var(--commerce-line);border-radius:24px;background:rgba(255,255,255,.82);box-shadow:var(--commerce-shadow)}
.commerce-reviews-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.commerce-reviews h2{margin:0;color:var(--commerce-ink);font-size:1.6rem}
.commerce-reviews-summary{color:var(--commerce-muted);font-size:.82rem;font-weight:750}
.commerce-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.commerce-review-card{padding:16px;border:1px solid var(--commerce-line);border-radius:15px;background:#fff}
.commerce-review-card strong{display:block;margin-bottom:6px;color:var(--commerce-ink);font-size:.84rem}
.commerce-review-card p{margin:9px 0 0;color:var(--commerce-muted);font-size:.78rem;line-height:1.55}
.commerce-review-date{display:block;margin-top:10px;color:#9c9088;font-size:.65rem}
.commerce-empty-reviews{padding:18px;border-radius:13px;background:#f7f2ee;color:var(--commerce-muted);font-size:.82rem}

.commerce-toast{position:fixed;left:50%;bottom:24px;z-index:99999;max-width:min(92vw,430px);padding:12px 17px;border-radius:12px;color:#fff;background:#27201c;box-shadow:0 16px 42px rgba(0,0,0,.28);font:750 .82rem Arial,Helvetica,sans-serif;opacity:0;transform:translate(-50%,18px);pointer-events:none;transition:.22s ease}
.commerce-toast.show{opacity:1;transform:translate(-50%,0)}

body.premium-dark .commerce-site-header,html.theme-dark .commerce-site-header{background:rgba(20,16,13,.96);border-color:rgba(213,174,123,.22)}
body.premium-dark .commerce-header-action,html.theme-dark .commerce-header-action{color:#fff3e5}\nbody.premium-dark .commerce-avatar.guest,html.theme-dark .commerce-avatar.guest{color:#fff3e5}
body.premium-dark .commerce-search,html.theme-dark .commerce-search{border-color:rgba(213,174,123,.22);background:#241b17}
body.premium-dark .commerce-search input,html.theme-dark .commerce-search input{color:#fff3e5}
body.premium-dark .commerce-search-results,body.premium-dark .commerce-search-item,html.theme-dark .commerce-search-results,html.theme-dark .commerce-search-item{color:#fff3e5;background:#211915;border-color:rgba(213,174,123,.18)}
body.premium-dark .commerce-search-item strong,html.theme-dark .commerce-search-item strong{color:#fff3e5}
body.premium-dark .commerce-card-meta,html.theme-dark .commerce-card-meta{color:#fff3e5}
body.premium-dark .commerce-social-line,body.premium-dark .commerce-rating-number,html.theme-dark .commerce-social-line,html.theme-dark .commerce-rating-number{color:#ead9cc}
body.premium-dark .commerce-product-social,html.theme-dark .commerce-product-social{background:#17110e;border-color:rgba(213,174,123,.22)}
body.premium-dark .commerce-reviews,body.premium-dark .commerce-review-card,html.theme-dark .commerce-reviews,html.theme-dark .commerce-review-card{color:#fff3e5;background:#211915;border-color:rgba(213,174,123,.22)}
body.premium-dark .commerce-reviews h2,body.premium-dark .commerce-review-card strong,html.theme-dark .commerce-reviews h2,html.theme-dark .commerce-review-card strong{color:#fff3e5}
body.premium-dark .commerce-review-card p,html.theme-dark .commerce-review-card p{color:rgba(255,243,229,.72)}

/* Mevcut kartları Trendyol benzeri daha kompakt hale getirir */
#urunler .product-card,.model-grid .card,.related-card{position:relative}
#urunler .product-card .product-body{padding:11px 12px 13px!important}
#urunler .product-card .product-body>span,#urunler .product-card .product-body>p,#urunler .product-card .delivery-chip,#urunler .product-card .secondary-detail{display:none!important}
#urunler .product-card .product-body h3{margin:0!important;font-size:.88rem!important;line-height:1.3!important;min-height:2.3em!important}
.model-grid .card .body{padding:10px 11px 13px!important}
.model-grid .card .body p{display:none!important}
.model-grid .card .body h2{min-height:2.4em;margin:4px 0 0!important;font-size:.9rem!important;line-height:1.3!important}
.related-card .related-body{padding:10px 11px 13px}
.related-card .related-body strong{display:block;min-height:2.4em;font-size:.84rem;line-height:1.3}
.related-card .related-body small{display:block;margin-bottom:3px;color:#85766c;font-size:.65rem}

@media(max-width:980px){
  .commerce-header-inner{grid-template-columns:170px minmax(180px,1fr) auto;gap:13px}
  .commerce-header-actions{gap:10px}
  .commerce-header-action span:not(.commerce-count-badge){display:none}
  .commerce-user-label{display:none!important}
  .commerce-review-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .commerce-site-header{position:sticky}
  .commerce-header-inner{width:calc(100% - 22px);min-height:116px;grid-template-columns:1fr auto;grid-template-rows:54px 48px;gap:5px 8px;padding:5px 0 9px}
  .commerce-brand img{width:164px;height:46px}
  .commerce-search-wrap{grid-column:1/-1;grid-row:2}
  .commerce-search{height:44px;border-radius:11px}
  .commerce-search-results{top:49px}
  .commerce-header-actions{gap:9px}
  .commerce-header-action svg{width:22px;height:22px}
  .commerce-count-badge{top:-8px;left:13px}
  .commerce-heart{right:7px;top:7px;width:34px;height:34px}
  .commerce-social-line{font-size:.61rem}
  .commerce-rating-row{gap:3px}
  .commerce-stars{font-size:.72rem}
  .commerce-rating-number,.commerce-review-count{font-size:.61rem}
  .commerce-normal-price,.commerce-new-price{font-size:.76rem}
  .commerce-old-price{font-size:.64rem}
  .commerce-review-grid{grid-template-columns:1fr}
  .commerce-reviews-head{align-items:flex-start;flex-direction:column}
}

/* Son yerleşim düzeltmeleri */
.model-grid .badge{left:10px!important;right:auto!important}
#productPrice.marketing-price{display:block!important;margin-bottom:14px!important;padding:0!important;border-radius:0!important;background:transparent!important}
#productPrice .commerce-price-row{margin:0}
.commerce-product-social .commerce-price-row{display:none}
.commerce-review-card .commerce-rating-number,.commerce-review-card .commerce-review-count{display:none}
@media(max-width:560px){.model-grid .badge{left:6px!important;right:auto!important}}
.hero > nav.container.legacy-commerce-header,
body > header.legacy-commerce-header,
.site-header.legacy-commerce-header{display:none!important}

/* Arama önerileri: kullanıcı yazarken modeller doğrudan kutunun altında görünür */
.commerce-search-wrap{z-index:40}
.commerce-search-results{
  top:55px!important;
  z-index:6000!important;
  max-height:min(520px,70vh);
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
}
.commerce-search-caption{
  position:sticky;
  top:0;
  z-index:2;
  padding:10px 13px 8px;
  border-bottom:1px solid rgba(43,33,27,.08);
  color:#78685f;
  background:#fff;
  font-size:.67rem;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.commerce-search-item{
  grid-template-columns:54px minmax(0,1fr) auto!important;
  min-height:66px;
  gap:12px!important;
  transition:background .16s ease,transform .16s ease;
}
.commerce-search-item:hover,.commerce-search-item.active{background:#faf1ee!important}
.commerce-search-item.active{box-shadow:inset 3px 0 0 var(--commerce-wine)}
.commerce-search-copy{min-width:0}
.commerce-search-copy strong,.commerce-search-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.commerce-search-price{justify-self:end;color:var(--commerce-wine);font-size:.7rem;font-weight:900;white-space:nowrap}
.commerce-search-all{grid-template-columns:34px minmax(0,1fr) auto!important;background:#fbf7f4!important}
.commerce-search-all-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--commerce-wine);font-size:1rem}
.commerce-search-empty{padding:20px 14px;color:var(--commerce-muted);font-size:.78rem;text-align:center}
body.premium-dark .commerce-search-caption,html.theme-dark .commerce-search-caption{color:#d9c9be;background:#211915;border-color:rgba(213,174,123,.18)}
body.premium-dark .commerce-search-item:hover,body.premium-dark .commerce-search-item.active,html.theme-dark .commerce-search-item:hover,html.theme-dark .commerce-search-item.active{background:#30231d!important}
body.premium-dark .commerce-search-price,html.theme-dark .commerce-search-price{color:#f0ba91}

/* Index masaüstü modeller bölümü: eşit kartlar, taşmasız iki sıra ve dengeli kaydırma */
@media(min-width:981px){
  #urunler.products.container{
    width:min(1280px,calc(100% - 48px))!important;
    max-width:1280px!important;
    margin:34px auto 54px!important;
    padding:24px 28px 30px!important;
    overflow:visible!important;
  }
  #urunler .products-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:24px!important;
    margin-bottom:18px!important;
  }
  #urunler .product-rows{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:18px!important;
    min-width:0!important;
  }
  #urunler .products-shell{
    position:relative!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding:0!important;
    overflow:visible!important;
  }
  #urunler .grid{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-auto-columns:calc((100% - 48px)/4)!important;
    align-items:stretch!important;
    gap:16px!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding:4px 2px 13px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-inline:2px!important;
    scrollbar-width:none!important;
  }
  #urunler .grid::-webkit-scrollbar{display:none!important}
  #urunler .product-card{
    display:flex!important;
    flex-direction:column!important;
    align-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:100%!important;
    margin:0!important;
    flex:none!important;
    scroll-snap-align:start!important;
    overflow:hidden!important;
  }
  #urunler .product-card>img{
    display:block!important;
    width:100%!important;
    height:228px!important;
    min-height:228px!important;
    padding:10px!important;
    object-fit:contain!important;
  }
  #urunler .product-body{
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    min-height:132px!important;
    padding:12px 13px 14px!important;
  }
  #urunler .product-body h3{
    min-height:2.45em!important;
    margin:0!important;
    font-size:.91rem!important;
    line-height:1.23!important;
  }
  #urunler .commerce-card-meta{margin-top:auto!important}
  #urunler .carousel-btn{
    top:50%!important;
    width:42px!important;
    height:62px!important;
    margin-top:-31px!important;
    border-radius:14px!important;
    z-index:30!important;
  }
  #urunler .carousel-btn.left{left:-21px!important}
  #urunler .carousel-btn.right{right:-21px!important}
}
@media(min-width:981px) and (max-width:1199px){
  #urunler .grid{grid-auto-columns:calc((100% - 32px)/3)!important}
  #urunler .product-card>img{height:218px!important;min-height:218px!important}
}
@media(max-width:650px){
  .commerce-search-results{top:49px!important;left:-2px!important;right:-2px!important;max-height:62vh}
  .commerce-search-item{grid-template-columns:48px minmax(0,1fr) auto!important;min-height:60px;padding:7px 9px!important;gap:8px!important}
  .commerce-search-item img{width:46px!important;height:46px!important}
  .commerce-search-price{font-size:.61rem}
  .commerce-search-caption{font-size:.6rem;padding:8px 10px 7px}
}

/* v3: profil, üyelik indirimi ve görselli yorumlar */
.commerce-avatar{width:28px;height:28px;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--commerce-wine);font-size:.72rem;font-weight:950}
.commerce-avatar img{width:100%;height:100%;object-fit:cover}
.commerce-avatar.guest{color:var(--commerce-ink);background:transparent;border-radius:0}.commerce-avatar.guest svg{width:24px;height:24px;display:block}
.commerce-member-price-row{flex-wrap:wrap}
.commerce-admin-price{color:#6f625b;font-size:.7rem;font-weight:850}
.commerce-member-tag,.commerce-coupon-teaser{width:100%;display:block;margin-top:3px;color:#168b48;font-size:.59rem;font-style:normal;font-weight:900}
.commerce-member-benefit{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:14px 0;padding:13px 15px;border:1px solid rgba(22,139,72,.18);border-radius:14px;color:#166b3c;background:#eef9f2}
.commerce-member-benefit strong{display:block;font-size:.79rem}
.commerce-member-benefit span{display:block;margin-top:3px;color:#587164;font-size:.67rem}
.commerce-member-benefit a{flex:0 0 auto;color:#fff;background:#168b48;padding:9px 12px;border-radius:9px;font-size:.69rem;font-weight:900;text-decoration:none}
.commerce-review-form{margin:19px 0 24px;padding:18px;border:1px solid rgba(43,33,27,.12);border-radius:18px;background:#fff}
.commerce-review-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:14px}
.commerce-review-form-head h3{margin:0 0 4px;font-size:1rem}
.commerce-review-form-head p{margin:0;color:#77685f;font-size:.72rem;line-height:1.45}
.commerce-review-form-head>span{padding:7px 10px;border-radius:999px;color:#5f0004;background:#f6e8e8;font-size:.67rem;font-weight:900}
.commerce-review-fields{display:grid;grid-template-columns:160px 1fr;gap:12px}
.commerce-review-fields label{display:grid;gap:6px;color:#4f4037;font-size:.72rem;font-weight:850}
.commerce-review-fields select,.commerce-review-fields textarea,.commerce-review-fields input{width:100%;border:1px solid rgba(43,33,27,.16);border-radius:11px;padding:11px 12px;background:#fff;font:600 .82rem Arial,Helvetica,sans-serif}
.commerce-review-fields select{height:46px}
.commerce-review-comment{grid-column:2;grid-row:1/3}
.commerce-review-fields label:last-child{grid-column:1}
.commerce-review-form>button{min-height:44px;margin-top:12px;padding:0 18px;border:0;border-radius:10px;color:#fff;background:#5f0004;font-weight:900;cursor:pointer}
.commerce-review-status{min-height:18px;margin-top:8px;color:#5f0004;font-size:.72rem;font-weight:800}
.commerce-review-preview{display:flex;flex-wrap:wrap;gap:9px;margin-top:11px}
.commerce-review-preview span{width:84px;display:grid;gap:4px}
.commerce-review-preview img{width:84px;height:70px;border-radius:9px;object-fit:cover;background:#eee}
.commerce-review-preview small{overflow:hidden;color:#74655c;font-size:.57rem;text-overflow:ellipsis;white-space:nowrap}
.commerce-review-login{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 24px;padding:17px;border:1px dashed rgba(95,0,4,.25);border-radius:16px;background:#fff8f6}
.commerce-review-login strong,.commerce-review-login span{display:block}
.commerce-review-login strong{color:#3d2b25;font-size:.86rem}
.commerce-review-login span{margin-top:4px;color:#78695f;font-size:.7rem}
.commerce-review-login a{flex:0 0 auto;padding:10px 13px;border-radius:10px;color:#fff;background:#5f0004;font-size:.7rem;font-weight:900;text-decoration:none}
.commerce-review-author{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-bottom:9px}
.commerce-review-author>time{color:#8b7c73;font-size:.62rem}
.commerce-review-author strong{display:block}
.commerce-review-author small{display:block;margin-top:2px;color:#168b48;font-size:.58rem;font-weight:850}
.commerce-review-avatar{width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#fff;background:#5f0004;font-size:.85rem;font-weight:950}
.commerce-review-avatar img{width:100%;height:100%;object-fit:cover}
.commerce-review-images{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:12px}
.commerce-review-image-button{display:block;width:100%;padding:0;border:0;border-radius:10px;overflow:hidden;background:#eee;cursor:zoom-in;line-height:0;transition:transform .18s ease,box-shadow .18s ease}
.commerce-review-image-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.12)}
.commerce-review-image-button:focus-visible{outline:3px solid rgba(95,0,4,.28);outline-offset:2px}
.commerce-review-images img{display:block;width:100%;height:105px;border-radius:10px;object-fit:cover;background:#eee}
.commerce-admin-reply{margin-top:13px;padding:12px 13px;border-left:3px solid #5f0004;border-radius:0 10px 10px 0;background:#f8efec}
.commerce-admin-reply strong{color:#5f0004;font-size:.7rem}
.commerce-admin-reply p{margin:5px 0!important;color:#5e4d44!important;font-size:.75rem!important}
.commerce-admin-reply time{color:#8d7d74;font-size:.58rem}
body.premium-dark .commerce-member-benefit,html.theme-dark .commerce-member-benefit{color:#baf2d0;background:#12271c;border-color:rgba(103,221,151,.25)}
body.premium-dark .commerce-review-form,body.premium-dark .commerce-review-login,html.theme-dark .commerce-review-form,html.theme-dark .commerce-review-login{color:#fff3e5;background:#211915;border-color:rgba(213,174,123,.22)}
body.premium-dark .commerce-review-fields select,body.premium-dark .commerce-review-fields textarea,body.premium-dark .commerce-review-fields input,html.theme-dark .commerce-review-fields select,html.theme-dark .commerce-review-fields textarea,html.theme-dark .commerce-review-fields input{color:#fff3e5;background:#17110e;border-color:rgba(213,174,123,.22)}
body.premium-dark .commerce-admin-reply,html.theme-dark .commerce-admin-reply{background:#2e211b}
@media(max-width:650px){
  .commerce-avatar{width:25px;height:25px}
  .commerce-member-benefit,.commerce-review-login,.commerce-review-form-head{align-items:flex-start;flex-direction:column}
  .commerce-member-benefit a,.commerce-review-login a{width:100%;text-align:center}
  .commerce-review-fields{grid-template-columns:1fr}
  .commerce-review-comment,.commerce-review-fields label:last-child{grid-column:auto;grid-row:auto}
  .commerce-review-images{grid-template-columns:repeat(2,minmax(0,1fr))}
  .commerce-review-images img{height:120px}
}

/* v4: görünür yorum alanı, güçlü canlı arama ve ürün fiyat hiyerarşisi */
.commerce-search-loading,.commerce-reviews-loading{padding:18px 14px;color:var(--commerce-muted);font-size:.78rem;text-align:center}
.commerce-reviews-actions{display:flex;align-items:center;justify-content:flex-end;gap:13px;flex-wrap:wrap}
.commerce-write-review{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 17px;border:0;border-radius:10px;color:#fff!important;background:var(--commerce-wine);font-size:.75rem;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 9px 20px rgba(95,0,4,.18)}
.commerce-write-review:hover{filter:brightness(1.08);transform:translateY(-1px)}
#musteri-yorumlari{scroll-margin-top:105px}
body.premium-dark .commerce-search-loading,html.theme-dark .commerce-search-loading,body.premium-dark .commerce-reviews-loading,html.theme-dark .commerce-reviews-loading{color:#dacac0}
@media(max-width:650px){.commerce-reviews-actions{width:100%;justify-content:space-between}.commerce-write-review{min-width:112px}.commerce-reviews{width:calc(100% - 20px)}}


/* v7: Üst menü aramasına gelişmiş, Trendyol benzeri öneri paneli */
.commerce-search-wrap{z-index:7000!important}
.commerce-search{position:relative;z-index:2}
.commerce-search-wrap.is-open .commerce-search{
  border-color:#5f0004!important;
  border-radius:13px 13px 0 0!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(43,33,27,.13)!important;
}
.commerce-search-clear{
  width:32px;height:32px;display:grid;place-items:center;flex:0 0 32px;
  margin:0 -7px 0 2px;padding:0;border:0;border-radius:50%;
  color:#756a63;background:#e9e5e1;font:500 22px/1 Arial,sans-serif;cursor:pointer;
}
.commerce-search-clear:hover{color:#5f0004;background:#ddd5cf}
.commerce-search-clear[hidden]{display:none!important}
.commerce-search-results{
  top:47px!important;left:0!important;right:0!important;z-index:1!important;
  max-height:min(520px,70vh)!important;overflow:hidden!important;
  border:2px solid #5f0004!important;border-top:1px solid #eaded5!important;
  border-radius:0 0 13px 13px!important;background:#fff!important;
  box-shadow:0 24px 55px rgba(43,33,27,.23)!important;
}
.commerce-search-panel-head{
  min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:11px 17px;border-bottom:1px solid #eee7e1;color:#261f1a;background:#fff;
}
.commerce-search-panel-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.79rem}
.commerce-search-panel-head span{flex:0 0 auto;color:#998b81;font-size:.64rem}
.commerce-search-list{max-height:min(390px,54vh);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}
.commerce-search-item{
  grid-template-columns:50px minmax(0,1fr) minmax(78px,145px)!important;
  min-height:66px!important;gap:12px!important;padding:8px 16px!important;
  border-bottom:1px solid #f0ebe7!important;background:#fff!important;
}
.commerce-search-item:hover,.commerce-search-item.active{background:#fff7f3!important}
.commerce-search-item.active{box-shadow:inset 3px 0 0 #5f0004!important}
.commerce-search-item img{width:48px!important;height:48px!important;padding:0!important;border:1px solid #ece3dc;border-radius:9px!important;object-fit:cover!important;background:#f5eee8!important}
.commerce-search-copy{min-width:0}
.commerce-search-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#261f1a!important;font-size:.82rem!important;line-height:1.25}
.commerce-search-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:4px!important;color:#88786d!important;font-size:.65rem!important;line-height:1.3}
.commerce-search-type{overflow:hidden;color:#9b8b80;font-size:.6rem;font-weight:850;text-align:right;text-overflow:ellipsis;white-space:nowrap}
.commerce-search-empty,.commerce-search-loading{padding:28px 18px!important;color:#75685e!important;background:#fff;text-align:center;font-size:.75rem!important;font-weight:750}
.commerce-search-footer{
  min-height:46px;display:flex;align-items:center;justify-content:flex-end;gap:8px;
  padding:9px 17px;border-top:1px solid #eee7e1;color:#5f0004;background:#fffaf7;
  font-size:.7rem;font-weight:950;text-decoration:none;
}
.commerce-search-footer:hover{background:#f8eee9}
body.premium-dark .commerce-search-wrap.is-open .commerce-search,html.theme-dark .commerce-search-wrap.is-open .commerce-search,
body.premium-dark .commerce-search-results,html.theme-dark .commerce-search-results,
body.premium-dark .commerce-search-panel-head,html.theme-dark .commerce-search-panel-head,
body.premium-dark .commerce-search-item,html.theme-dark .commerce-search-item,
body.premium-dark .commerce-search-empty,html.theme-dark .commerce-search-empty,
body.premium-dark .commerce-search-loading,html.theme-dark .commerce-search-loading{
  color:#fff3e5!important;background:#211915!important;border-color:rgba(213,174,123,.22)!important;
}
body.premium-dark .commerce-search-results,html.theme-dark .commerce-search-results{border-color:#b78258!important}
body.premium-dark .commerce-search-copy strong,html.theme-dark .commerce-search-copy strong{color:#fff3e5!important}
body.premium-dark .commerce-search-copy small,html.theme-dark .commerce-search-copy small,
body.premium-dark .commerce-search-type,html.theme-dark .commerce-search-type,
body.premium-dark .commerce-search-panel-head span,html.theme-dark .commerce-search-panel-head span{color:rgba(255,243,229,.58)!important}
body.premium-dark .commerce-search-item:hover,body.premium-dark .commerce-search-item.active,
html.theme-dark .commerce-search-item:hover,html.theme-dark .commerce-search-item.active{background:#30231d!important}
body.premium-dark .commerce-search-footer,html.theme-dark .commerce-search-footer{color:#e0b58b;background:#211915;border-color:rgba(213,174,123,.18)}
body.premium-dark .commerce-search-footer:hover,html.theme-dark .commerce-search-footer:hover{background:#30231d}
body.premium-dark .commerce-search-clear,html.theme-dark .commerce-search-clear{color:#e0b58b;background:#382c25}

@media(max-width:650px){
  .commerce-search-wrap.is-open .commerce-search{border-radius:11px 11px 0 0!important}
  .commerce-search-results{top:43px!important;left:0!important;right:0!important;max-height:min(440px,62vh)!important;border-width:1.5px!important;border-radius:0 0 11px 11px!important}
  .commerce-search-panel-head{min-height:42px;padding:8px 10px}
  .commerce-search-panel-head strong{font-size:.69rem}
  .commerce-search-panel-head span{font-size:.53rem}
  .commerce-search-list{max-height:min(322px,48vh)}
  .commerce-search-item{grid-template-columns:42px minmax(0,1fr) minmax(62px,86px)!important;min-height:57px!important;gap:8px!important;padding:7px 9px!important}
  .commerce-search-item img{width:40px!important;height:40px!important;border-radius:7px!important}
  .commerce-search-copy strong{font-size:.72rem!important}
  .commerce-search-copy small{font-size:.56rem!important}
  .commerce-search-type{font-size:.51rem}
  .commerce-search-footer{min-height:41px;padding:7px 10px;font-size:.61rem}
  .commerce-search-clear{width:29px;height:29px;flex-basis:29px;margin-right:-9px;font-size:20px}
}
@media(max-width:410px){
  .commerce-search-panel-head span,.commerce-search-type{display:none}
  .commerce-search-item{grid-template-columns:39px minmax(0,1fr)!important}
  .commerce-search-item img{width:37px!important;height:37px!important}
}
.commerce-search input{-webkit-appearance:none;appearance:none}
.commerce-search input::-webkit-search-cancel-button,.commerce-search input::-webkit-search-decoration{-webkit-appearance:none;display:none}

/* v8: Arama öneri paneli her içeriğin üstünde görünür */
.commerce-site-header{
  overflow:visible!important;
  isolation:isolate!important;
  z-index:2147483000!important;
}
.commerce-header-inner,
.commerce-search-wrap{
  overflow:visible!important;
}
.commerce-header-inner{
  position:relative!important;
  z-index:1!important;
}
.commerce-search-wrap{
  position:relative!important;
}
.commerce-search-wrap.is-open{
  z-index:2147483600!important;
}
.commerce-search-results,
.commerce-search-results.open{
  position:absolute!important;
  z-index:2147483640!important;
}
@media(max-width:650px){
  .commerce-site-header,
  .commerce-header-inner,
  .commerce-search-wrap{
    overflow:visible!important;
  }
}

/* Ürün sayfası indirim kodu */
.commerce-product-coupon{margin:16px 0 10px;padding:14px;border:1px solid rgba(95,0,4,.13);border-radius:15px;background:#fbf8f5;box-shadow:0 8px 24px rgba(38,31,26,.045)}
.commerce-product-coupon-copy{display:flex;align-items:center;gap:10px}.commerce-product-coupon-icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:10px;color:#fff;background:#5f0004;font-size:.8rem;font-weight:950;box-shadow:0 7px 16px rgba(95,0,4,.18)}
.commerce-product-coupon-copy strong{display:block;color:#2d2420;font-size:.82rem;line-height:1.2}.commerce-product-coupon-copy span:not(.commerce-product-coupon-icon){display:block;margin-top:2px;color:#746b68;font-size:.68rem;line-height:1.4}
.commerce-product-coupon form{display:flex;overflow:hidden;margin-top:11px;border:1px solid rgba(95,0,4,.17);border-radius:11px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.commerce-product-coupon form:focus-within{border-color:rgba(95,0,4,.48);box-shadow:0 0 0 3px rgba(95,0,4,.07)}
.commerce-product-coupon input{min-width:0;width:100%;height:43px;padding:0 13px;border:0;outline:0;background:transparent;color:#211a18;font:inherit;font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.commerce-product-coupon input::placeholder{color:#a29791;font-size:.66rem;letter-spacing:.06em}
.commerce-product-coupon form button{height:43px;min-width:88px;padding:0 16px;border:0;border-left:1px solid rgba(95,0,4,.12);color:#fff;background:#5f0004;font-size:.73rem;font-weight:900;cursor:pointer;transition:filter .18s ease}.commerce-product-coupon form button:hover{filter:brightness(1.12)}
.commerce-product-coupon-status{min-height:0;margin-top:0;color:#665b57;font-size:.7rem;line-height:1.45}.commerce-product-coupon-status:not(:empty){min-height:18px;margin-top:9px;padding-top:8px;border-top:1px solid rgba(95,0,4,.09)}.commerce-product-coupon-status strong{color:#5f0004}.commerce-product-coupon-status button{margin-left:7px;padding:0;border:0;background:transparent;color:#8b171d;font:inherit;font-weight:900;text-decoration:underline;cursor:pointer}
html.theme-dark .commerce-product-coupon,body.premium-dark .commerce-product-coupon{border-color:rgba(255,255,255,.12);background:#1b1512;box-shadow:none}html.theme-dark .commerce-product-coupon-copy strong,html.theme-dark .commerce-product-coupon-status strong,body.premium-dark .commerce-product-coupon-copy strong,body.premium-dark .commerce-product-coupon-status strong{color:#fff1e8}html.theme-dark .commerce-product-coupon-copy span:not(.commerce-product-coupon-icon),html.theme-dark .commerce-product-coupon-status,body.premium-dark .commerce-product-coupon-copy span:not(.commerce-product-coupon-icon),body.premium-dark .commerce-product-coupon-status{color:#d7c8c2}html.theme-dark .commerce-product-coupon form,body.premium-dark .commerce-product-coupon form{border-color:rgba(255,255,255,.14);background:#120e0c}html.theme-dark .commerce-product-coupon input,body.premium-dark .commerce-product-coupon input{color:#fff3e5}
@media(max-width:700px){.commerce-product-coupon{margin:14px 0 9px;padding:12px}.commerce-product-coupon form button{min-width:78px;padding-inline:13px}.commerce-product-coupon-copy span:not(.commerce-product-coupon-icon){font-size:.65rem}}


/* v11: Hesap telefon numarası zorunluluğu */
body.commerce-phone-locked{overflow:hidden!important;touch-action:none}
.commerce-phone-gate[hidden]{display:none!important}
.commerce-phone-gate{position:fixed;inset:0;z-index:2147483647;display:grid;place-items:center;padding:18px;background:rgba(26,18,15,.48);-webkit-backdrop-filter:blur(13px) saturate(.72);backdrop-filter:blur(13px) saturate(.72);font-family:Arial,Helvetica,sans-serif;opacity:0;transition:opacity .22s ease}
.commerce-phone-gate.open{opacity:1}
.commerce-phone-card{width:min(430px,calc(100vw - 30px));min-height:420px;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:34px 32px 30px;border:1px solid rgba(95,0,4,.15);border-radius:24px;color:#2d211d;background:linear-gradient(155deg,#fff 0%,#fffaf6 100%);box-shadow:0 32px 90px rgba(22,12,9,.3);text-align:center;transform:translateY(14px) scale(.97);transition:transform .3s cubic-bezier(.2,.8,.2,1)}
.commerce-phone-gate.open .commerce-phone-card{transform:none}
.commerce-phone-mark{width:68px;height:68px;display:grid;place-items:center;margin-bottom:16px;border-radius:21px;color:#fff;background:#5f0004;box-shadow:0 15px 32px rgba(95,0,4,.23)}
.commerce-phone-mark svg{width:34px;height:34px}
.commerce-phone-eyebrow{color:#168b48;font-size:.66rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.commerce-phone-card h2{margin:8px 0 9px;color:#2b1d19;font-size:1.42rem;line-height:1.16}
.commerce-phone-card>p{max-width:340px;margin:0;color:#756861;font-size:.79rem;line-height:1.58}
.commerce-phone-card form{width:100%;display:grid;gap:9px;margin-top:22px;text-align:left}
.commerce-phone-card label{color:#4c3e38;font-size:.7rem;font-weight:900}
.commerce-phone-input{height:52px;display:flex;align-items:center;overflow:hidden;border:1.5px solid rgba(95,0,4,.2);border-radius:13px;background:#fff;box-shadow:0 8px 22px rgba(55,32,24,.05);transition:border-color .18s ease,box-shadow .18s ease}
.commerce-phone-input:focus-within{border-color:#5f0004;box-shadow:0 0 0 4px rgba(95,0,4,.08)}
.commerce-phone-input>span{height:100%;display:grid;place-items:center;padding:0 14px;border-right:1px solid rgba(95,0,4,.12);color:#5f0004;background:#faf1ee;font-size:.72rem;font-weight:950}
.commerce-phone-input input{min-width:0;width:100%;height:100%;padding:0 14px;border:0;outline:0;color:#2b211d;background:transparent;font:800 .94rem Arial,Helvetica,sans-serif;letter-spacing:.035em}
.commerce-phone-card form>small{color:#8a7d76;font-size:.62rem;line-height:1.4}
.commerce-phone-card form>button{height:51px;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:5px;border:0;border-radius:13px;color:#fff;background:linear-gradient(135deg,#5f0004,#7d1117);box-shadow:0 13px 28px rgba(95,0,4,.21);font:900 .78rem Arial,Helvetica,sans-serif;cursor:pointer;transition:transform .16s ease,filter .16s ease}
.commerce-phone-card form>button:hover{filter:brightness(1.08);transform:translateY(-1px)}
.commerce-phone-card form>button:disabled{opacity:.66;cursor:wait;transform:none}
.commerce-phone-card form>button b{font-size:1.1rem}
.commerce-phone-status{min-height:17px;color:#a11f28;font-size:.67rem;font-weight:800;line-height:1.4;text-align:center}
html.theme-dark .commerce-phone-card,body.premium-dark .commerce-phone-card{border-color:rgba(221,184,139,.18);color:#fff1e8;background:linear-gradient(155deg,#211914,#15100d)}
html.theme-dark .commerce-phone-card h2,body.premium-dark .commerce-phone-card h2{color:#fff2e8}
html.theme-dark .commerce-phone-card>p,html.theme-dark .commerce-phone-card form>small,body.premium-dark .commerce-phone-card>p,body.premium-dark .commerce-phone-card form>small{color:#cbbdb5}
html.theme-dark .commerce-phone-card label,body.premium-dark .commerce-phone-card label{color:#ead8ce}
html.theme-dark .commerce-phone-input,body.premium-dark .commerce-phone-input{border-color:rgba(221,184,139,.2);background:#100c0a}
html.theme-dark .commerce-phone-input input,body.premium-dark .commerce-phone-input input{color:#fff1e8}
html.theme-dark .commerce-phone-input>span,body.premium-dark .commerce-phone-input>span{color:#e0b58b;background:#2b211c;border-color:rgba(221,184,139,.15)}
@media(max-width:520px){.commerce-phone-gate{padding:12px}.commerce-phone-card{width:100%;min-height:min(430px,calc(100vh - 24px));padding:28px 21px 24px;border-radius:21px}.commerce-phone-mark{width:60px;height:60px;border-radius:18px}.commerce-phone-card h2{font-size:1.25rem}.commerce-phone-card>p{font-size:.75rem}.commerce-phone-card form{margin-top:19px}}
