:root{
  --pink:#ef6695;
  --pink-dark:#d94c7f;
  --pink-soft:#fff1f6;
  --pink-pale:#fff8fb;
  --line:#f0e3e8;
  --ink:#2c2529;
  --muted:#756a70;
  --white:#fff;
  --shadow:0 14px 34px rgba(75,39,55,.10);
  --shadow-lg:0 22px 54px rgba(75,39,55,.16);
  --radius:14px;
  --site-width:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;background:linear-gradient(180deg,#fff 0,#fff9fb 44%,#fff 100%);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.site-container{width:min(var(--site-width),calc(100% - 40px));margin-inline:auto}
.hidden{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.toast{position:fixed;z-index:3000;right:20px;bottom:20px;max-width:min(360px,calc(100vw - 40px));padding:13px 16px;border-radius:10px;background:#2e2730;color:#fff;box-shadow:var(--shadow-lg);font-size:13px;opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s ease}
.toast.show{opacity:1;transform:translateY(0)}

/* Shared header */
.site-topbar{border-bottom:1px solid #f7dce6;background:linear-gradient(90deg,#ffe8f0,#fff7fa 55%,#ffe7f0)}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#4a4045;font-size:12px}
.contact-line,.top-links,.header-actions{display:flex;align-items:center}
.contact-line{min-width:0;gap:23px}
.contact-line>a,.contact-line>span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.top-links{gap:19px;white-space:nowrap}
.top-links a:hover{color:var(--pink-dark)}
.utility-icon{width:14px;height:14px;stroke:currentColor;stroke-width:1.8;fill:none;flex:0 0 auto}
.site-header{background:rgba(255,255,255,.98);border-bottom:1px solid var(--line)}
.header-inner{min-height:104px;display:grid;grid-template-columns:205px minmax(260px,1fr) 300px;align-items:center;gap:34px}
.brand{display:inline-flex;width:185px;align-items:center}
.brand img{width:100%;height:80px;object-fit:contain;object-position:left center}
.search-form{width:min(100%,570px);justify-self:center;display:grid;grid-template-columns:minmax(0,1fr) 54px;overflow:hidden;border:1px solid #e7e0e3;border-radius:5px;background:#fff}
.search-form input{width:100%;min-width:0;height:43px;padding:0 16px;border:0;outline:0;color:var(--ink);background:#fff}
.search-form input::placeholder{color:#aaa1a6}
.search-form button{display:grid;place-items:center;border:0;background:var(--pink);color:#fff;transition:background .2s ease}
.search-form button:hover{background:var(--pink-dark)}
.search-icon{width:21px;height:21px;stroke:currentColor;stroke-width:2;fill:none}
.header-actions{justify-content:flex-end;gap:18px}
.header-action{position:relative;display:grid;grid-template-columns:23px auto;grid-template-rows:17px 15px;gap:1px 6px;align-items:center;min-width:max-content;color:#2e282c;line-height:1}
.header-action svg{grid-row:1/3;width:22px;height:22px;stroke:currentColor;stroke-width:1.65;fill:none}
.header-action strong{font-size:12px;font-weight:600}
.header-action small{font-size:11px;color:#756b70}
.header-action:hover strong,.header-action:hover small{color:var(--pink-dark)}
.header-action.cart{grid-template-rows:34px}.header-action.cart svg{grid-row:1}
.cart-count{position:absolute;top:-6px;left:16px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--pink);color:#fff;display:grid;place-items:center;font-size:10px;font-style:normal}
.mobile-menu-btn{display:none;border:0;padding:8px;background:transparent;color:var(--ink)}
.mobile-menu-btn svg{width:28px;height:28px;stroke:currentColor;stroke-width:1.8;fill:none}

/* Navigation and megamenus */
.main-nav{position:relative;z-index:100;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 3px 9px rgba(74,42,55,.035)}
.nav-list{min-height:50px;margin:0 auto;padding:0;display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;list-style:none}
.menu-item{position:relative;display:flex;align-items:stretch}
.menu-item.has-mega{position:static}
.menu-item.menu-favorite .nav-link{color:var(--pink-dark)}
.menu-item.menu-account .nav-link{color:var(--pink-dark)}
.header-actions--cart-only{justify-content:flex-end}
.nav-link{position:relative;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:0;background:transparent;color:#30282d;font-size:10.5px;font-weight:800;letter-spacing:.01em;white-space:nowrap}
.nav-link:hover,.menu-item.is-open>.nav-link,.nav-link.is-active{color:var(--pink-dark)}
.nav-link.is-active::after,.nav-link:hover::after,.menu-item.is-open>.nav-link::after{content:"";position:absolute;bottom:-1px;width:27px;height:3px;border-radius:3px 3px 0 0;background:var(--pink)}
.nav-chevron{width:13px;height:13px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .2s ease}
.menu-item.is-open .nav-chevron{transform:rotate(180deg)}
.mega-panel{position:absolute;z-index:500;top:100%;left:50%;width:min(1160px,calc(100vw - 32px));padding:12px;border:1px solid #f2e5eb;border-radius:0 0 8px 8px;background:#fff;box-shadow:var(--shadow-lg);display:grid;grid-template-columns:258px minmax(0,1fr);gap:12px;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.menu-item.has-mega:hover>.mega-panel,.menu-item.has-mega:focus-within>.mega-panel,.menu-item.has-mega.is-open>.mega-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.mega-feature{position:relative;min-height:222px;overflow:hidden;border-radius:5px;background:#f8e7ee}
.mega-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.mega-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.93),rgba(255,255,255,.18))}
.mega-feature-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;width:145px;height:100%;padding:22px}
.mega-feature-content strong{font-size:14px;line-height:1.4}
.mega-feature-content a{width:max-content;margin-top:14px;border-radius:5px;padding:10px 11px;background:var(--pink);color:#fff;font-size:10px;font-weight:800}
.mega-groups{display:grid;grid-template-columns:repeat(var(--mega-columns,4),minmax(0,1fr));align-content:start}
.mega-group{min-width:0;padding:11px 15px;border-left:1px solid #f2ecef}
.mega-group:first-child{border-left:0}
.mega-group h3{margin:0 0 10px;color:var(--pink);font-size:12px;text-transform:uppercase;letter-spacing:.02em}
.mega-group a{display:block;padding:4px 0;color:#655c61;font-size:12px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mega-group a:hover{color:var(--pink-dark);padding-left:2px}
.mega-all-link{grid-column:1/-1;min-height:39px;margin-top:1px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:4px;background:#fff0f5;color:#635059;font-size:12px;font-weight:700}
.mega-all-link:hover{background:#ffe5ef;color:var(--pink-dark)}

/* Buttons, shared sections */
.pink-btn,.outline-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:41px;border-radius:8px;padding:0 17px;border:0;font-size:11px;font-weight:800;letter-spacing:.01em;text-transform:uppercase;transition:transform .18s ease,background .18s ease,color .18s ease}
.pink-btn{background:linear-gradient(135deg,#f76f9d,#e85283);color:#fff;box-shadow:0 8px 16px rgba(229,82,131,.20)}
.pink-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#e75b8c,#d94376)}
.outline-btn{border:1px solid #ebb1c6;background:#fff;color:var(--pink-dark)}
.outline-btn:hover{background:#fff1f5}
.btn-icon{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none}
.section{padding:38px 0 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}
.section-heading small{display:block;color:var(--pink-dark);font-weight:800;font-size:10px;letter-spacing:.08em}
.section-heading h2{margin:4px 0 0;font-family:Georgia,'Times New Roman',serif;font-size:28px;line-height:1.2;font-weight:400}
.section-heading a{color:var(--pink-dark);font-size:12px;font-weight:700;white-space:nowrap}
.section-heading a:hover{text-decoration:underline}

/* Homepage */
.home-main{padding:28px 0 62px}
.hero-slider{position:relative;min-height:390px;overflow:hidden;border-radius:3px;background:#fff;box-shadow:0 12px 28px rgba(72,39,54,.06)}
.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:47% 53%;opacity:0;pointer-events:none;transition:opacity .6s ease}
.hero-slide.is-active{opacity:1;pointer-events:auto}
.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:42px 42px 58px;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 62%,rgba(255,255,255,.2) 100%)}
.hero-eyebrow{font-family:Georgia,'Times New Roman',serif;color:#806773;font-size:20px;font-style:italic}
.hero-eyebrow b{color:var(--pink);font-size:22px}
.hero-copy h1{max-width:470px;margin:10px 0 13px;white-space:pre-line;font-family:Georgia,'Times New Roman',serif;font-size:34px;line-height:1.12;font-weight:400;letter-spacing:-.5px;overflow-wrap:anywhere}
.hero-copy p{max-width:370px;margin:0;color:#685f65;font-size:13px;line-height:1.75}
.hero-copy .pink-btn{width:max-content;margin-top:25px}
.hero-media{position:relative;overflow:hidden;background:#f9e6ed}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 28%)}
.slider-control{position:absolute;z-index:10;top:50%;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#4a3e44;box-shadow:0 6px 18px rgba(68,37,49,.15);transform:translateY(-50%);font-size:26px;line-height:1;transition:transform .2s ease,color .2s ease}
.slider-control:hover{color:var(--pink-dark);transform:translateY(-50%) scale(1.05)}
.slider-prev{left:16px}.slider-next{right:16px}
.slider-dots{position:absolute;z-index:11;bottom:18px;left:47%;display:flex;gap:8px;transform:translateX(-50%)}
.slider-dot{width:11px;height:11px;padding:0;border:1px solid #fff;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.slider-dot.is-active{background:var(--pink);border-color:var(--pink)}
.benefit-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:24px;border:1px solid #f7e8ed;border-radius:9px;background:rgba(255,255,255,.9);box-shadow:0 6px 18px rgba(70,37,51,.06)}
.benefit{min-width:0;display:grid;grid-template-columns:33px minmax(0,1fr);gap:9px;align-items:center;padding:14px 15px;border-right:1px solid #f0e6ea}
.benefit:last-child{border-right:0}
.benefit-icon{display:grid;place-items:center;width:31px;height:31px;color:var(--pink);font-size:23px}
.benefit strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800;text-transform:uppercase}
.benefit small{display:block;overflow:hidden;color:#776d72;font-size:10px;line-height:1.38}
.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.product-card{position:relative;min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #eee5e9;border-radius:7px;background:#fff;transition:box-shadow .2s ease,transform .2s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-photo{display:block;aspect-ratio:1/1;overflow:hidden;background:#f6f3f4}
.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.product-card:hover .product-photo img{transform:scale(1.025)}
.favorite-btn{position:absolute;z-index:2;top:9px;right:9px;width:30px;height:30px;border:1px solid #ebe3e6;border-radius:50%;background:rgba(255,255,255,.96);color:#7e7076;font-size:19px;line-height:1}
.favorite-btn:hover,.favorite-btn.is-favorite{color:var(--pink-dark)}
.product-body{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:12px}
.product-badge{display:inline-block;min-height:19px;margin-bottom:4px;border-radius:99px;padding:3px 7px;background:#fff0f5;color:var(--pink-dark);font-size:9px;font-weight:800}
.product-name{display:-webkit-box;min-height:37px;overflow:hidden;font-size:12px;font-weight:700;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.product-name:hover{color:var(--pink-dark)}
.product-price{display:block;margin-top:8px;color:var(--pink-dark);font-size:13px}
.add-cart{width:100%;margin-top:12px;min-height:33px;border:1px solid #f5bfd1;border-radius:5px;background:#fff;color:var(--pink-dark);font-size:10px;font-weight:800;opacity:0;transform:translateY(4px);transition:.2s ease}
.product-card:hover .add-cart,.add-cart:focus{opacity:1;transform:translateY(0)}
.add-cart:hover{background:#fff0f5}
.category-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.category-card{position:relative;min-height:194px;overflow:hidden;border-radius:9px;background:#f8e8ee}
.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(42,23,31,.65),rgba(42,23,31,.03) 67%)}
.category-card:hover img{transform:scale(1.04)}
.category-card span{position:absolute;z-index:1;right:0;bottom:0;left:0;padding:19px;color:#fff}
.category-card strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:23px;font-weight:400}
.category-card small{font-size:11px}
.story{display:grid;grid-template-columns:190px minmax(0,1fr);gap:28px;align-items:center;margin-top:45px;padding:28px;border-radius:12px;background:#fff5f8}
.story>img{width:190px;height:190px;border-radius:50%;object-fit:cover}
.story small{color:var(--pink-dark);font-weight:800;font-size:10px;letter-spacing:.08em}
.story h2{margin:4px 0 10px;font-family:Georgia,'Times New Roman',serif;font-size:28px;line-height:1.2;font-weight:400}
.story p{max-width:720px;margin:0;color:#6e636a}
.story .pink-btn{margin-top:16px}

/* Inner pages */
.site-main{min-height:50vh;padding-bottom:60px}
.page-header{padding:44px 0 29px;border-bottom:1px solid #f2e9ec;background:linear-gradient(110deg,#fff4f7,#fff)}
.page-header h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:38px;font-weight:400;line-height:1.15}
.breadcrumb{margin-top:7px;color:#896f7b;font-size:12px}
.products-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;padding-top:30px}
.filter-box{align-self:start;border:1px solid #eee5e9;border-radius:9px;background:#fff;padding:16px}
.filter-box h2{margin:0 0 10px;font-family:Georgia,'Times New Roman',serif;font-size:20px;font-weight:400}
.filter-box a{display:block;padding:8px 10px;border-radius:5px;color:#655a60;font-size:12px}
.filter-box a:hover,.filter-box a.active{background:#fff0f5;color:var(--pink-dark);font-weight:700}
.products-topline{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}
.products-topline p{margin:0;color:#6b6066}
.products-topline select{height:36px;border:1px solid #ebdfe4;border-radius:5px;padding:0 10px;background:#fff;font-size:12px}
.products-layout .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.85fr);gap:45px;padding-top:34px}
.product-detail-photo{overflow:hidden;border:1px solid #eee5e9;border-radius:10px;background:#f8f4f6;aspect-ratio:1/1}
.product-detail-photo img{width:100%;height:100%;object-fit:cover}
.product-detail-info small{color:var(--pink-dark);font-weight:700}
.product-detail-info h1{margin:7px 0 10px;font-family:Georgia,'Times New Roman',serif;font-size:38px;font-weight:400;line-height:1.16}
.product-detail-price{display:block;margin:13px 0;color:var(--pink-dark);font-size:22px}
.product-detail-info p{color:#6e636a;line-height:1.75}
.detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.detail-actions .pink-btn{min-width:190px}
.auth-shell{min-height:590px;display:grid;place-items:center;padding:46px 20px;background:linear-gradient(135deg,#fff8fb,#fff)}
.auth-card{width:min(440px,100%);padding:29px;border:1px solid #f0e4e9;border-radius:12px;background:#fff;box-shadow:var(--shadow)}
.auth-card h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:31px;font-weight:400}
.auth-card>p{margin:8px 0 21px;color:#73676d}
.field{margin-top:15px}.field label,.field>span{display:block;margin-bottom:6px;color:#554b50;font-size:12px;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid #e9dde2;border-radius:6px;padding:11px 12px;outline:0;background:#fff;color:var(--ink)}.field textarea{resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#ea8eae;box-shadow:0 0 0 3px rgba(239,102,149,.12)}
.auth-card .pink-btn{width:100%;margin-top:20px}.form-note{margin-top:16px;color:#756a70;font-size:12px;text-align:center}.form-note a{color:var(--pink-dark);font-weight:700}
.panel{border:1px solid #eee5e9;border-radius:10px;background:#fff;padding:25px}.panel h2{margin:0 0 15px;font-family:Georgia,'Times New Roman',serif;font-size:27px;font-weight:400}.panel p{color:#6f646a}
.account-layout,.contact-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:28px;padding-top:34px}
.contact-layout{grid-template-columns:minmax(0,1fr) 330px}
.side-menu{align-self:start;border:1px solid #eee5e9;border-radius:9px;background:#fff;padding:8px}.side-menu a{display:block;border-radius:5px;padding:10px 12px;font-size:12px}.side-menu a:hover,.side-menu a.active{background:#fff0f5;color:var(--pink-dark);font-weight:700}
.info-list{display:grid;gap:0}.info-list div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #f3ebee;font-size:13px}.info-list div:last-child{border-bottom:0}.info-list span{color:#7a6f75}.info-list b{text-align:right}
.contact-details{display:grid;gap:12px}.contact-details>div{padding:17px;border-radius:8px;background:#fff2f6}.contact-details strong{display:block;margin-bottom:3px}.contact-details span{color:#6e6168;font-size:13px;overflow-wrap:anywhere}
.faq-list details{padding:14px 0;border-bottom:1px solid #f1e8ec}.faq-list details:last-child{border-bottom:0}.faq-list summary{cursor:pointer;font-weight:700}.faq-list p{margin:8px 0 0;color:#6d6268}
.cart-layout{padding-top:34px}.cart-table{display:grid;gap:13px}.cart-item{display:grid;grid-template-columns:96px minmax(0,1fr) 130px 40px;gap:16px;align-items:center;border:1px solid #eee5e9;border-radius:9px;background:#fff;padding:10px}.cart-item img{width:96px;height:96px;object-fit:cover;border-radius:6px}.cart-item h3{margin:0;font-size:14px}.cart-item p{margin:4px 0 0;color:#786d73;font-size:12px}.cart-item-price{justify-self:end;color:var(--pink-dark)}.remove-btn{justify-self:end;width:32px;height:32px;border:0;border-radius:50%;background:#fff0f5;color:var(--pink-dark);font-size:20px}.cart-summary{display:flex;justify-content:flex-end;margin-top:17px}.summary-card{width:min(375px,100%);padding:20px;border:1px solid #eee5e9;border-radius:9px;background:#fff}.summary-card>div{display:flex;justify-content:space-between;gap:15px;padding:7px 0}.summary-card .total{margin-top:7px;padding-top:14px;border-top:1px solid #f1e7eb;font-size:17px}.summary-card .pink-btn{width:100%;margin-top:14px}
.empty-state{grid-column:1/-1;padding:38px;text-align:center;border:1px dashed #eacbd8;border-radius:10px;background:#fff}.empty-state h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-weight:400}.empty-state p{color:#74696e}.empty-state .pink-btn{margin-top:8px}
.notice{padding:13px;border-left:3px solid var(--pink);background:#fff3f7;color:#6d5560;font-size:12px;line-height:1.55}

/* Footer */
.site-footer{margin-top:60px;border-top:1px solid #f2e6ea;background:#fff}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:30px;padding:40px 0 32px}
.footer-brand img{width:165px;height:72px;object-fit:contain;object-position:left}.footer-brand p{max-width:280px;margin:10px 0 0;color:#70656b;font-size:12px;line-height:1.65}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-col h3{margin:0 0 4px;font-size:13px}.footer-col a,.footer-col span{color:#71666c;font-size:12px}.footer-col a:hover{color:var(--pink-dark)}.footer-bottom{border-top:1px solid #f1e7eb;padding:14px 0;color:#8c7f85;font-size:11px}
.social-support-buttons{position:fixed;z-index:900;right:20px;bottom:20px;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.social-support-button{display:flex;align-items:center;gap:10px;min-width:190px;padding:10px 14px;border-radius:999px;color:#fff;box-shadow:0 10px 22px rgba(50,34,42,.20);font-size:11px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}.social-support-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(50,34,42,.25)}.social-support-button svg{width:22px;height:22px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.social-support-button span{display:flex;flex-direction:column;line-height:1.15}.social-support-button b{font-size:12px}.social-support-button small{margin-top:3px;color:rgba(255,255,255,.92);font-size:10px;font-weight:700}.instagram-support{background:linear-gradient(135deg,#833ab4 0%,#c13584 38%,#e1306c 65%,#fd8d32 100%)}.whatsapp{background:#25b94d}

@media(max-width:1160px){
  .header-inner{grid-template-columns:175px minmax(240px,1fr) 270px;gap:20px}.brand{width:160px}.header-actions{gap:12px}.nav-link{padding-inline:9px;font-size:10px}.mega-panel{grid-template-columns:230px minmax(0,1fr)}.mega-groups{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.products-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:930px){
  .site-container{width:min(var(--site-width),calc(100% - 30px))}.header-inner{grid-template-columns:165px minmax(0,1fr) auto;gap:16px}.header-actions{gap:10px}.header-action.favorite{display:none}.nav-link{padding-inline:11px;font-size:11px}.hero-slider{min-height:370px}.hero-slide{grid-template-columns:52% 48%}.hero-copy{padding-inline:32px}.hero-copy h1{font-size:31px}.benefit-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit:nth-child(2){border-right:0}.benefit:nth-child(-n+2){border-bottom:1px solid #f0e6ea}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.products-layout{grid-template-columns:190px minmax(0,1fr)}.products-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  body{font-size:14px}.site-container{width:min(var(--site-width),calc(100% - 28px))}.topbar-inner{justify-content:center;min-height:34px}.contact-line{justify-content:center;gap:14px;font-size:10px}.contact-line>span,.top-links{display:none}.header-inner{min-height:auto;grid-template-columns:1fr auto;gap:7px;padding:8px 0 10px}.brand{width:150px}.brand img{height:58px}.header-actions{display:none}.mobile-menu-btn{display:block}.search-form{order:3;grid-column:1/-1;width:100%;max-width:none}.search-form input{height:40px}.main-nav{display:none}.main-nav.mobile-open{display:block}.nav-list{display:block;min-height:0;padding:6px 0 12px}.menu-item,.menu-item.has-mega{display:block;position:relative}.nav-link{width:100%;min-height:43px;justify-content:space-between;padding:0 12px;border-bottom:1px solid #f2e9ec;font-size:12px}
  .menu-item.menu-account .nav-link,.menu-item.menu-favorite .nav-link{color:var(--pink-dark)}.nav-link.is-active::after,.nav-link:hover::after,.menu-item.is-open>.nav-link::after{display:none}.mega-panel{position:static;display:none;width:100%;padding:0;transform:none!important;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;background:#fff9fb}.menu-item.has-mega:hover>.mega-panel,.menu-item.has-mega:focus-within>.mega-panel{display:none}.menu-item.has-mega.is-open>.mega-panel{display:grid;grid-template-columns:1fr}.mega-feature{display:none}.mega-groups{display:block}.mega-group{padding:12px 18px;border:0;border-bottom:1px solid #f2e5ea}.mega-group h3{font-size:11px}.mega-group a{padding:5px 0;white-space:normal}.mega-all-link{min-height:42px;margin:0}.home-main{padding-top:16px}.hero-slider{min-height:420px;border-radius:7px}.hero-slide{display:block}.hero-media{position:absolute;inset:0;opacity:.66}.hero-media::after{background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.72) 56%,rgba(255,255,255,.15) 100%)}.hero-copy{min-height:420px;width:80%;padding:33px 25px 58px;background:transparent}.hero-copy h1{font-size:29px}.hero-copy p{max-width:305px}.slider-control{width:38px;height:38px;font-size:23px}.slider-prev{left:9px}.slider-next{right:9px}.slider-dots{left:50%;bottom:15px}.benefit-strip{margin-top:15px}.benefit{padding:12px 10px}.section{padding-top:29px}.section-heading{align-items:flex-start}.section-heading h2{font-size:23px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card:hover{transform:none;box-shadow:none}.product-name{min-height:35px}.add-cart{opacity:1;transform:none}.category-cards{grid-template-columns:1fr;gap:11px}.category-card{min-height:170px}.story{grid-template-columns:1fr;padding:23px;gap:16px}.story>img{width:145px;height:145px}.story h2{font-size:25px}.page-header{padding:33px 0 23px}.page-header h1{font-size:32px}.products-layout{grid-template-columns:1fr;gap:16px;padding-top:22px}.filter-box{display:flex;align-items:center;gap:6px;overflow:auto;padding:10px;white-space:nowrap}.filter-box h2{margin:0 4px 0 0;font-size:17px}.filter-box a{flex:0 0 auto;padding:8px 9px}.products-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-topline{align-items:flex-start}.products-topline select{max-width:145px}.product-detail{grid-template-columns:1fr;gap:22px;padding-top:24px}.product-detail-info h1{font-size:31px}.account-layout,.contact-layout{grid-template-columns:1fr;gap:18px;padding-top:23px}.side-menu{display:flex;overflow:auto;white-space:nowrap}.side-menu a{display:inline-block;flex:0 0 auto}.cart-item{grid-template-columns:74px minmax(0,1fr) 28px;gap:10px}.cart-item img{width:74px;height:74px}.cart-item-price{grid-column:2;justify-self:start}.cart-item .remove-btn{grid-column:3;grid-row:1/3}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-brand{grid-column:1/-1}.social-support-buttons{right:12px;bottom:12px}.social-support-button{min-width:172px;padding:9px 12px}.site-footer{margin-top:44px}
}
@media(max-width:430px){
  .contact-line>a:last-child{display:none}.hero-copy{width:92%;padding-inline:22px}.hero-copy h1{font-size:27px}.hero-copy p{font-size:12px}.slider-control{display:none}.benefit-strip{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid #f0e6ea}.benefit:nth-child(2){border-bottom:1px solid #f0e6ea}.benefit:last-child{border-bottom:0}.products-topline{display:block}.products-topline select{margin-top:8px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.detail-actions{flex-direction:column}.detail-actions .pink-btn,.detail-actions .outline-btn{width:100%}.auth-shell{padding-inline:14px}.auth-card{padding:23px}.panel{padding:20px}.empty-state{padding:28px 16px}
}

/* 2026-07 catalog and image stability improvements */
.product-grid{align-items:stretch}
.product-card{height:100%;contain:layout paint}
.product-photo{aspect-ratio:1 / 1;background:#f8f2f5}
.product-photo img,.product-detail-photo img,.category-card img,.hero-media img{object-position:center center}
.product-body{min-height:164px;padding:13px 12px 12px}
.product-badge{min-height:29px;margin:0 0 8px;padding:5px 11px;border:1px solid #ffd3e1;background:#fff1f6;color:#c94475;font-size:12px;font-weight:800;line-height:17px;letter-spacing:.01em;white-space:nowrap}
.product-name{min-height:38px}
.product-price{min-height:21px;margin-top:8px}
.add-cart{margin-top:auto;opacity:1;transform:none}
.category-card{min-height:0;aspect-ratio:1.66 / 1}
.category-card img{will-change:transform}
.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px;margin:26px 0 0}
.pagination-link{display:grid;place-items:center;min-width:36px;height:36px;border:1px solid #efdae2;border-radius:6px;background:#fff;color:#735e68;font-size:12px;font-weight:800}
.pagination-link:hover,.pagination-link.active{border-color:var(--pink);background:var(--pink);color:#fff}
.pagination-link.disabled{pointer-events:none;opacity:.42}
@media(max-width:760px){
  .product-body{min-height:166px;padding:10px}
  .product-badge{min-height:27px;margin-bottom:7px;padding:4px 9px;font-size:11px;line-height:17px}
  .category-card{aspect-ratio:1.48 / 1}
  .pagination{gap:5px;margin-top:20px}
  .pagination-link{min-width:33px;height:33px}
}

/* Misafir sepeti: simgedeki adet rozeti hiçbir ekranda gösterilmez. */
.cart-count,[data-cart-count]{display:none!important}
.cart-guest-notice{margin-bottom:16px}

/* =========================================================
   Lavinia premium animasyon katmanı - renk paleti korunmuştur
   ========================================================= */
:root{
  --glow-pink:rgba(239,102,149,.26);
  --glow-pink-strong:rgba(239,102,149,.40);
  --glass:rgba(255,255,255,.78);
}
body{
  background:
    radial-gradient(circle at 8% 16%,rgba(239,102,149,.10),transparent 25%),
    radial-gradient(circle at 90% 8%,rgba(255,221,233,.88),transparent 28%),
    radial-gradient(circle at 66% 70%,rgba(255,241,246,.88),transparent 33%),
    linear-gradient(180deg,#fff 0,#fff8fb 44%,#fff 100%);
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:
    radial-gradient(circle,rgba(239,102,149,.20) 0 2px,transparent 2.5px),
    radial-gradient(circle,rgba(255,197,216,.38) 0 1.6px,transparent 2px);
  background-size:74px 74px,118px 118px;
  background-position:0 0,36px 28px;
  opacity:.42;
  animation:laviniaBgDrift 22s linear infinite;
}
@keyframes laviniaBgDrift{to{background-position:74px 74px,154px 146px}}
.lavinia-petal-layer{position:fixed;inset:0;z-index:1;pointer-events:none;overflow:hidden}.lavinia-petal-layer span{position:absolute;top:-30px;width:9px;height:15px;border-radius:75% 0 75% 0;background:linear-gradient(135deg,rgba(255,167,197,.32),rgba(239,102,149,.18));filter:blur(.1px);animation:laviniaPetalFall var(--fall,16s) linear infinite;animation-delay:var(--delay,0s);left:var(--left,50%);opacity:.58}.lavinia-petal-layer span:nth-child(2n){width:7px;height:12px;opacity:.38}.lavinia-petal-layer span:nth-child(3n){background:linear-gradient(135deg,rgba(255,255,255,.70),rgba(255,189,211,.30))}@keyframes laviniaPetalFall{0%{transform:translate3d(0,-8vh,0) rotate(0deg)}45%{transform:translate3d(34px,45vh,0) rotate(170deg)}100%{transform:translate3d(-26px,108vh,0) rotate(360deg)}}
.site-topbar{background:linear-gradient(90deg,#ffe3ee 0%,#fff8fb 48%,#ffe7f0 100%);box-shadow:0 4px 22px rgba(238,102,149,.08)}
.site-header{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);box-shadow:0 9px 30px rgba(120,55,78,.045)}
.brand img{filter:drop-shadow(0 7px 11px rgba(73,34,49,.12));transition:transform .35s ease,filter .35s ease}.brand:hover img{transform:translateY(-2px) scale(1.035);filter:drop-shadow(0 11px 18px rgba(239,102,149,.22))}
.search-form{border-radius:14px;box-shadow:0 12px 28px rgba(78,41,56,.06);transition:box-shadow .22s ease,transform .22s ease,border-color .22s ease}.search-form:focus-within{border-color:#f0a9c1;box-shadow:0 14px 34px rgba(239,102,149,.16);transform:translateY(-1px)}.search-form button{position:relative;overflow:hidden}.search-form button::after,.pink-btn::after,.admin-shine::after{content:"";position:absolute;inset:-20% -45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.52),transparent);transform:translateX(-130%) rotate(12deg);transition:transform .6s ease}.search-form button:hover::after,.pink-btn:hover::after{transform:translateX(130%) rotate(12deg)}
.header-action{transition:transform .2s ease,color .2s ease}.header-action:hover{transform:translateY(-2px)}
.main-nav{background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 12px 28px rgba(83,41,59,.07)}.nav-link{transition:color .22s ease,background .22s ease,transform .22s ease}.nav-link:hover,.menu-item.is-open>.nav-link,.nav-link.is-active{background:linear-gradient(180deg,#fff,#fff2f7);transform:translateY(-1px)}.nav-link.is-active::after,.nav-link:hover::after,.menu-item.is-open>.nav-link::after{height:4px;width:34px;box-shadow:0 0 0 5px rgba(239,102,149,.10)}
.mega-panel{border:1px solid rgba(239,102,149,.14);border-radius:0 0 20px 20px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);box-shadow:0 24px 62px rgba(83,41,59,.18);transform:translate(-50%,-12px) scale(.985);transition:opacity .24s ease,transform .24s ease,visibility .24s ease}.menu-item.has-mega:hover>.mega-panel,.menu-item.has-mega:focus-within>.mega-panel,.menu-item.has-mega.is-open>.mega-panel{transform:translate(-50%,0) scale(1)}.mega-feature{border-radius:15px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);min-height:240px}.mega-feature img{transition:transform .8s ease}.mega-panel:hover .mega-feature img{transform:scale(1.055)}.mega-feature-content a{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 10px 20px rgba(239,102,149,.20)}.mega-group{transition:background .22s ease,transform .22s ease}.mega-group:hover{background:#fff8fb;transform:translateY(-1px)}.mega-group h3{font-size:13px}.mega-group a{transition:color .18s ease,padding-left .18s ease}.mega-all-link{border:1px solid #ffe0ea;border-radius:13px;background:linear-gradient(90deg,#fff0f5,#fff9fb,#fff0f5);box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}
.pink-btn{position:relative;overflow:hidden;border-radius:999px;box-shadow:0 13px 27px rgba(229,82,131,.22),0 0 0 6px rgba(239,102,149,.08)}.pink-btn:hover{box-shadow:0 17px 34px rgba(229,82,131,.28),0 0 0 9px rgba(239,102,149,.10)}.outline-btn{border-radius:999px;box-shadow:0 8px 18px rgba(84,40,57,.05)}
.hero-slider{border-radius:22px;box-shadow:0 24px 60px rgba(74,36,54,.12);isolation:isolate}.hero-slider::before{content:"";position:absolute;z-index:1;inset:-2px;background:radial-gradient(circle at 78% 15%,rgba(255,255,255,.60),transparent 22%),linear-gradient(135deg,rgba(255,255,255,.20),rgba(239,102,149,.08));pointer-events:none}.hero-slider::after{content:"";position:absolute;z-index:7;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,var(--pink),#ffd1df,var(--pink));transform-origin:left center;animation:laviniaSliderBar 4.8s linear infinite}.hero-slider:hover::after{animation-play-state:paused}@keyframes laviniaSliderBar{0%{transform:scaleX(0)}100%{transform:scaleX(1)}}.hero-slide{transition:opacity .75s ease,transform .75s ease}.hero-slide:not(.is-active){transform:scale(1.012)}.hero-slide.is-active .hero-copy>*{animation:heroTextIn .72s ease both}.hero-slide.is-active .hero-copy h1{animation-delay:.08s}.hero-slide.is-active .hero-copy p{animation-delay:.14s}.hero-slide.is-active .hero-copy .pink-btn{animation-delay:.20s}.hero-slide.is-active .hero-media img{animation:heroImageZoom 5.6s ease-out both}.hero-copy{background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 62%,rgba(255,255,255,.16) 100%)}.hero-copy h1{text-shadow:0 7px 20px rgba(79,37,54,.10)}@keyframes heroTextIn{0%{opacity:0;transform:translateY(18px)}100%{opacity:1;transform:translateY(0)}}@keyframes heroImageZoom{0%{transform:scale(1.055)}100%{transform:scale(1)}}
.slider-control{box-shadow:0 14px 32px rgba(64,36,48,.16);transition:transform .2s ease,background .2s ease,color .2s ease}.slider-control:hover{transform:translateY(-50%) scale(1.08);background:var(--pink);color:#fff}.slider-dot{transition:width .22s ease,background .22s ease,transform .22s ease}.slider-dot.is-active{width:25px;border-radius:999px;box-shadow:0 0 0 5px rgba(239,102,149,.12)}
.benefit-strip{border-radius:18px;background:rgba(255,255,255,.84);backdrop-filter:blur(16px);box-shadow:0 18px 42px rgba(76,38,54,.09)}.benefit{transition:transform .22s ease,background .22s ease}.benefit:hover{transform:translateY(-3px);background:#fff8fb}.benefit-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff2f7;box-shadow:inset 0 0 0 1px #ffdbe8;animation:softPulse 3.2s ease-in-out infinite}@keyframes softPulse{50%{box-shadow:inset 0 0 0 1px #ffbfd4,0 0 0 9px rgba(239,102,149,.08)}}
.section-heading h2{position:relative}.section-heading h2::after{content:"";display:block;width:62px;height:3px;margin-top:10px;border-radius:99px;background:linear-gradient(90deg,var(--pink),#ffd1df)}
.product-card{position:relative;overflow:hidden;border:1px solid rgba(238,218,226,.95);border-radius:18px;background:rgba(255,255,255,.95);box-shadow:0 12px 28px rgba(75,39,55,.07);transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}.product-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.55),transparent 34%,rgba(239,102,149,.06));opacity:0;transition:opacity .25s ease}.product-card:hover{transform:translateY(-8px);border-color:#f4b3c9;box-shadow:0 24px 52px rgba(75,39,55,.16)}.product-card:hover::before{opacity:1}.product-photo{overflow:hidden;background:linear-gradient(135deg,#fff5f8,#fff)}.product-photo img{transition:transform .55s ease,filter .55s ease}.product-card:hover .product-photo img{transform:scale(1.07);filter:saturate(1.06) contrast(1.02)}.favorite-btn{box-shadow:0 9px 20px rgba(71,37,52,.16);transition:transform .18s ease,background .18s ease,color .18s ease}.favorite-btn:hover{transform:scale(1.12) rotate(-5deg)}.favorite-btn.is-favorite{animation:favHeartbeat 1.35s ease infinite}@keyframes favHeartbeat{0%,100%{transform:scale(1)}45%{transform:scale(1.08)}}.product-badge{border:1px solid #ffd4e3;background:linear-gradient(90deg,#fff0f5,#fff8fb);box-shadow:0 8px 15px rgba(239,102,149,.08)}.add-cart{position:relative;overflow:hidden;border-radius:999px;transition:transform .2s ease,box-shadow .2s ease}.add-cart:hover{transform:translateY(-2px);box-shadow:0 13px 24px rgba(239,102,149,.23)}
.category-card{border-radius:20px;box-shadow:0 15px 34px rgba(75,39,55,.09);transition:transform .3s ease,box-shadow .3s ease}.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(48,29,38,.50));opacity:.72;transition:opacity .25s ease}.category-card span{z-index:1}.category-card:hover{transform:translateY(-7px) scale(1.01);box-shadow:0 24px 52px rgba(75,39,55,.17)}.category-card:hover img{transform:scale(1.07)}
.story,.panel,.product-detail,.contact-details{border-radius:22px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);box-shadow:0 20px 48px rgba(75,39,55,.09)}.story img{border-radius:18px;box-shadow:0 17px 42px rgba(75,39,55,.12);transition:transform .45s ease}.story:hover img{transform:scale(1.025)}.page-header{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff1f6,#fff,#ffeaf2)}.page-header::after{content:"";position:absolute;width:210px;height:210px;right:8%;top:-90px;border-radius:50%;background:rgba(239,102,149,.11);filter:blur(6px)}
.lv-animate{opacity:0;transform:translateY(22px);transition:opacity .68s ease,transform .68s ease;transition-delay:var(--lv-delay,0ms)}.lv-animate.in-view{opacity:1;transform:translateY(0)}
@media(max-width:980px){.lavinia-petal-layer span:nth-child(n+7){display:none}.hero-slider{border-radius:16px}.mega-panel{border-radius:0 0 16px 16px}.product-card:hover{transform:translateY(-4px)}}
@media(max-width:720px){body::before{opacity:.26}.lavinia-petal-layer{display:none}.site-header{backdrop-filter:none}.main-nav{backdrop-filter:none}.hero-slider::after{height:3px}.hero-slide.is-active .hero-media img{animation:none}.lv-animate{opacity:1;transform:none;transition:none}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.lavinia-petal-layer{display:none}.lv-animate{opacity:1;transform:none}}


/* Denetim düzeltmeleri: hizalama, erişilebilir mobil menü, SEO formu */
html{scroll-behavior:smooth}body{overflow-x:hidden}.site-main,.site-header,.site-footer,.main-nav{max-width:100%}img{max-width:100%;font-style:italic}.product-name,.product-badge,.mega-group a,.footer-col a,.footer-col span,.contact-line a{overflow-wrap:anywhere}.product-body{min-width:0}.product-badge{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-contact{font-style:normal}.footer-contact b{color:#4f3a43;font-size:11px}.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.mobile-nav-backdrop{display:none;position:fixed;z-index:890;inset:0;border:0;background:rgba(43,28,36,.42);backdrop-filter:blur(2px)}.mobile-nav-backdrop.is-visible{display:block}.hero-media img,.category-card img,.story>img,.product-detail-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.category-card{isolation:isolate}.category-card img{position:absolute;inset:0}.category-card span{z-index:2}.hero-copy h1,.story h2,.page-header h1{overflow-wrap:anywhere}.notice{overflow-wrap:anywhere}
@media(max-width:720px){body.mobile-nav-active{overflow:hidden}.main-nav.mobile-open{display:block;position:fixed;z-index:900;top:0;left:0;bottom:0;width:min(92vw,390px);overflow-y:auto;overscroll-behavior:contain;padding-top:max(12px,env(safe-area-inset-top));box-shadow:22px 0 56px rgba(44,28,37,.25);animation:mobileMenuIn .22s ease both}.main-nav.mobile-open .nav-list{width:100%;padding:4px 12px 28px}.main-nav.mobile-open::before{content:'MENÜ';display:block;padding:12px 24px 9px;color:#b64c73;font-size:11px;font-weight:900;letter-spacing:.12em}.mega-panel{max-height:none;overflow:visible}.mega-groups{min-width:0}.mega-group a{font-size:12px}.hero-slider,.hero-copy{min-height:390px}.hero-copy{width:92%;padding-inline:22px}.hero-copy h1{font-size:clamp(25px,8vw,31px)}.footer-grid{align-items:start}.footer-col{min-width:0}.footer-col a,.footer-col span{max-width:100%}@keyframes mobileMenuIn{from{transform:translateX(-102%)}to{transform:translateX(0)}}}
@media(max-width:420px){.product-grid,.products-layout .product-grid{grid-template-columns:1fr}.category-card{min-height:190px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.contact-line a:first-child{max-width:62vw;overflow:hidden;text-overflow:ellipsis}}

/* 2026-07-17 ödeme/sepet profesyonel güncellemesi */
.header-action.cart{position:relative}.cart-count,[data-cart-count]{display:grid!important;place-items:center!important;position:absolute;top:-7px;right:-7px;left:auto;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#e95f8f;color:#fff;font-size:11px;font-weight:900;line-height:1;box-shadow:0 6px 14px rgba(232,85,137,.28)}.cart-count[hidden],[data-cart-count][hidden]{display:none!important}.qty-actions{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:4px 6px;border-radius:999px;background:#fff5f8}.qty-actions button{width:24px;height:24px;border:0;border-radius:50%;background:#fff;color:#cf4e7c;font-weight:900;box-shadow:0 4px 12px rgba(61,38,48,.08);cursor:pointer}.qty-actions span{min-width:18px;text-align:center;font-weight:800;color:#614653}.cart-action-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.cart-action-row .pink-btn,.cart-action-row .outline-btn{flex:1;min-width:160px;text-align:center;justify-content:center}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;padding-top:34px;padding-bottom:42px}.checkout-panel,.checkout-summary{padding:24px;border:1px solid #f0e3e8;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 18px 42px rgba(61,38,48,.08)}.checkout-panel h2,.checkout-summary h2{margin:0 0 16px;font:400 25px Georgia,serif;color:#4f3542}.service-notice{margin-bottom:18px;border-left-width:4px;background:linear-gradient(135deg,#fff1f6,#fff)}.checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.checkout-grid .span-all{grid-column:1/-1}.field input[readonly]{background:#fff7fa;color:#7a5a67;font-weight:800}.checkout-confirm{display:flex;gap:9px;align-items:flex-start;margin:16px 0 0;color:#6f5862;font-size:13px}.checkout-confirm input{margin-top:3px;accent-color:#e96090}.checkout-summary{position:sticky;top:16px;align-self:start}.checkout-summary-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:11px;align-items:center;padding:11px 0;border-bottom:1px solid #f1e5ea}.checkout-summary-row img{width:58px;height:58px;border-radius:12px;object-fit:cover}.checkout-summary-row b{display:block;font-size:13px}.checkout-summary-row span,.checkout-summary small{display:block;color:#806c75;font-size:12px;line-height:1.45}.checkout-summary-row strong{color:#c84778;white-space:nowrap}.summary-total{display:flex;justify-content:space-between;gap:14px;padding-top:16px;margin-top:4px;font-size:18px}.summary-total b{color:#c84778}.payment-result-card{border:1px solid #f1dce5;box-shadow:0 24px 60px rgba(61,38,48,.12)}@media(max-width:900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media(max-width:620px){.checkout-grid{grid-template-columns:1fr}.checkout-grid .span-all{grid-column:auto}.cart-item{grid-template-columns:74px minmax(0,1fr) 34px}.cart-item-price{grid-column:2/3;justify-self:start}.cart-action-row{display:grid}.cart-action-row .pink-btn,.cart-action-row .outline-btn{width:100%}}

/* iyzico başvuru ve yasal sayfalar */
.payment-trust{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:20px 0;border-top:1px solid rgba(0,0,0,.08)}.payment-trust img,.checkout-payment-logos img{height:38px;width:auto;max-width:150px;object-fit:contain}.payment-trust .iyzico-pay-logo{max-width:175px}.checkout-payment-logos{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:16px 0;padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff}.legal-page{max-width:980px;margin:0 auto;padding:40px 20px 70px}.legal-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:28px;box-shadow:0 12px 35px rgba(40,20,30,.06)}.legal-card h2{margin-top:28px}.legal-card p,.legal-card li{line-height:1.75}.legal-warning{padding:14px 16px;border-radius:12px;background:#fff4d8;border:1px solid #eed38d}.legal-table{width:100%;border-collapse:collapse}.legal-table th,.legal-table td{padding:10px;border-bottom:1px solid #eee;text-align:left;vertical-align:top}@media(max-width:720px){.payment-trust img,.checkout-payment-logos img{height:30px}.legal-card{padding:20px}.legal-table,.legal-table tbody,.legal-table tr,.legal-table th,.legal-table td{display:block}}


/* 2026-07-20 iyzico başvuru kriterleri ve canlı SSL göstergesi */
.payment-trust{padding-inline:16px}.payment-label{font-weight:800;color:#5d4650}.ssl-live-badge{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:8px 12px;border:1px solid #e8d9df;border-radius:999px;background:#fff;color:#705864;text-decoration:none;font-size:12px;line-height:1.2;box-shadow:0 7px 20px rgba(61,38,48,.06)}.ssl-live-badge b{font-size:12px}.ssl-live-badge.is-secure{border-color:#b9e2cf;background:#f1fbf6;color:#176a45}.ssl-live-badge.is-insecure{border-color:#efc2c2;background:#fff3f3;color:#9e3131}.checkout-security-status{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:17px 0 4px;padding:13px 14px;border:1px solid #eadfe4;border-radius:14px;background:linear-gradient(135deg,#fff,#fff7fa);font-size:12px;color:#6f5862}.checkout-security-status .ssl-live-badge{box-shadow:none}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-bottom-inner a{color:inherit;text-decoration:underline;text-underline-offset:3px}.footer-bottom-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}.footer-powered{display:inline-flex;align-items:center;gap:9px;min-height:38px;color:#776a70;font-size:10px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.footer-powered>a{display:inline-flex;align-items:center;text-decoration:none!important;border-radius:6px;transition:opacity .2s ease,transform .2s ease}.footer-powered>a:hover{opacity:.86;transform:translateY(-1px)}.footer-powered img{display:block;width:132px;height:42px;object-fit:contain;object-position:center}.footer-security-link{white-space:nowrap}.security-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}.security-card{padding:20px;border:1px solid #eee1e6;border-radius:16px;background:#fff}.security-card h2{margin:0 0 9px;font-size:19px}.security-card p{margin:0;color:#705d66;line-height:1.7}.security-live-box{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:22px;padding:18px;border:1px solid #eadde3;border-radius:16px;background:#fff8fb}.security-live-box p{margin:5px 0 0;color:#735e67}.security-payment-logos{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:22px;padding:18px;border:1px solid #eee1e6;border-radius:16px;background:#fff}.security-payment-logos img{width:auto;height:42px;max-width:180px;object-fit:contain}@media(max-width:760px){.security-grid{grid-template-columns:1fr}.footer-bottom-inner{justify-content:center;text-align:center}.footer-bottom-actions{width:100%;justify-content:center}.footer-powered{justify-content:center}.footer-powered img{width:118px;height:38px}.payment-label{width:100%;text-align:center}.checkout-security-status{align-items:flex-start}.security-payment-logos img{height:34px}}

/* Mesafeli satış sözleşmesi okunabilirlik ve düzen */
.legal-card{font-size:16px;line-height:1.75;color:#4f4148}
.legal-card h2{font-size:23px;line-height:1.3;color:#4f3542;border-top:1px solid #f2e5ea;padding-top:24px}
.legal-card h2:first-of-type{border-top:0;padding-top:0}
.legal-card h3{margin:20px 0 10px;font-size:18px;color:#604451}
.legal-card ol,.legal-card ul{padding-left:24px}
.legal-card li+li{margin-top:8px}
.legal-lead{margin-top:0;padding:18px;border-left:4px solid #e96090;border-radius:12px;background:#fff6f9}
.legal-definitions{display:grid;gap:10px;margin:14px 0 0}
.legal-definitions>div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;padding:12px 14px;border:1px solid #f0e3e8;border-radius:12px;background:#fffafb}
.legal-definitions dt{font-weight:900;color:#bd416f}
.legal-definitions dd{margin:0}
.legal-table th{width:250px;color:#604451}
.legal-card a{color:#bd416f;text-decoration:underline;text-underline-offset:3px}
@media(max-width:720px){.legal-definitions>div{grid-template-columns:1fr;gap:4px}.legal-table th{width:auto}.legal-card{font-size:16px}.legal-card h2{font-size:21px}}


/* 2026-07-20 full legal compliance */
.kvkk-inline-notice{margin:14px 0;padding:12px 14px;border:1px solid #eadde3;border-radius:12px;background:#fff9fb;font-size:.9rem;line-height:1.55;color:#5f4a54}.kvkk-inline-notice a{font-weight:750;color:#bd3f70}.checkout-preinfo{margin:18px 0;border:1px solid #ead5de;border-radius:16px;background:#fffafd;overflow:hidden}.checkout-preinfo summary{cursor:pointer;padding:15px 17px;font-weight:800;color:#694153}.checkout-preinfo>div{padding:0 17px 16px;line-height:1.55}.legal-live-box{margin-top:28px;padding:20px;border-radius:16px;border:1px solid #e8d5dd;background:#fff9fb}.preinfo-row,.preinfo-total{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #eee1e6}.preinfo-total{font-size:1.08rem;border-bottom:0;margin-top:6px}.withdrawal-form-template{border:1px solid #d8c4cd;padding:22px;border-radius:14px;background:#fff}.form-lines{height:90px;border-bottom:1px dotted #bdaab2;margin:8px 0 22px}.form-lines.short{height:55px}.legal-print{margin-top:18px}.cookie-notice{position:fixed;z-index:9999;left:18px;right:18px;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(980px,calc(100% - 36px));margin:auto;padding:17px 19px;border:1px solid #e4ccd6;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 55px rgba(69,38,50,.2);color:#533d46}.cookie-notice p{margin:5px 0 0;line-height:1.45}.cookie-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.cookie-actions a{color:#ad3865;font-weight:750}.cookie-actions button{border:0;border-radius:999px;padding:11px 17px;background:#df5b8e;color:#fff;font-weight:800;cursor:pointer}.account-orders{margin-top:20px}.account-order{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #eadde3}.account-order div{display:grid;gap:4px}.account-order span{font-size:.85rem;color:#856b76}.outline-btn.mini{min-height:36px;padding:0 13px;font-size:.75rem}.legal-table code{font-size:.88em}.legal-card a{overflow-wrap:anywhere}@media(max-width:720px){.cookie-notice{align-items:flex-start;flex-direction:column}.cookie-actions{width:100%;justify-content:space-between}.account-order{grid-template-columns:1fr auto}.account-order .mini{grid-column:1/-1;width:100%}}
@media print{#site-header,#site-footer,.social-support-buttons,.cookie-notice,.legal-print{display:none!important}.site-main{padding:0!important}.legal-page{width:100%!important;margin:0!important}.legal-card{box-shadow:none!important;border:0!important;padding:0!important}}


/* 2026-07-20 üyelik ve ödeme sözleşme onayı düzeltmesi */
.auth-card-wide{width:min(100%,620px)}
.consent-heading{margin:22px 0 10px;font:700 18px/1.3 Georgia,serif;color:#513943}
.consent-card{display:grid;grid-template-columns:24px minmax(0,1fr);gap:13px;align-items:start;margin:14px 0;padding:17px;border:1px solid #ead9e0;border-radius:16px;background:linear-gradient(135deg,#fff,#fff8fb);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.consent-card.is-compact{padding:15px;margin:12px 0}
.consent-card.is-accepted{border-color:#83c9a8;background:#f4fcf8;box-shadow:0 10px 26px rgba(31,125,80,.09)}
.consent-card.has-error{border-color:#d94b5d;background:#fff4f5;box-shadow:0 0 0 3px rgba(217,75,93,.10)}
.consent-checkbox{width:20px;height:20px;margin:2px 0 0;accent-color:#d94f82;cursor:pointer}
.consent-copy{min-width:0}
.consent-copy>label{display:block;color:#5e4952;font-size:14px;line-height:1.6;cursor:pointer}
.consent-copy>label b{color:#4e3741}
.consent-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:12px}
.consent-actions .consent-document,.consent-actions .consent-toggle{min-height:40px;padding:0 15px;font-size:11px;line-height:1.15}
.consent-actions .consent-toggle[aria-pressed="true"]{background:#267b54;border-color:#267b54;color:#fff}
.consent-state{display:block;margin-top:8px;font-size:12px;color:#8b707b}
.consent-card.is-accepted .consent-state{color:#267b54;font-weight:750}
.register-submit{width:100%;margin-top:4px}
.checkout-consents{margin-top:18px;padding:17px;border:1px solid #ecdde3;border-radius:18px;background:#fffafd}
.checkout-consents>h3{margin:0 0 10px;font:700 19px/1.3 Georgia,serif;color:#513943}
@media(max-width:620px){.consent-card{grid-template-columns:22px minmax(0,1fr);padding:14px}.consent-actions{display:grid;grid-template-columns:1fr}.consent-actions .consent-document,.consent-actions .consent-toggle{width:100%;text-align:center;justify-content:center}}


/* 2026-07-22 müşteri sipariş takip sistemi */
.customer-order-list{display:grid;gap:20px;margin-top:20px}.tracking-intro{margin-bottom:0}.customer-order-card{scroll-margin-top:24px;padding:22px;border:1px solid #eadde3;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(98,55,72,.07)}.customer-order-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid #eee2e7}.customer-order-card>header span{display:block;color:#8b6d79;font-size:.76rem}.customer-order-card>header h2{margin:4px 0;font-size:1.2rem;overflow-wrap:anywhere}.customer-order-card>header p{margin:0;color:#8a727c;font-size:.86rem}.customer-order-status{display:grid;justify-items:end;gap:9px;text-align:right}.customer-order-status strong{font-size:1.12rem}.tracking-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#fff1f6;color:#a43d68;font-size:.78rem;font-weight:800}.tracking-pill.tracking-delivered{background:#e9fff1;color:#257a3b}.tracking-pill.tracking-cancelled{background:#fff0f2;color:#a03b4a}.tracking-pill.tracking-awaiting_payment{background:#fff8e8;color:#8a6417}.order-tracking-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:24px 0}.tracking-step{position:relative;display:grid;justify-items:center;gap:8px;text-align:center;color:#9a8790}.tracking-step:not(:last-child)::after{content:"";position:absolute;z-index:0;top:17px;left:calc(50% + 19px);right:calc(-50% + 19px);height:3px;background:#eee1e6}.tracking-step i{position:relative;z-index:1;display:grid;place-items:center;width:36px;height:36px;border:3px solid #eadce2;border-radius:50%;background:#fff;font-style:normal;font-weight:800}.tracking-step div{display:grid;gap:3px}.tracking-step b{font-size:.82rem}.tracking-step span{font-size:.7rem;line-height:1.35}.tracking-step.is-current,.tracking-step.is-done{color:#a53d68}.tracking-step.is-current i,.tracking-step.is-done i{border-color:#e56494;background:#e56494;color:#fff}.tracking-step.is-done:not(:last-child)::after{background:#e56494}.tracking-awaiting,.tracking-cancelled{margin:22px 0;padding:15px;border-radius:12px;font-weight:750}.tracking-awaiting{background:#fff8e8;color:#7b5b1b}.tracking-cancelled{background:#fff0f2;color:#953442}.customer-order-info{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:20px 0}.customer-order-info section{padding:16px;border:1px solid #eee1e6;border-radius:13px;background:#fffafd}.customer-order-info h3{margin:0 0 10px;font-size:1rem}.customer-order-info p{margin:6px 0;line-height:1.6}.customer-order-info ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.customer-order-info li{display:flex;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px dashed #e6d8de}.customer-order-history{margin-top:14px;border-top:1px solid #eee1e6;padding-top:14px}.customer-order-history summary{cursor:pointer;font-weight:800;color:#9d3d65}.customer-order-history ol{display:grid;gap:12px;margin:15px 0 0;padding-left:24px}.customer-order-history li>div{display:flex;justify-content:space-between;gap:12px}.customer-order-history li span{color:#8b747e;font-size:.8rem}.customer-order-history li p{margin:4px 0 0}.customer-order-actions,.account-order-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.account-order-links{margin-top:0;justify-content:flex-end}.account-order{grid-template-columns:minmax(0,1fr) auto minmax(180px,auto)}
@media(max-width:720px){.customer-order-card{padding:17px}.customer-order-card>header{display:grid}.customer-order-status{justify-items:start;text-align:left}.order-tracking-steps{grid-template-columns:1fr;gap:12px}.tracking-step{grid-template-columns:38px 1fr;justify-items:start;text-align:left}.tracking-step:not(:last-child)::after{top:36px;bottom:-13px;left:17px;right:auto;width:3px;height:auto}.tracking-step div{padding-top:2px}.customer-order-info{grid-template-columns:1fr}.account-order{grid-template-columns:1fr auto}.account-order-links{grid-column:1/-1;justify-content:stretch}.account-order-links a{flex:1}.customer-order-history li>div{display:grid}.customer-order-actions a{flex:1}}

/* Google giriş ve şifre sıfırlama */
.google-auth-btn{width:100%;min-height:50px;border:1px solid #d9d4d7;background:#fff;color:#342b31;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:11px;font:700 14px/1.2 inherit;text-decoration:none;cursor:pointer;margin:18px 0 10px;box-shadow:0 4px 14px rgba(57,35,46,.06);position:relative}.google-auth-btn:hover:not(:disabled){border-color:#a9a3a7;transform:translateY(-1px)}.google-auth-btn:disabled{opacity:.62;cursor:not-allowed}.google-auth-btn small{position:absolute;right:10px;font-size:9px;font-weight:500;color:#8a7d84;max-width:105px}.google-g{width:26px;height:26px;border-radius:50%;display:inline-grid;place-items:center;font:800 17px/1 Arial,sans-serif;color:#4285f4;background:#f7f9ff;border:1px solid #e1e8fb}.auth-divider{display:flex;align-items:center;gap:12px;margin:16px 0;color:#8c7e86;font-size:12px}.auth-divider::before,.auth-divider::after{content:"";height:1px;background:#eadfe4;flex:1}.auth-inline-links{text-align:right;margin:-4px 0 14px}.auth-inline-links a{font-size:13px;color:#a72f60;font-weight:700}.auth-warning{margin:15px 0}.verification-code-input{text-align:center;letter-spacing:10px;font-size:25px!important;font-weight:800;font-variant-numeric:tabular-nums}

/* 2026-07-23: Hesap, favoriler ve sepet bağlantıları üst sağ alanda */
.header-inner{grid-template-columns:205px minmax(240px,1fr) minmax(350px,auto);gap:28px}
.header-actions--account-favorites-cart{justify-content:flex-end;gap:17px}
.header-actions--account-favorites-cart .header-action{display:inline-flex;align-items:center;gap:7px;min-width:0;white-space:nowrap}
.header-actions--account-favorites-cart .header-action svg{grid-row:auto;width:22px;height:22px;flex:0 0 auto}
.header-actions--account-favorites-cart .header-action strong{font-size:11px;line-height:1.2}
.header-actions--account-favorites-cart .header-action.favorite{display:inline-flex}
.header-actions--account-favorites-cart .header-action.cart{grid-template-rows:none}
.header-actions--account-favorites-cart .header-action.cart svg{grid-row:auto}
@media(max-width:1160px){
  .header-inner{grid-template-columns:175px minmax(220px,1fr) minmax(315px,auto);gap:18px}
  .header-actions--account-favorites-cart{gap:11px}
  .header-actions--account-favorites-cart .header-action{gap:5px}
  .header-actions--account-favorites-cart .header-action strong{font-size:9.5px}
}
@media(max-width:930px){
  .header-inner{grid-template-columns:155px minmax(190px,1fr) minmax(285px,auto);gap:12px}
  .header-actions--account-favorites-cart{gap:7px}
  .header-actions--account-favorites-cart .header-action svg{width:19px;height:19px}
  .header-actions--account-favorites-cart .header-action strong{font-size:9px}
}
@media(max-width:760px){
  .header-inner{grid-template-columns:1fr auto;gap:7px}
  .header-actions.header-actions--account-favorites-cart{display:flex;order:4;grid-column:1/-1;width:100%;justify-content:space-between;gap:4px;padding-top:8px;border-top:1px solid #f2e7eb}
  .header-actions--account-favorites-cart .header-action{flex:1;justify-content:center;gap:5px;padding:7px 3px;text-align:center;white-space:normal}
  .header-actions--account-favorites-cart .header-action strong{font-size:9px;line-height:1.15}
  .header-actions--account-favorites-cart .header-action svg{width:18px;height:18px}
  .header-actions--account-favorites-cart .cart-count{top:-3px;right:4px}
}
@media(max-width:430px){
  .header-actions--account-favorites-cart .header-action{display:grid;justify-items:center;gap:4px}
  .header-actions--account-favorites-cart .header-action strong{font-size:8.5px}
}



/* 2026-07-23 — ürün stok görünümü */
.product-card.is-out-of-stock .product-photo img,.product-detail-photo.is-out-of-stock img,.cart-item.is-out-of-stock img{filter:grayscale(.22);opacity:.7}.product-photo,.product-detail-photo{position:relative}.stock-overlay{position:absolute;inset:auto 12px 12px 12px;display:flex;align-items:center;justify-content:center;min-height:34px;border-radius:999px;background:rgba(92,49,66,.90);color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em;box-shadow:0 7px 20px rgba(45,24,34,.18)}.add-cart.is-disabled,.pink-btn.is-disabled,.detail-actions .is-disabled{opacity:.58;cursor:not-allowed;filter:grayscale(.25);transform:none!important}.stock-notice{border-color:#efc3cc!important;background:#fff3f5!important;color:#873348!important}.cart-stock-warning{grid-column:1/-1}.cart-stock-out{color:#a4314b}.qty-actions button:disabled{opacity:.4;cursor:not-allowed}


/* 2026-07-23: Misafir hızlı alışveriş ve gelişmiş sipariş formu */
.product-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.product-card-actions .add-cart,.quick-buy-btn{width:100%;min-height:40px;border:0;border-radius:8px;padding:8px 10px;font-size:11px;font-weight:900;letter-spacing:.02em;cursor:pointer}.quick-buy-btn{background:#2f7f59;color:#fff;box-shadow:0 8px 18px rgba(47,127,89,.15)}.quick-buy-btn:hover{transform:translateY(-1px);background:#276c4c}.detail-quick-buy{width:auto;min-height:44px;padding:0 22px}.guest-account-prompt{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0;padding:16px 18px;border:1px solid #e7d9df;border-radius:15px;background:linear-gradient(135deg,#fff,#fff7fa)}.guest-account-prompt>div:first-child{display:flex;flex-direction:column;gap:4px}.guest-account-prompt b{font-size:14px}.guest-account-prompt span{color:#725f68;font-size:12px;line-height:1.55}.guest-account-actions{display:flex;gap:8px;flex-wrap:wrap;flex:0 0 auto}.checkout-page-wrap{margin-top:26px}.checkout-form-section{margin-bottom:22px;padding:20px;border:1px solid #eee1e6;border-radius:16px;background:#fff}.checkout-form-section>h2{margin:0 0 16px;font-size:20px}.checkout-form-section .field small{display:block;margin-top:6px;color:#82737a;font-size:11px;line-height:1.45}.invoice-type-options{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.invoice-type-options label{display:flex;align-items:center;gap:7px;min-height:42px;padding:9px 14px;border:1px solid #e5d7dd;border-radius:10px;background:#fff9fb;font-weight:800;cursor:pointer}.invoice-type-options input{accent-color:#e65f90}.conditional-fields[hidden]{display:none!important}.checkout-panel select{width:100%;padding:11px 12px;border:1px solid #e4dce0;border-radius:8px;background:#fff;color:#473e43;outline:0}.checkout-panel select:focus{border-color:#e890b0;box-shadow:0 0 0 3px rgba(238,102,149,.11)}
@media(max-width:720px){.product-card-actions{grid-template-columns:1fr}.guest-account-prompt{align-items:flex-start;flex-direction:column}.guest-account-actions{width:100%}.guest-account-actions a{flex:1}.checkout-form-section{padding:16px}.detail-actions .detail-quick-buy{width:100%}}


/* 2026-07-23: Favorilerim ürün sayacı */
.header-action.favorite{position:relative}
.favorite-count,[data-favorite-count]{display:grid!important;place-items:center!important;position:absolute;top:-7px;right:-7px;left:auto;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#e95f8f;color:#fff;font-size:11px;font-weight:900;line-height:1;box-shadow:0 6px 14px rgba(232,85,137,.28);font-style:normal}
.favorite-count[hidden],[data-favorite-count][hidden]{display:none!important}
@media(max-width:760px){.header-actions--account-favorites-cart .favorite-count{top:-3px;right:4px}}


/* Misafir sipariş takip sistemi - 2026-07-23 */
.cart-order-tracking{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:22px 24px}
.cart-order-tracking h2{margin:0 0 6px;font-size:1.25rem}
.cart-order-tracking p{margin:0;color:var(--muted,#6f6670)}
.guest-tracking-layout{display:grid;gap:22px;margin-top:32px;margin-bottom:52px}
.guest-tracking-panel{max-width:920px;margin:0 auto;width:100%;padding:28px}
.guest-tracking-panel>h2{margin-top:0}
.guest-tracking-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}
.guest-tracking-form .cart-action-row{grid-column:1/-1;justify-content:flex-start}
.guest-tracking-security{margin-top:18px}
.guest-tracking-layout .customer-order-list{max-width:1100px;margin:0 auto;width:100%}
@media (max-width:760px){.cart-order-tracking{align-items:stretch;flex-direction:column}.cart-order-tracking .outline-btn{text-align:center}.guest-tracking-form{grid-template-columns:1fr}.guest-tracking-form .cart-action-row{grid-column:1;flex-direction:column}.guest-tracking-form .cart-action-row>*{width:100%;text-align:center}}


/* Sipariş sayfaları hazırlama uyarısı */
.order-page-header-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(220px,.72fr) minmax(340px,1.28fr);gap:28px;align-items:center}
.order-page-title{min-width:0}
.order-preparation-warning{display:flex;align-items:flex-start;gap:13px;padding:15px 17px;border:1px solid #f0c7d6;border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(95,47,65,.08);color:#684d59}
.order-warning-icon{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#e96090;color:#fff;font-size:18px;font-weight:900;line-height:1;box-shadow:0 7px 16px rgba(233,96,144,.22)}
.order-preparation-warning b{display:block;margin-bottom:4px;color:#4f3542;font-size:13px}
.order-preparation-warning p{margin:0;font-size:12px;line-height:1.6;white-space:pre-line}
@media(max-width:820px){.order-page-header-layout{grid-template-columns:1fr;gap:16px}.order-preparation-warning{padding:13px 14px}.order-preparation-warning p{font-size:11.5px}}

/* 50 TL adımlı mağaza fiyat filtresi */
.filter-box{display:block}
.category-filter-section{display:block}
.price-filter{margin-top:18px;padding-top:16px;border-top:1px solid #eee5e9}
.price-filter h2{margin-bottom:4px}
.price-filter>p{margin:0 0 12px;color:#81747b;font-size:11px;line-height:1.45}
.price-filter label{display:block;margin-top:9px;color:#655a60;font-size:11px;font-weight:700}
.price-filter select{display:block;width:100%;height:38px;margin-top:5px;border:1px solid #ebdfe4;border-radius:6px;padding:0 9px;background:#fff;color:#4e454a;font-size:12px}
.active-price-filter{display:block;margin-top:10px;padding:8px;border-radius:6px;background:#fff0f5;color:var(--pink-dark);font-size:10px;line-height:1.4}
.price-filter-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}
.price-filter-actions button,.price-filter-actions a{display:flex;align-items:center;justify-content:center;min-height:36px;border-radius:6px;font-size:10px;font-weight:800;letter-spacing:.04em;cursor:pointer}
.price-filter-actions button{border:1px solid var(--pink-dark);background:var(--pink-dark);color:#fff}
.price-filter-actions a{border:1px solid #e7d9df;background:#fff;color:#655a60;padding:0 7px}
@media(max-width:760px){
  .filter-box{display:grid;grid-template-columns:1fr;overflow:visible;white-space:normal;gap:12px;padding:12px}
  .category-filter-section{display:flex;align-items:center;gap:6px;overflow:auto;white-space:nowrap;padding-bottom:3px}
  .category-filter-section h2{flex:0 0 auto;margin:0 4px 0 0}
  .category-filter-section a{flex:0 0 auto}
  .price-filter{margin-top:0;padding-top:12px;border-top:1px solid #eee5e9;display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}
  .price-filter h2,.price-filter>p,.active-price-filter,.price-filter-actions{grid-column:1/-1}
  .price-filter label{margin-top:0}
}
@media(max-width:420px){.price-filter{grid-template-columns:1fr}.price-filter h2,.price-filter>p,.active-price-filter,.price-filter-actions{grid-column:auto}}


/* Cypher powered-by footer alignment and floating button collision fix - 2026-07-23 v2 */
.footer-bottom{
  padding:16px 0 18px;
}
.footer-bottom-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:center;
}
.footer-bottom-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 18px;
  width:100%;
}
.footer-powered{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  width:100%;
  min-height:54px;
  margin:0 auto;
  color:#776a70;
  font-size:10px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:none;
  white-space:nowrap;
}
.footer-powered>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:100%;
  border-radius:8px;
  text-decoration:none!important;
  transition:opacity .2s ease,transform .2s ease;
}
.footer-powered>a:hover{
  opacity:.88;
  transform:translateY(-1px);
}
.footer-powered img{
  display:block;
  width:154px;
  height:48px;
  max-width:min(62vw,154px);
  object-fit:contain;
  object-position:center;
}

@media (max-width:900px){
  body.footer-in-view .social-support-buttons{
    bottom:calc(112px + env(safe-area-inset-bottom));
  }
}

@media (max-width:620px){
  .footer-bottom{
    padding:15px 12px 18px;
  }
  .footer-bottom-meta{
    flex-direction:column;
    gap:7px;
  }
  .footer-powered{
    gap:4px;
    min-height:50px;
  }
  .footer-powered img{
    width:138px;
    height:43px;
    max-width:54vw;
  }
  .social-support-buttons{
    right:12px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    gap:8px;
  }
  .social-support-button{
    justify-content:center;
    width:52px;
    min-width:52px;
    height:52px;
    padding:0;
    border-radius:50%;
  }
  .social-support-button span{
    display:none;
  }
  .social-support-button svg{
    width:25px;
    height:25px;
  }
  body.footer-in-view .social-support-buttons{
    bottom:calc(96px + env(safe-area-inset-bottom));
  }
}

@media (max-width:380px){
  .footer-powered img{
    width:126px;
    height:40px;
  }
  .social-support-button{
    width:48px;
    min-width:48px;
    height:48px;
  }
}

/* 2026-07-25 — ilçe teslimat ücreti ve ödeme özeti */
.delivery-fee-status{display:block;margin-top:7px;padding:8px 10px;border:1px solid #f0c6d5;border-radius:9px;background:#fff6f9;color:#9a3b62;font-weight:700;line-height:1.4}.delivery-fee-status.is-free{border-color:#bfe0cb;background:#f3fbf6;color:#277048}.checkout-summary .summary-total.delivery-fee-total{margin-top:8px}.checkout-summary .summary-total.grand-total{margin-top:10px;padding-top:14px;border-top:2px solid #ead3dc;font-size:17px}.checkout-summary .summary-total.grand-total b{color:#c73f73;font-size:20px}.checkout-preinfo [data-order-grand-total]{color:#b93568;font-weight:900}@media(max-width:620px){.delivery-fee-status{font-size:11px}.checkout-summary .summary-total.grand-total b{font-size:18px}}


/* 2026-07-27 — Üye favorileri, ürün indirimleri ve gelişmiş mobil vitrin */
.sale-ribbon{position:absolute;z-index:3;top:12px;left:-33px;width:122px;padding:6px 0;transform:rotate(-40deg);background:linear-gradient(90deg,#d83d72,#ef6695);color:#fff;text-align:center;font-size:9px;font-weight:900;letter-spacing:.06em;box-shadow:0 7px 17px rgba(194,52,101,.24)}
.product-price-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:5px 8px;margin-top:7px}.product-price-wrap del{color:#9b8e94;font-size:11px}.product-price-wrap .product-price{margin-top:0;color:#c43169;font-size:15px}.product-price-wrap span{border-radius:999px;padding:3px 6px;background:#e9f8ee;color:#267449;font-size:8px;font-weight:900}
.product-detail-price-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:9px 13px;margin:12px 0}.product-detail-price-wrap del{color:#9d9297;font-size:16px}.product-detail-price-wrap .product-detail-price{margin:0;color:#c83168;font-size:28px}.product-detail-price-wrap span{border-radius:999px;padding:6px 10px;background:#e9f8ee;color:#246c45;font-size:11px;font-weight:900}
.mobile-bottom-nav{display:none}.mobile-bottom-nav i{position:absolute;top:3px;right:calc(50% - 20px);display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#e95f8f;color:#fff;font-size:9px;font-style:normal;font-weight:900}
@media(max-width:760px){
  body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
  .site-footer{margin-bottom:0}
  .mobile-bottom-nav{position:fixed;z-index:950;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,1fr);min-height:64px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));border-top:1px solid #eadde3;background:rgba(255,255,255,.97);box-shadow:0 -10px 30px rgba(65,38,50,.12);backdrop-filter:blur(12px)}
  .mobile-bottom-nav a{position:relative;display:grid;place-items:center;align-content:center;gap:2px;min-width:0;color:#67545d;font-size:9px;font-weight:800}
  .mobile-bottom-nav svg{width:21px;height:21px;stroke:currentColor;fill:none}.mobile-bottom-nav a:active{color:var(--pink-dark);transform:translateY(1px)}
  .mobile-product-rail{display:grid!important;grid-auto-flow:column;grid-auto-columns:minmax(218px,76vw);grid-template-columns:none!important;gap:13px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-padding-inline:2px;padding:4px 2px 15px;scrollbar-width:none}
  .mobile-product-rail::-webkit-scrollbar,.mobile-category-rail::-webkit-scrollbar{display:none}
  .mobile-product-rail .product-card{scroll-snap-align:start;min-height:100%}
  .mobile-category-rail{display:grid!important;grid-auto-flow:column;grid-auto-columns:82vw;grid-template-columns:none!important;gap:12px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding-bottom:12px;scrollbar-width:none}
  .mobile-category-rail .category-card{scroll-snap-align:start;min-height:205px}
  .section-heading{gap:12px}.section-heading>a{flex:0 0 auto;font-size:11px}
  .product-card-actions{grid-template-columns:1fr 1fr!important}.product-card-actions .add-cart,.product-card-actions .quick-buy-btn{min-height:42px}
  .sale-ribbon{top:13px}.product-price-wrap .product-price{font-size:16px}
}
@media(max-width:430px){
  .mobile-product-rail{grid-auto-columns:84vw}
  .mobile-category-rail{grid-auto-columns:88vw}
}

/* 2026-07-27 — Mobil deneyim v2: kompakt başlık, çekmece menü ve kullanıcı dostu alışveriş */
.mobile-header-cart,.mobile-service-strip,.mobile-nav-head,.mobile-quick-categories,.mobile-swipe-label{display:none}

@media(max-width:760px){
  :root{--mobile-header-offset:126px}
  html{scroll-padding-top:calc(var(--mobile-header-offset) + 10px)}
  body{background:linear-gradient(180deg,#fff 0,#fff8fb 38%,#fff 100%);-webkit-tap-highlight-color:transparent}
  body.mobile-nav-active{overflow:hidden;touch-action:none}
  .site-container{width:min(var(--site-width),calc(100% - 24px))}

  /* Üst bilgi ve mobil başlık */
  .site-topbar{background:linear-gradient(90deg,#fff0f5,#fff8fb 58%,#fff0f5)}
  .topbar-inner{min-height:31px;padding:0 2px;justify-content:center}
  .contact-line{width:100%;justify-content:center;gap:0;font-size:10px;font-weight:750;color:#694a58}
  .contact-line::before{content:"Kastamonu içi güvenli teslimat";display:inline-flex;align-items:center;min-height:31px}
  .contact-line>a:first-child,.contact-line>span{display:none!important}
  .contact-line>a:last-child{display:inline-flex!important;margin-left:10px;padding-left:10px;border-left:1px solid #efcad7;color:#b33e6d}
  .top-links{display:none!important}
  .site-header{position:sticky;z-index:880;top:0;border-bottom-color:#f1e2e8;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(77,39,55,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
  .header-inner{grid-template-columns:46px minmax(0,1fr) 46px;gap:8px;min-height:auto;padding:8px 0 9px}
  .mobile-menu-btn{display:grid;order:1;place-items:center;width:44px;height:44px;padding:0;border:1px solid #f0dfe6;border-radius:13px;background:#fff8fb;color:#5a3f4b;box-shadow:0 5px 14px rgba(80,44,59,.06)}
  .mobile-menu-btn svg{width:24px;height:24px}
  .brand{order:2;justify-self:center;width:132px;max-width:100%}
  .brand img{height:48px;object-position:center}
  .mobile-header-cart{position:relative;order:3;display:grid;place-items:center;width:44px;height:44px;border:1px solid #f0dfe6;border-radius:13px;background:#fff8fb;color:#5a3f4b;box-shadow:0 5px 14px rgba(80,44,59,.06)}
  .mobile-header-cart svg{width:23px;height:23px;stroke:currentColor;fill:none}
  .mobile-header-cart i{position:absolute;top:-5px;right:-3px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:var(--pink);color:#fff;font-size:9px;font-style:normal;font-weight:900}
  .header-actions.header-actions--account-favorites-cart{display:none!important}
  .search-form{order:4;grid-column:1/-1;width:100%;max-width:none;border-color:#eadde2;border-radius:13px;box-shadow:0 5px 16px rgba(69,37,50,.05)}
  .search-form input{height:44px;padding:0 14px;font-size:13px}
  .search-form button{width:49px}
  .mobile-service-strip{order:5;grid-column:1/-1;display:flex;gap:7px;overflow-x:auto;padding:1px 1px 0;scrollbar-width:none;white-space:nowrap}
  .mobile-service-strip::-webkit-scrollbar{display:none}
  .mobile-service-strip span{flex:0 0 auto;display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border:1px solid #f0e3e8;border-radius:999px;background:#fff;color:#775f69;font-size:9px;font-weight:800}

  /* Sayfayı aşağı itmeyen çekmece menü */
  .mobile-nav-backdrop{z-index:1080;background:rgba(38,23,30,.48);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
  .main-nav{position:fixed!important;z-index:1090;top:0;bottom:0;left:0;display:block!important;width:min(88vw,365px);max-width:365px;overflow-y:auto;border:0;border-right:1px solid #ecdce3;background:#fff;box-shadow:18px 0 44px rgba(47,25,35,.2);transform:translateX(-105%);transition:transform .28s cubic-bezier(.22,.8,.22,1);overscroll-behavior:contain}
  .main-nav.mobile-open{transform:translateX(0)}
  .mobile-nav-head{position:sticky;z-index:3;top:0;display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:10px 14px;border-bottom:1px solid #f0e4e9;background:rgba(255,255,255,.97);backdrop-filter:blur(12px)}
  .mobile-nav-head a{display:inline-flex;width:145px;align-items:center}
  .mobile-nav-head img{width:100%;height:54px;object-fit:contain;object-position:left center}
  .mobile-nav-head button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #eedce4;border-radius:13px;background:#fff7fa;color:#664651;font-size:28px;line-height:1}
  .nav-list{display:block;width:100%;min-height:0;padding:7px 12px 28px}
  .menu-item,.menu-item.has-mega{display:block;position:relative}
  .nav-link{width:100%;min-height:48px;justify-content:space-between;padding:0 12px;border:0;border-bottom:1px solid #f3e9ed;border-radius:10px;color:#43343b;font-size:12px}
  .nav-link:active,.nav-link.is-active,.menu-item.is-open>.nav-link{background:#fff0f5;color:var(--pink-dark)}
  .mega-panel{position:static;display:none;width:100%;padding:0 0 4px;transform:none!important;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;background:#fff}
  .menu-item.has-mega:hover>.mega-panel,.menu-item.has-mega:focus-within>.mega-panel{display:none}
  .menu-item.has-mega.is-open>.mega-panel{display:grid;grid-template-columns:1fr}
  .mega-feature{display:none}
  .mega-groups{display:block}
  .mega-group{padding:8px 13px 9px;border:0;border-bottom:1px solid #f3e7ec;background:#fffafd}
  .mega-group h3{margin:4px 0 5px;font-size:10px}
  .mega-group a{min-height:37px;display:flex;align-items:center;padding:6px 4px;white-space:normal;font-size:12px}
  .mega-all-link{min-height:44px;margin:4px 0 0;border-radius:9px}

  /* Ana sayfa hero */
  .home-main{padding-top:12px}
  .hero-slider{min-height:520px;border-radius:19px;background:#fff;box-shadow:0 16px 38px rgba(75,39,55,.11)}
  .hero-slide{display:grid;grid-template-rows:235px minmax(0,1fr)}
  .hero-media{position:relative;inset:auto;order:1;opacity:1;min-height:235px}
  .hero-media::after{background:linear-gradient(180deg,transparent 45%,rgba(255,255,255,.96) 100%)}
  .hero-media img{object-position:center 42%}
  .hero-copy{order:2;width:100%;min-height:0;padding:18px 20px 54px;background:#fff;justify-content:flex-start}
  .hero-eyebrow{font-size:15px}
  .hero-eyebrow b{font-size:17px}
  .hero-copy h1,.hero-copy h2{max-width:none;margin:7px 0 9px;font-size:27px;line-height:1.12;letter-spacing:-.35px}
  .hero-copy p{max-width:none;font-size:12px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .hero-copy .pink-btn{width:100%;min-height:46px;margin-top:16px}
  .slider-control{display:grid;top:111px;width:38px;height:38px;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.9);box-shadow:0 7px 18px rgba(55,30,41,.13)}
  .slider-prev{left:10px}.slider-next{right:10px}
  .slider-dots{bottom:16px;gap:7px}
  .slider-dot{width:7px;height:7px}
  .slider-dot.is-active{width:22px}

  /* Avantajlar ve hızlı kategoriler */
  .benefit-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(205px,73vw);grid-template-columns:none!important;gap:10px;overflow-x:auto;margin-top:13px;padding:2px 1px 10px;border:0;background:transparent;scroll-snap-type:inline mandatory;scroll-padding-inline:1px;scrollbar-width:none}
  .benefit-strip::-webkit-scrollbar{display:none}
  .benefit{scroll-snap-align:start;min-height:72px;padding:12px 13px!important;border:1px solid #f0e3e8!important;border-radius:15px;background:#fff;box-shadow:0 8px 20px rgba(71,38,52,.06)}
  .benefit-icon{font-size:23px}
  .benefit strong{font-size:11px}.benefit small{font-size:9.5px}
  .mobile-quick-categories{display:block;margin-top:7px;padding:15px 0 2px}
  .mobile-quick-title{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:10px}
  .mobile-quick-title b{font-family:Georgia,'Times New Roman',serif;font-size:20px;font-weight:400}
  .mobile-quick-title span{color:#8b707b;font-size:9.5px;font-weight:700}
  .mobile-quick-list{display:flex;gap:8px;overflow-x:auto;padding:1px 1px 8px;scroll-snap-type:inline proximity;scrollbar-width:none}
  .mobile-quick-list::-webkit-scrollbar{display:none}
  .mobile-quick-list a{scroll-snap-align:start;flex:0 0 auto;display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid #eddae2;border-radius:999px;background:linear-gradient(180deg,#fff,#fff7fa);color:#654752;font-size:11px;font-weight:850;box-shadow:0 6px 15px rgba(74,40,54,.05)}
  .mobile-quick-list a:active{background:#ffeaf2;color:var(--pink-dark)}

  /* Bölüm başlıkları ve kaydırma yönlendirmesi */
  .section{padding-top:26px}
  .section-heading{align-items:flex-end;gap:10px;margin-bottom:5px}
  .section-heading small{font-size:9px}
  .section-heading h2{font-size:23px}
  .section-heading>a{min-height:34px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid #f0dce4;border-radius:999px;background:#fff8fb;font-size:10px;text-decoration:none!important}
  .mobile-swipe-label{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin:0 2px 7px;color:#9b7886;font-size:9.5px;font-weight:800}
  .mobile-swipe-label b{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff0f5;color:var(--pink-dark);font-size:13px}

  /* Yatay ürün ve kategori rayları */
  .mobile-product-rail{grid-auto-columns:minmax(226px,72vw)!important;gap:12px;padding:4px 16px 14px 1px;margin-right:-12px;scroll-padding-inline:1px}
  .mobile-category-rail{grid-auto-columns:79vw!important;gap:11px;padding:3px 16px 13px 1px;margin-right:-12px}
  .mobile-category-rail .category-card{min-height:196px;border-radius:17px;box-shadow:0 12px 28px rgba(73,39,53,.11)}
  .mobile-category-rail .category-card span{padding:17px}
  .mobile-product-rail .product-card{scroll-snap-align:start}
  .product-card{border-radius:17px;box-shadow:0 10px 24px rgba(75,39,55,.08)}
  .product-photo{aspect-ratio:1/1}
  .product-photo img{width:100%;height:100%;object-fit:cover}
  .favorite-btn{display:grid;place-items:center;width:42px;height:42px;top:9px;right:9px;font-size:21px;box-shadow:0 7px 18px rgba(68,36,50,.16)}
  .product-body{padding:12px 12px 13px}
  .product-name{min-height:38px;font-size:13px;line-height:1.42;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .product-price-wrap{margin-top:6px;gap:4px 6px}
  .product-price-wrap .product-price{font-size:16px}
  .product-price-wrap span{font-size:7.5px}
  .product-card-actions{grid-template-columns:1.08fr .92fr!important;gap:7px;margin-top:10px}
  .product-card-actions .add-cart,.product-card-actions .quick-buy-btn{min-height:43px;border-radius:10px;padding:7px 8px;font-size:10px;letter-spacing:0}

  /* Ürün listeleme sayfası */
  .page-header{padding:24px 0 18px}
  .page-header h1{font-size:28px}
  .breadcrumb{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .products-layout{gap:13px;padding-top:15px}
  .filter-box{display:grid;gap:11px;padding:11px;border-radius:15px;box-shadow:0 8px 22px rgba(72,39,52,.05)}
  .category-filter-section{padding-bottom:4px}
  .category-filter-section h2{font-size:15px}
  .category-filter-section a{min-height:39px;display:inline-flex;align-items:center;padding:0 11px;border:1px solid #eee0e6;border-radius:999px;background:#fff;font-size:10.5px}
  .category-filter-section a.active{border-color:#ef9db9;background:#fff0f5}
  .price-filter{border-radius:11px;background:#fffafd;padding:11px}
  .price-filter select{height:42px;border-radius:10px}
  .price-filter-actions button,.price-filter-actions a{min-height:40px;border-radius:10px}
  .products-topline{position:sticky;z-index:20;top:calc(var(--mobile-header-offset) - 1px);align-items:center;margin:0 -2px 10px;padding:8px 10px;border:1px solid #eee0e6;border-radius:13px;background:rgba(255,255,255,.95);box-shadow:0 7px 18px rgba(70,38,51,.07);backdrop-filter:blur(12px)}
  .products-topline p{font-size:10.5px}
  .products-topline select{height:39px;max-width:142px;border-radius:10px;font-size:10.5px}
  .products-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  body[data-page="products"] .product-body{padding:9px 9px 10px}
  body[data-page="products"] .product-name{min-height:34px;font-size:11.5px;line-height:1.38}
  body[data-page="products"] .product-card-actions{grid-template-columns:1fr!important;gap:5px}
  body[data-page="products"] .product-card-actions .add-cart{min-height:39px;font-size:9.5px}
  body[data-page="products"] .product-card-actions .quick-buy-btn{min-height:35px;border:1px solid #b9dac7;background:#f3fbf6;color:#26704c;box-shadow:none;font-size:9px}
  body[data-page="products"] .favorite-btn{width:38px;height:38px;font-size:19px}
  body[data-page="products"] .sale-ribbon{top:10px;left:-37px;font-size:8px}
  .pagination{gap:5px;overflow-x:auto;justify-content:flex-start;padding-bottom:4px}
  .pagination-link{flex:0 0 auto;min-width:40px;height:40px}

  /* Ürün detayında mobil düzen */
  body[data-page="product"]{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
  body[data-page="product"] .mobile-bottom-nav{display:grid!important}
  .product-detail{gap:16px;padding-top:16px}
  .product-detail-photo{border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(69,37,50,.1)}
  .product-detail-info{padding:0 2px}
  .product-detail-info h2{font-size:27px;line-height:1.16}
  .product-detail-price-wrap .product-detail-price{font-size:25px}
  .detail-actions{gap:8px}
  .detail-actions .pink-btn,.detail-actions .outline-btn,.detail-actions .detail-quick-buy{min-height:46px;border-radius:12px}
  .notice{border-radius:12px}
  .guest-account-prompt{gap:12px;padding:14px;border-radius:14px}

  /* Sepet, hesap, form ve yasal sayfalarda daha rahat dokunma alanları */
  .cart-layout{padding-top:18px}
  .cart-item{grid-template-columns:82px minmax(0,1fr) 34px;gap:10px;padding:10px;border-radius:15px}
  .cart-item img{width:82px;height:82px;border-radius:11px}
  .remove-btn{width:36px;height:36px}
  .summary-card,.panel,.auth-card,.checkout-form-section,.customer-order-card,.legal-card{border-radius:17px}
  .field input,.field select,.field textarea,.checkout-panel select{min-height:46px;border-radius:11px}
  .pink-btn,.outline-btn{min-height:44px}
  .footer-grid{gap:20px;padding-top:30px}
  .footer-col a{min-height:28px;display:flex;align-items:center}

  /* Mobil alt menü */
  .mobile-bottom-nav{z-index:1000;min-height:67px;padding:6px 7px calc(6px + env(safe-area-inset-bottom));border-top-color:#eadbe2;box-shadow:0 -12px 34px rgba(60,32,44,.14)}
  .mobile-bottom-nav a{min-height:51px;border-radius:13px;color:#79636d;font-size:8.5px;transition:background .18s ease,color .18s ease,transform .18s ease}
  .mobile-bottom-nav a.is-active{background:#fff0f5;color:var(--pink-dark)}
  .mobile-bottom-nav a.is-active svg{stroke-width:2.2}
  .mobile-bottom-nav svg{width:21px;height:21px;stroke-width:1.8}
  .mobile-bottom-nav i{top:0;right:calc(50% - 21px)}
  .toast{right:12px;bottom:calc(78px + env(safe-area-inset-bottom));left:12px;max-width:none;text-align:center}
}

@media(max-width:430px){
  :root{--mobile-header-offset:125px}
  .site-container{width:calc(100% - 20px)}
  .brand{width:122px}
  .brand img{height:45px}
  .mobile-service-strip span{font-size:8.5px}
  .hero-slider{min-height:500px}
  .hero-slide{grid-template-rows:218px minmax(0,1fr)}
  .hero-media{min-height:218px}
  .hero-copy{padding:16px 17px 50px}
  .hero-copy h1,.hero-copy h2{font-size:25px}
  .slider-control{top:102px}
  .benefit-strip{grid-auto-columns:80vw}
  .mobile-product-rail{grid-auto-columns:76vw!important}
  .mobile-category-rail{grid-auto-columns:84vw!important}
  .products-layout .product-grid{gap:8px}
  body[data-page="products"] .product-price-wrap{display:grid;gap:2px}
  body[data-page="products"] .product-price-wrap del{font-size:9px}
  body[data-page="products"] .product-price-wrap .product-price{font-size:13.5px}
  body[data-page="products"] .product-price-wrap span{width:max-content;font-size:6.8px}
}

@media(max-width:360px){
  .header-inner{grid-template-columns:42px minmax(0,1fr) 42px;gap:5px}
  .mobile-menu-btn,.mobile-header-cart{width:40px;height:40px;border-radius:12px}
  .brand{width:112px}
  .search-form input{font-size:12px}
  .mobile-product-rail{grid-auto-columns:82vw!important}
  .products-layout .product-grid{grid-template-columns:1fr}
  body[data-page="products"] .product-card{display:grid;grid-template-columns:42% 58%;align-items:stretch}
  body[data-page="products"] .product-photo{height:100%;min-height:190px;aspect-ratio:auto}
  body[data-page="products"] .product-body{display:flex;flex-direction:column;justify-content:center}
  body[data-page="products"] .favorite-btn{right:auto;left:8px}
}

@media(prefers-reduced-motion:reduce){
  .main-nav,.hero-slide,.product-card,.mobile-bottom-nav a,.slider-dot{transition:none!important}
  .mobile-product-rail,.mobile-category-rail,.benefit-strip,.mobile-quick-list{scroll-behavior:auto!important}
}

/* Mobil hero yerleşim düzeltmesi */
@media(max-width:760px){
  .hero-slider{min-height:455px}
  .hero-slide{grid-template-columns:1fr!important;grid-template-rows:218px minmax(0,1fr)!important}
  .hero-media{min-height:218px}
  .slider-control{top:101px}
}
@media(max-width:430px){
  .hero-slider{min-height:438px}
  .hero-slide{grid-template-columns:1fr!important;grid-template-rows:205px minmax(0,1fr)!important}
  .hero-media{min-height:205px}
  .slider-control{top:94px}
}

/* Mobil ilk ekran okunabilirlik ve destek butonu konumu */
@media(max-width:760px){
  .hero-slider{min-height:470px}
  .hero-slide{grid-template-rows:218px minmax(0,1fr)!important}
  .hero-copy{padding-bottom:43px}
  .hero-copy p{-webkit-line-clamp:2}
  .social-support-buttons{right:10px;bottom:calc(76px + env(safe-area-inset-bottom));flex-direction:row-reverse;gap:6px}
  .social-support-button{width:46px;min-width:46px;height:46px}
  .social-support-button svg{width:22px;height:22px}
  body.footer-in-view .social-support-buttons{bottom:calc(84px + env(safe-area-inset-bottom))}
}
@media(max-width:430px){
  .hero-slider{min-height:460px}
  .hero-slide{grid-template-rows:205px minmax(0,1fr)!important}
  .hero-copy{padding-bottom:42px}
  .hero-copy p{font-size:11.5px;-webkit-line-clamp:2}
}

/* Mobil menü katmanı ve açılır ürün filtresi düzeltmesi */
.mobile-price-toggle{display:none}
@media(max-width:760px){
  .main-nav.mobile-open{z-index:1090!important;animation:none!important;transform:translateX(0)!important}
  .main-nav.mobile-open::before{display:none!important;content:none!important}
  .mobile-price-toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:43px;padding:0 12px;border:1px solid #ecdce3;border-radius:11px;background:#fff8fb;color:#684b57;font-size:10.5px;font-weight:850;text-align:left}
  .mobile-price-toggle b{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border-radius:50%;background:#ffe8f1;color:var(--pink-dark);font-size:17px;line-height:1}
  .filter-box.has-active-price .mobile-price-toggle{border-color:#ef9db9;background:#fff0f5;color:#b33d69}
  .filter-box .price-filter{display:none!important}
  .filter-box.is-price-open .price-filter{display:grid!important}
}

/* Mobil güvence şeridi */
@media(max-width:760px){
  .mobile-service-strip span{flex:0 0 auto;display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border:1px solid #f0e3e8;border-radius:999px;background:#fff;color:#775f69;font-size:9px;font-weight:800}
}


/* 2026-07-27 — Mobil sosyal düğmeler, sabit ürün araç çubuğu ve kompakt kartlar */
@media(max-width:760px){
  /* WhatsApp ve Instagram yüzen düğmeleri yeniden görünür. */
  .social-support-buttons{
    z-index:1030!important;
    right:10px!important;
    bottom:calc(78px + env(safe-area-inset-bottom))!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:7px!important;
  }
  .social-support-button,
  .instagram-support{
    display:flex!important;
    width:46px!important;
    min-width:46px!important;
    height:46px!important;
    padding:0!important;
    border-radius:50%!important;
    justify-content:center!important;
  }
  .social-support-button span{display:none!important}
  .social-support-button svg{width:23px!important;height:23px!important}
  body.footer-in-view .social-support-buttons{bottom:calc(82px + env(safe-area-inset-bottom))!important}
  body[data-page="product"] .social-support-buttons{bottom:calc(86px + env(safe-area-inset-bottom))!important}

  /* Ürün adedi ve sıralama kutusu artık kaymaz; başlıkla birlikte sabit bir satırda durur. */
  body[data-page="products"] .products-layout>section{min-width:0;width:100%}
  body[data-page="products"] .products-topline{
    position:static!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 132px!important;
    align-items:center!important;
    gap:9px!important;
    width:100%!important;
    min-height:54px!important;
    margin:0 0 12px!important;
    padding:8px 10px!important;
    transform:none!important;
    contain:layout!important;
    border-radius:12px!important;
  }
  body[data-page="products"] .products-topline p{
    min-width:0!important;
    margin:0!important;
    overflow:hidden!important;
    font-size:10.5px!important;
    line-height:1.3!important;
    white-space:normal!important;
    text-overflow:ellipsis!important;
  }
  body[data-page="products"] .products-topline select{
    display:block!important;
    width:132px!important;
    max-width:132px!important;
    height:38px!important;
    margin:0!important;
    padding:0 28px 0 9px!important;
    font-size:10px!important;
  }

  /* Ürün kartları biraz küçültülür ve tek/az ürün olduğunda ortalanır. */
  body[data-page="products"] .product-grid{
    grid-template-columns:repeat(2,minmax(0,156px))!important;
    justify-content:center!important;
    align-items:stretch!important;
    width:100%!important;
    margin-inline:auto!important;
    gap:10px!important;
  }
  body[data-page="products"] .product-card{width:100%!important;max-width:156px!important;margin-inline:auto!important}
  body[data-page="products"] .product-photo{height:auto!important;min-height:0!important;aspect-ratio:1/.88!important}
  body[data-page="products"] .product-body{min-height:0!important;padding:8px 8px 9px!important}
  body[data-page="products"] .product-name{min-height:31px!important;font-size:10.8px!important;line-height:1.32!important}
  body[data-page="products"] .product-price-wrap{margin-top:5px!important}
  body[data-page="products"] .product-card-actions{margin-top:7px!important}
  body[data-page="products"] .product-card-actions .add-cart{min-height:36px!important}
  body[data-page="products"] .product-card-actions .quick-buy-btn{min-height:33px!important}

  /* Ana sayfadaki yatay ürün kartları da daha dengeli boyuta getirilir. */
  .mobile-product-rail{
    grid-auto-columns:minmax(190px,68vw)!important;
    padding-inline:8px!important;
    scroll-padding-inline:8px!important;
  }
}
@media(max-width:430px){
  body[data-page="products"] .product-grid{grid-template-columns:repeat(2,minmax(0,148px))!important;gap:8px!important}
  body[data-page="products"] .product-card{max-width:148px!important}
  body[data-page="products"] .products-topline{grid-template-columns:minmax(0,1fr) 124px!important}
  body[data-page="products"] .products-topline select{width:124px!important;max-width:124px!important}
  .mobile-product-rail{grid-auto-columns:minmax(184px,70vw)!important}
}
@media(max-width:360px){
  body[data-page="products"] .product-grid{grid-template-columns:repeat(2,minmax(0,140px))!important;gap:7px!important}
  body[data-page="products"] .product-card{display:flex!important;max-width:140px!important}
  body[data-page="products"] .product-photo{aspect-ratio:1/.86!important}
  body[data-page="products"] .product-body{display:flex!important;padding:7px!important}
  body[data-page="products"] .favorite-btn{right:7px!important;left:auto!important}
  .mobile-product-rail{grid-auto-columns:minmax(178px,73vw)!important}
}

@media(min-width:520px) and (max-width:680px){
  body[data-page="products"] .product-grid{grid-template-columns:repeat(3,minmax(0,156px))!important}
}
@media(min-width:681px) and (max-width:760px){
  body[data-page="products"] .product-grid{grid-template-columns:repeat(4,minmax(0,156px))!important}
}

/* 2026-07-27 — Mobil ürün yerleşimi V4: yinelenen sabit satın alma kaldırıldı, liste ortalandı */
.product-sort-control{display:flex;align-items:center;gap:8px}.product-sort-control>span{color:#7b646e;font-size:10px;font-weight:800}
@media(max-width:760px){
  /* Ürün detayında yalnızca içerikteki satın alma düğmeleri kullanılır. */
  body[data-page="product"]{padding-bottom:calc(72px + env(safe-area-inset-bottom))!important}
  body[data-page="product"] .mobile-bottom-nav{display:grid!important}
  body[data-page="product"] .social-support-buttons{bottom:calc(78px + env(safe-area-inset-bottom))!important}

  /* Ürün adedi ve sıralama kontrolü normal akışta, iki sabit satır halinde kalır. */
  body[data-page="products"] .products-layout>section{display:block!important;min-width:0!important;width:100%!important}
  body[data-page="products"] .products-topline{
    position:static!important;
    inset:auto!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    width:100%!important;
    min-height:0!important;
    margin:0 0 13px!important;
    padding:10px!important;
    transform:none!important;
    animation:none!important;
    contain:none!important;
    border:1px solid #eee0e6!important;
    border-radius:13px!important;
    background:#fff!important;
    box-shadow:0 7px 18px rgba(70,38,51,.06)!important;
    backdrop-filter:none!important;
  }
  body[data-page="products"] .products-topline p{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    overflow:visible!important;
    color:#6b5560!important;
    font-size:11px!important;
    line-height:1.35!important;
    white-space:normal!important;
  }
  body[data-page="products"] .product-sort-control{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:center!important;
    gap:9px!important;
    width:100%!important;
    margin:0!important;
  }
  body[data-page="products"] .product-sort-control>span{font-size:10px!important;white-space:nowrap!important}
  body[data-page="products"] .products-topline select{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:40px!important;
    margin:0!important;
    padding:0 34px 0 11px!important;
    border-radius:10px!important;
    font-size:11px!important;
  }

  /* auto-fit sayesinde 1 ürün tam ortada, 2+ ürün dengeli ve kompakt görünür. */
  body[data-page="products"] .product-grid{
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(132px,148px))!important;
    justify-content:center!important;
    justify-items:stretch!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:0!important;
    gap:9px!important;
  }
  body[data-page="products"] .product-grid.is-single-product,
  body[data-page="products"] .product-grid:has(> .product-card:only-child){
    grid-template-columns:minmax(132px,148px)!important;
    justify-content:center!important;
  }
  body[data-page="products"] .product-card{
    display:flex!important;
    width:100%!important;
    max-width:148px!important;
    min-width:0!important;
    margin:0!important;
    border-radius:15px!important;
  }
  body[data-page="products"] .product-photo{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1/.86!important;
  }
  body[data-page="products"] .product-body{display:flex!important;min-height:0!important;padding:8px!important}
  body[data-page="products"] .product-name{min-height:29px!important;font-size:10.5px!important;line-height:1.32!important}
  body[data-page="products"] .product-price{font-size:13.5px!important}
  body[data-page="products"] .product-price-wrap{margin-top:4px!important;gap:3px 5px!important}
  body[data-page="products"] .product-card-actions{display:grid!important;grid-template-columns:1fr!important;gap:5px!important;margin-top:7px!important}
  body[data-page="products"] .product-card-actions .add-cart,
  body[data-page="products"] .product-card-actions .quick-buy-btn{min-height:35px!important;padding:6px!important;border-radius:9px!important;font-size:8.7px!important}
  body[data-page="products"] .favorite-btn{top:7px!important;right:7px!important;left:auto!important;width:34px!important;height:34px!important;font-size:17px!important}
  body[data-page="products"] .sale-ribbon{top:9px!important;left:-39px!important;font-size:7.5px!important}
}
@media(max-width:340px){
  body[data-page="products"] .product-grid{grid-template-columns:repeat(auto-fit,minmax(124px,138px))!important;gap:7px!important}
  body[data-page="products"] .product-card{max-width:138px!important}
}

/* Mobil ürün detayında sosyal düğmeler içerik akışında; satın alma alanlarının üstünü kapatmaz. */
.product-social-links{display:none}
@media(max-width:760px){
  body[data-page="product"]>.social-support-buttons{display:none!important}
  .product-social-links{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
  .product-social-links>a{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;min-height:48px;padding:8px 10px;border-radius:12px;color:#fff;box-shadow:0 8px 20px rgba(55,31,42,.10)}
  .product-social-links svg{flex:0 0 auto;width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .product-social-links span{display:grid;min-width:0;line-height:1.15}
  .product-social-links b{font-size:10px}.product-social-links small{margin-top:2px;overflow:hidden;font-size:8px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}
  .product-social-whatsapp{background:#25b94d}.product-social-instagram{background:linear-gradient(135deg,#833ab4,#c13584 38%,#e1306c 65%,#fd8d32)}
  body[data-page="products"] .product-card-actions .add-cart,
  body[data-page="products"] .product-card-actions .quick-buy-btn{width:100%!important}
}
@media(max-width:760px){body[data-page="products"] .product-card{justify-self:center!important}}
/* Flex yerleşim, eksik son satırdaki ürünleri de tam ortalar. */
@media(max-width:760px){
  body[data-page="products"] .product-grid,
  body[data-page="products"] .product-grid.is-single-product,
  body[data-page="products"] .product-grid.is-two-products,
  body[data-page="products"] .product-grid:has(> .product-card:only-child){
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    align-items:stretch!important;
    gap:9px!important;
  }
  body[data-page="products"] .product-card{
    flex:0 1 calc((100% - 9px)/2)!important;
    width:auto!important;
    min-width:124px!important;
    max-width:148px!important;
  }
  body[data-page="products"] .empty-state{flex:1 1 100%;max-width:100%}
}
@media(max-width:340px){
  body[data-page="products"] .product-card{max-width:138px!important}
}
@media(max-width:760px){
  body[data-page="products"] .product-card-actions{width:100%!important}
  body[data-page="products"] .product-card-actions .add-cart{
    margin-top:0!important;border-color:#ef6695!important;background:#ef6695!important;color:#fff!important;opacity:1!important;transform:none!important
  }
  body[data-page="products"] .product-card-actions .quick-buy-btn{margin:0!important}
}
