
*{box-sizing:border-box}body{margin:0}
.ebv-marquee{width:100%;overflow:hidden;background:#990f26;color:#fff;font-weight:900;font-size:14px;line-height:1;padding:10px 0;white-space:nowrap}
.ebv-marquee-track{display:inline-flex;gap:90px;min-width:240%;animation:ebvMarquee 46s linear infinite}
.ebv-marquee-track span{display:inline-block}
@keyframes ebvMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

.ebv-header{position:sticky;top:0;z-index:9999;background:#fffaf6;border-bottom:1px solid #ead8cf;box-shadow:0 10px 28px rgba(91,6,18,.06)}
.ebv-header-inner{width:min(1500px,calc(100% - 42px));margin:0 auto;min-height:82px;display:grid;grid-template-columns:270px minmax(0,1fr) 130px;align-items:center;gap:16px}
.ebv-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#990f26;position:relative;min-width:0}
.ebv-brand img{width:60px;height:60px;border-radius:50%;object-fit:cover;background:#111;display:block;box-shadow:0 8px 24px rgba(91,6,18,.14);transition:.28s ease;animation:logoSoftPulse 4s ease-in-out infinite}
@keyframes logoSoftPulse{0%,100%{filter:drop-shadow(0 0 0 rgba(216,177,92,0));transform:scale(1)}50%{filter:drop-shadow(0 0 8px rgba(216,177,92,.55));transform:scale(1.025)}}
.ebv-brand:hover img{transform:scale(1.07) rotate(-2deg)}
.ebv-brand strong{display:block;font-family:Georgia,'Times New Roman',serif;color:#990f26;font-size:27px;line-height:.95;white-space:nowrap}
.ebv-brand em{display:block;font-style:normal;letter-spacing:.30em;color:#a88a86;font-size:9px;margin-top:7px;white-space:nowrap}
.ebv-brand:hover:after{content:"Ana sayfaya dön";position:absolute;left:0;bottom:-28px;background:#25060b;color:#fff;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900;white-space:nowrap}

.ebv-menu{justify-self:center;min-width:0}
.ebv-menu ul{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;list-style:none!important;margin:0!important;padding:0!important;flex-wrap:nowrap!important}
.ebv-menu li{list-style:none!important;margin:0!important;padding:0!important}
.ebv-menu a{display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;color:#332326!important;font-size:11.4px!important;font-weight:900!important;letter-spacing:.08em!important;white-space:nowrap!important;padding:8px 7px!important;border-radius:10px!important;min-height:34px!important}
.ebv-menu a:hover{background:#fff!important;color:#990f26!important;box-shadow:0 8px 20px rgba(91,6,18,.07)!important}

.ebv-actions{justify-self:end;display:flex;align-items:center;gap:8px}
.ebv-member{min-height:38px;padding:9px 12px;border-radius:13px;background:#990f26;color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:6px;font-weight:900;font-size:12.5px;white-space:nowrap;box-shadow:0 10px 22px rgba(153,15,38,.16)}
.ebv-member:hover{background:linear-gradient(90deg,#990f26,#d8b15c,#ff7eb3,#8b5cf6,#990f26);background-size:240% 100%;animation:ebvRainbow 1.4s linear infinite}
@keyframes ebvRainbow{to{background-position:240% 0}}
.ebv-member svg{width:16px;height:16px;display:block}

.ebv-cart-icon{position:relative;width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#990f26;border:1px solid #ead8cf;text-decoration:none}
.ebv-cart-icon svg{width:23px;height:23px;display:block;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.ebv-cart-count{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#990f26;color:#fff;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center;border:2px solid #fff}
.ebv-cart-count.is-zero{display:none}
.ebv-menu-btn{display:none}

.has-mega{position:relative}
.ebv-mega{position:absolute;left:50%;top:calc(100% + 12px);transform:translateX(-50%) translateY(8px);width:min(760px,calc(100vw - 50px));background:#fff;border:1px solid #ead8cf;border-radius:20px;padding:20px;box-shadow:0 26px 70px rgba(91,6,18,.15);opacity:0;visibility:hidden;pointer-events:none;z-index:10000;transition:.18s ease}
.has-mega:hover .ebv-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.ebv-mega-title{font-family:Georgia,serif;color:#990f26;font-size:22px;font-weight:900;margin:0 0 12px}
.ebv-mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.ebv-mega-grid a{display:block!important;background:#fff8f1!important;border:1px solid #f0ded6!important;border-radius:14px!important;padding:13px 14px!important;letter-spacing:0!important;font-size:14px!important;color:#3a2529!important}
.ebv-mega-grid a:hover{background:#990f26!important;color:#fff!important}
.ebv-mega small{display:block;margin-top:4px;font-size:11px;font-weight:600;opacity:.72}

.ebv-float-actions{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:12000;display:flex;flex-direction:column;gap:9px}
.ebv-float-action{position:relative;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#990f26;border:1px solid #ead8cf;text-decoration:none;font-size:18px;box-shadow:0 10px 28px rgba(91,6,18,.12);transition:.18s ease}
.ebv-float-action.whatsapp{background:#17c964;color:#fff;border-color:#17c964}
.ebv-float-action.top{background:#990f26;color:#fff;border-color:#990f26}
.ebv-float-action span{position:absolute;right:54px;top:50%;transform:translateY(-50%) translateX(8px);background:#25060b;color:#fff;padding:8px 11px;border-radius:999px;white-space:nowrap;font-size:12px;font-weight:900;opacity:0;pointer-events:none;transition:.18s ease}
.ebv-float-action:hover{transform:translateX(-3px)}
.ebv-float-action:hover span{opacity:1;transform:translateY(-50%) translateX(0)}

@media(max-width:1280px){.ebv-header-inner{grid-template-columns:235px minmax(0,1fr) 125px;gap:10px}.ebv-brand img{width:54px;height:54px}.ebv-brand strong{font-size:23px}.ebv-menu a{font-size:10.4px!important;letter-spacing:.055em!important;padding:8px 5px!important}}
@media(max-width:1080px){.ebv-header-inner{grid-template-columns:auto auto auto;min-height:76px}.ebv-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid #ead8cf;border-radius:14px;background:#fff;color:#990f26;font-size:23px;font-weight:900}.ebv-menu{display:none;grid-column:1/-1;width:100%;padding:10px 0}body.ebv-menu-open .ebv-menu{display:block}.ebv-menu ul{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.ebv-menu a{background:#fff!important;border:1px solid #ead8cf!important;padding:12px 8px!important;font-size:12px!important}.ebv-mega{position:static;transform:none;width:100%;opacity:1;visibility:visible;pointer-events:auto;display:none;margin-top:8px;box-shadow:none;padding:12px}body.ebv-menu-open .ebv-mega{display:block}.ebv-mega-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.ebv-header-inner{width:calc(100% - 20px);gap:8px}.ebv-brand img{width:50px;height:50px}.ebv-brand strong{font-size:20px}.ebv-brand em{display:none}.ebv-member{font-size:0;padding:8px 10px;min-height:38px}.ebv-member svg{width:18px;height:18px}.ebv-cart-icon{width:39px;height:39px}.ebv-menu ul{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ebv-float-actions{right:12px;gap:8px}.ebv-float-action{width:42px;height:42px}.ebv-float-action span{display:none}.ebv-brand:hover:after{display:none}}
