@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
:root{--ink:#24211f;--muted:#766f69;--cream:#f7f2ec;--peach:#e99a73;--line:#e7ded5}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:#fffaf6}.announcement{background:var(--ink);color:#fff;text-align:center;padding:10px;font-size:12px;letter-spacing:.04em}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid var(--line);background:#fffaf6}.brand{font-weight:800;letter-spacing:.14em;font-size:14px;color:var(--ink);text-decoration:none}.menu-button,.header-actions button{border:0;background:none;font-size:22px;color:var(--ink);cursor:pointer}.header-actions{display:flex;gap:14px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;max-width:1240px;margin:0 auto;padding:clamp(56px,9vw,120px) clamp(20px,5vw,72px);align-items:center}.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:.18em;color:var(--peach);font-weight:800}.hero h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,76px);line-height:.98;max-width:650px;margin:14px 0 22px}.hero p:not(.eyebrow){font-size:18px;line-height:1.6;color:var(--muted);max-width:540px}.primary{display:inline-block;background:var(--ink);color:#fff;padding:15px 24px;border-radius:999px;text-decoration:none;margin-top:16px}.hero-card{aspect-ratio:1/1.1;border-radius:28px;background:linear-gradient(145deg,#eac4a8,#f5dfcb);display:flex;align-items:end;padding:32px;font-family:Georgia,serif;font-size:30px;line-height:1.05;box-shadow:0 18px 50px #b98f7133}.hero-card strong{display:block}.section{max-width:1240px;margin:0 auto;padding:30px clamp(20px,5vw,72px) 100px}.section-heading h2{font-family:Georgia,serif;font-size:42px;margin:10px 0 32px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}.product-art{height:260px;border-radius:14px;background:linear-gradient(140deg,#ead4c3,#b67a61);display:grid;place-items:center;color:#fff;font-size:90px}.product-art.alt{background:linear-gradient(140deg,#d8c6bf,#89706a)}.product-art.warm{background:linear-gradient(140deg,#efc07e,#b05c4d)}.product-card h3{margin:18px 0 8px}.product-card p{color:var(--muted)}.product-card strong{color:var(--ink);font-size:18px}.product-card a{color:var(--ink);font-weight:700;text-decoration:none;font-size:14px}footer{border-top:1px solid var(--line);padding:28px clamp(20px,5vw,72px);display:flex;justify-content:space-between;color:var(--muted);font-size:13px}@media(max-width:760px){.hero{grid-template-columns:1fr}.hero-card{max-width:420px}.product-grid{grid-template-columns:1fr 1fr}.product-art{height:190px}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.brand{font-size:11px}}
.preview-page{max-width:1240px;margin:0 auto;padding:42px clamp(20px,5vw,72px) 90px;display:grid;grid-template-columns:1fr .9fr;gap:clamp(32px,7vw,100px)}.preview-stage{position:sticky;top:24px;height:max-content}.stage-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.secure{font-size:11px;color:#66866f}.clock{position:relative;max-width:580px;margin:auto;aspect-ratio:1;border-radius:50%;background:#e5c1aa;padding:5%;box-shadow:0 22px 45px #78584325}.clock-photo{position:absolute;inset:5%;border-radius:50%;background:linear-gradient(135deg,#c4876e,#f0d9c4);background-size:cover;background-position:center;display:grid;place-items:center;color:#fff8f2;text-align:center;font-size:14px;padding:30px}.clock-face{position:absolute;inset:5%;border-radius:50%;border:10px solid #fffaf4;box-shadow:inset 0 0 0 2px #3b2a24;pointer-events:none}.marker{position:absolute;font:700 20px Georgia;color:#3b2a24}.m12{top:9%;left:48%}.m3{right:9%;top:48%}.m6{bottom:9%;left:49%}.m9{left:9%;top:48%}.hand{position:absolute;left:50%;bottom:50%;width:3px;background:#3b2a24;transform-origin:bottom;border-radius:10px}.hour{height:24%;transform:rotate(38deg)}.minute{height:34%;transform:rotate(145deg)}.center-dot{position:absolute;left:calc(50% - 5px);top:calc(50% - 5px);width:10px;height:10px;border-radius:50%;background:#e99a73}.clock-copy{position:absolute;left:0;right:0;top:61%;text-align:center;color:#3b2a24;display:flex;flex-direction:column;gap:4px}.clock-copy strong{font:700 22px Georgia}.clock-copy span{font-size:13px}.preview-caption{text-align:center;color:var(--muted);font-size:13px}.product-form h1{font:normal 48px/1 Georgia;margin:12px 0}.back-link{color:var(--muted);text-decoration:none;font-size:13px}.price{display:flex;align-items:center;gap:12px;margin:22px 0}.price strong{font-size:28px}.price s{color:#a69a92}.price span{font-size:11px;background:#f4e3d7;padding:6px 9px;border-radius:99px;color:#8c5d47}.product-form label{display:flex;flex-direction:column;gap:7px;margin:16px 0;font-size:13px;font-weight:700}.product-form input,.product-form textarea{font:inherit;font-weight:400;border:1px solid var(--line);border-radius:10px;padding:13px;background:#fffdfb;outline:none}.product-form input:focus,.product-form textarea:focus{border-color:var(--peach);box-shadow:0 0 0 3px #e99a7322}.upload-zone{border:1.5px dashed #d89a78;border-radius:14px;padding:16px;display:flex!important;flex-direction:row!important;align-items:center;gap:14px;background:#fff7f1;cursor:pointer}.upload-zone input{display:none}.upload-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--peach);color:#fff;font-size:22px}.upload-zone small{display:block;color:var(--muted);font-weight:400;margin-top:3px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-form fieldset{border:0;padding:0;margin:22px 0}.product-form legend{font-weight:700;font-size:13px;margin-bottom:8px}.size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.size{border:1px solid var(--line);border-radius:10px;background:#fff;padding:12px 8px;font:600 13px inherit;cursor:pointer}.size small{display:block;color:var(--muted);font-weight:400;margin-top:4px}.size.active{border:2px solid var(--ink);padding:11px 7px}.gift{flex-direction:row!important;align-items:center!important;font-weight:500!important}.gift input{width:18px;height:18px;accent-color:var(--ink)}.gift small{color:var(--peach);margin-left:5px}.form-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.form-actions button{border:0;border-radius:999px;padding:15px;font-weight:800;cursor:pointer}.buy{background:var(--ink);color:#fff}.cart{background:#f0dfd3;color:var(--ink)}.trust{text-align:center;color:#6b8970;font-size:11px;margin-top:16px}.toast{position:fixed;right:24px;bottom:24px;background:var(--ink);color:#fff;padding:14px 18px;border-radius:10px;opacity:0;transform:translateY(10px);transition:.2s;pointer-events:none;font-size:13px}.toast.show{opacity:1;transform:none}@media(max-width:850px){.preview-page{grid-template-columns:1fr}.preview-stage{position:relative;top:auto}.clock{max-width:480px}}@media(max-width:480px){.product-form h1{font-size:38px}.two-col,.size-grid,.form-actions{grid-template-columns:1fr}.stage-head{align-items:flex-start;gap:10px;flex-direction:column}}
/* PDF referansı: beyaz zemin, sıcak altın çerçeveler ve iki sütunlu mobil mağaza düzeni */
body{background:#fff;color:#4b3826;font-family:Arial,Helvetica,sans-serif}.announcement{background:#fff;color:#8a632f;border:1px dashed #d9c39f;border-radius:999px;margin:10px clamp(16px,5vw,60px);font-size:14px}.site-header{height:72px;background:#fff;border-bottom:1px solid #eee0ce}.brand{color:#4b3826;letter-spacing:.05em}.hero{display:none}.section{padding-top:32px}.section-heading{text-align:center}.section-heading h2{color:#8b622e;font-family:Georgia,serif;font-size:28px;font-weight:500}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-card{padding:0 0 14px;border:1px solid #eadcc8;border-radius:18px;overflow:hidden;box-shadow:0 2px 8px #9e835520}.product-art{height:300px;border-radius:0;background:linear-gradient(135deg,#d6b58f,#6b4a2c);font-size:0;position:relative}.product-art:after{content:'-%50';position:absolute;top:10px;left:8px;background:#fff;border-radius:99px;padding:7px 9px;color:#8b765d;font-size:11px}.product-art.alt{background:linear-gradient(135deg,#e8d6bb,#8e6848)}.product-art.warm{background:linear-gradient(135deg,#e7d6bd,#856543)}.product-card h3,.product-card p,.product-card a{margin-left:14px;margin-right:14px}.product-card h3{font-size:13px;font-weight:400;color:#4b3826}.product-card p{font-size:12px}.product-card a{color:#8b622e;font-size:12px}.header-actions button{color:#8b622e}footer{border-top:1px solid #eadcc8;color:#9a7951}@media(max-width:480px){.product-grid{gap:10px}.product-art{height:220px}}
.topline{height:5px;background:#b48b4d}.home{background:#fff}.main-header{background:#f8f3ea;border:0}.header-inner{max-width:1240px;height:118px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:36px;padding:0 24px}.logo{display:flex;align-items:center;gap:18px;color:#b48b4d;text-decoration:none;font:italic 26px Georgia}.logo-mark{font:42px Georgia;font-style:normal;letter-spacing:-7px;border-bottom:2px solid #b48b4d;padding-right:9px}.search{height:52px;max-width:530px;flex:1;background:#fff;border:1px solid #e8dccb;border-radius:30px;display:flex;align-items:center;padding:0 18px;box-shadow:0 7px 20px #c2a87b1f}.search span{color:#b48b4d;font-size:13px}.search input{border:0;outline:0;flex:1;padding:0 10px;font-weight:600;color:#5a4a36;font-size:14px}.search button{border:0;background:0;font-size:24px;color:#704a20}.account{display:flex;gap:22px}.account button{border:0;background:0;color:#704a20;position:relative;cursor:pointer}.account b{position:absolute;top:-10px;right:28px;background:#b48b4d;color:#fff;border-radius:50%;font-size:10px;padding:3px 5px}.category-nav{max-width:1250px;margin:auto;height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 24px;white-space:nowrap}.category-nav a{font-weight:700;color:#704a20;text-decoration:none;font-size:16px}.category-nav a:first-child{font-weight:500}.category-nav .hot{font-weight:800}.category-nav .script{font:italic 21px Georgia}.home-slider{max-width:1320px;margin:24px auto 0;padding:0 20px;position:relative}.home-slider img{width:100%;display:block;border-radius:18px;box-shadow:0 12px 35px #6a47231f;transition:.3s}.home-slider img.fade{opacity:.65}.slide{position:absolute;top:50%;transform:translateY(-50%);border:0;background:#fff;color:#704a20;width:50px;height:50px;border-radius:50%;font-size:38px;line-height:1;box-shadow:0 2px 12px #5b3b1b22;cursor:pointer}.prev{left:38px}.next{right:38px}.dots{position:absolute;bottom:11px;left:50%;display:flex;gap:5px}.dots i{width:9px;height:9px;border-radius:50%;background:#b8a68d}.dots i.active{background:#704a20}.promo-strip{max-width:1320px;margin:16px auto 0;border:2px dashed #dfc99f;border-radius:25px;text-align:center;padding:8px;color:#8b622e;font-size:22px}.home .section{padding-top:40px}.home .section-heading h2{letter-spacing:.12em}.home footer{margin-top:50px}@media(max-width:800px){.header-inner{height:auto;padding:22px 16px;flex-wrap:wrap}.logo{font-size:20px}.search{order:3;flex-basis:100%;max-width:none}.category-nav{overflow:auto;justify-content:flex-start;height:58px}.category-nav a{font-size:13px}.home-slider{padding:0 10px}.promo-strip{font-size:14px;margin:10px}.slide{width:36px;height:36px;font-size:28px}.prev{left:18px}.next{right:18px}}
.promo-strip{height:54px;overflow:hidden;position:relative;display:flex;align-items:center;background:#fff;border:3px dotted #eadcc8;border-radius:30px;color:#8b622e;font-size:clamp(18px,2.1vw,30px);white-space:nowrap;padding:0}.promo-track{display:flex;align-items:center;gap:80px;min-width:max-content;animation:promo-scroll 22s linear infinite}.promo-track span{display:inline-flex;align-items:center}.promo-strip:hover .promo-track{animation-play-state:paused}@keyframes promo-scroll{from{transform:translateX(0)}to{transform:translateX(-33.333%)}}@media(max-width:800px){.promo-strip{height:44px;font-size:17px;margin:12px 10px}.promo-track{gap:40px;animation-duration:16s}}
.category-strip{max-width:1250px;margin:24px auto 12px;display:grid;grid-template-columns:repeat(5,1fr);gap:22px;padding:0 20px}.category-strip a{position:relative;display:block;overflow:hidden;border-radius:25px;text-decoration:none;box-shadow:0 7px 18px #55371920}.category-strip img{width:100%;aspect-ratio:.74;display:block;object-fit:cover;transition:transform .45s ease,filter .45s ease}.category-strip a:hover img{transform:scale(1.1);filter:brightness(.82)}.category-strip span{position:absolute;left:50%;top:24px;transform:translateX(-50%);background:#a28455;color:#fff;border-radius:10px;padding:8px 12px;font-weight:800;text-transform:uppercase;white-space:nowrap;font-size:13px;letter-spacing:.04em;box-shadow:0 2px 5px #0004}.category-strip a:hover span{background:#704a20}@media(max-width:800px){.category-strip{grid-template-columns:repeat(2,1fr);gap:12px}.category-strip a:last-child{grid-column:span 2;max-width:50%;justify-self:center}}
.bestsellers{max-width:1320px;margin:30px auto 10px;padding:0 20px;overflow:hidden}.bestsellers h2{text-align:center;color:#704a20;font:500 30px Georgia;margin:22px 0 26px}.best-viewport{overflow:hidden}.best-track{display:flex;gap:20px;width:max-content;animation:best-scroll 32s linear infinite}.best-track:hover{animation-play-state:paused}.best-card{width:295px;display:flex;flex-direction:column;background:#fff;border:1px solid #eadcc8;border-radius:18px;overflow:hidden;text-decoration:none;color:#33281e;box-shadow:0 5px 15px #55371912}.best-card img{width:100%;height:375px;object-fit:cover}.best-card span{padding:17px 16px 9px;font-size:16px}.best-card small{padding:10px 16px 20px;font-size:14px;color:#666}.best-card b{color:#201810;font-size:18px;margin-left:8px}.best-card:hover img{transform:scale(1.03);transition:.35s}.best-card:hover{box-shadow:0 10px 24px #55371925}@keyframes best-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:800px){.best-card{width:235px}.best-card img{height:290px}.bestsellers h2{font-size:24px}}
.before-after{max-width:1320px;margin:42px auto;padding:56px 7%;background:linear-gradient(120deg,#fff,#f7eddd);border:1px solid #e7d2ad;border-radius:30px;display:grid;grid-template-columns:1.1fr 1fr;gap:54px;align-items:center}.ba-image{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 8px 22px #6a47232c}.ba-image img{display:block;width:100%;height:390px;object-fit:cover}.ba-line{position:absolute;top:0;bottom:0;left:50%;border-left:5px solid #fff;box-shadow:0 0 4px #0005}.ba-handle{position:absolute;left:calc(50% - 19px);top:calc(50% - 19px);width:38px;height:38px;border-radius:50%;background:#a87d3e;color:#fff;display:grid;place-items:center;font-size:20px;border:2px solid #fff}.ba-before,.ba-after{position:absolute;top:16px;background:#a87d3e;color:#fff;padding:7px 12px;border-radius:8px;font-weight:800;font-size:12px}.ba-before{left:16px}.ba-after{right:16px}.steps{background:#fff;border-radius:24px;padding:20px 18px;box-shadow:0 7px 20px #6a472315}.steps-title{display:flex;align-items:center;gap:14px;margin-bottom:18px}.steps-title b{background:#a87d3e;color:#fff;border-radius:10px;padding:9px 12px;white-space:nowrap}.steps-title h2{margin:0;color:#704a20;font:700 27px Georgia}.step-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.step-grid>div{border:1px solid #ead8b9;border-radius:14px;padding:13px;display:flex;gap:12px;min-height:87px}.step-grid>div.wide{grid-column:span 2}.step-grid>div>b{background:#b78948;color:#fff;border-radius:10px;width:34px;height:34px;display:grid;place-items:center;font-size:18px;flex:none}.step-grid span{color:#825e36;font-size:14px;line-height:1.45}.step-grid strong{display:block;font-size:16px;margin-bottom:4px}.step-cta{display:inline-block;background:#704a20;color:#fff;text-decoration:none;border-radius:20px;padding:10px 18px;margin-top:14px}@media(max-width:800px){.before-after{grid-template-columns:1fr;padding:28px 20px;gap:25px}.ba-image img{height:270px}.step-grid{grid-template-columns:1fr}.step-grid>div.wide{grid-column:auto}.steps-title h2{font-size:22px}}
.vlog-promo{max-width:1200px;margin:38px auto;padding:0 20px;position:relative}.vlog-promo img{width:100%;display:block;border-radius:28px;box-shadow:0 18px 42px #5b3b1b2a}.vlog-button{position:absolute;left:11.5%;bottom:8.5%;background:#fff;color:#553719;text-decoration:none;font-weight:800;border-radius:999px;padding:15px 25px;box-shadow:0 3px 8px #0002}.vlog-button:hover{transform:translateY(-2px);box-shadow:0 6px 13px #0003}@media(max-width:700px){.vlog-promo{padding:0 10px}.vlog-promo img{border-radius:18px}.vlog-button{left:9%;bottom:7%;font-size:11px;padding:9px 14px}}
.site-footer{background:#0b0b0b;color:#eee;margin-top:58px;position:relative}.footer-main{max-width:1320px;margin:auto;padding:42px 7% 62px;display:grid;grid-template-columns:1.25fr 1fr 1.15fr 1.25fr;gap:54px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.01))}.footer-col h3{font-size:15px;margin:0 0 24px;letter-spacing:.03em}.footer-col h3:after{content:'';display:block;width:42px;border-bottom:2px solid #c29a55;margin-top:10px}.footer-col p{font-size:12px;line-height:1.45;margin:9px 0;color:#ddd}.footer-col h4{font-size:12px;margin:11px 0 0;color:#fff}.footer-col>a{display:block;text-decoration:none;color:#ddd;font-size:12px;margin:0 0 10px}.social>a{border:1px solid #575757;border-radius:9px;padding:11px 12px;margin-bottom:9px}.footer-line{border-bottom:2px solid #b48b4d;margin-top:10px}.footer-bottom{border-top:1px solid #292929;text-align:center;padding:15px;font-size:11px}.footer-bottom small{display:block;color:#aaa;font-size:7px;margin-top:12px}.to-top{position:absolute;right:22px;bottom:84px;border:0;width:46px;height:46px;border-radius:50%;background:#c39a58;color:#fff;font-size:26px;cursor:pointer}@media(max-width:800px){.footer-main{grid-template-columns:1fr 1fr;gap:25px;padding:35px 24px 55px}.to-top{right:14px;bottom:70px}}@media(max-width:500px){.footer-main{grid-template-columns:1fr}.footer-col h3{margin-bottom:16px}}
.coupon-overlay{position:fixed;inset:0;background:#3b291dcc;backdrop-filter:blur(5px);z-index:50;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.25s;padding:18px}.coupon-overlay.open{opacity:1;visibility:visible}.coupon-modal{width:min(920px,100%);background:#fff;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1fr 1.05fr;position:relative;box-shadow:0 20px 70px #1e120b66}.coupon-close{position:absolute;right:11px;top:10px;width:42px;height:42px;border-radius:50%;border:2px solid #8e652d;background:#fff;color:#704a20;font-size:28px;z-index:2;cursor:pointer}.coupon-visual{min-height:460px;position:relative;background:#7d572f;overflow:hidden}.coupon-visual img{width:100%;height:100%;object-fit:cover;object-position:left center}.coupon-visual-label{position:absolute;left:0;right:0;bottom:0;padding:25px 22px;color:#fff;background:#140d09bb;font:bold 28px Georgia}.coupon-content{padding:86px 34px 30px;color:#704a20}.coupon-content small{font-size:10px}.coupon-content h2{font:500 31px Georgia;margin:16px 0;color:#8c642e}.coupon-content p{font-size:14px;line-height:1.6}.coupon-content form{display:flex;flex-direction:column;gap:11px;margin-top:22px}.coupon-content form>input{padding:13px;border:1px solid #e4d6c0;border-radius:12px;font-size:14px}.coupon-content form>button{padding:14px;border:0;border-radius:12px;background:#b48b4d;color:#fff;font-weight:800;cursor:pointer}.coupon-content label{font-size:11px;line-height:1.4}.coupon-success{margin-top:12px;font-weight:800;color:#4c8053}@media(max-width:700px){.coupon-modal{grid-template-columns:1fr}.coupon-visual{min-height:230px}.coupon-content{padding:28px 22px}.coupon-content h2{font-size:26px}.coupon-visual-label{font-size:22px;padding:16px}}
/* Ana sayfa ölçüleri - referans ekran */
.main-header{background:#f8f3ea}.header-inner{max-width:1200px;height:110px;padding:0 20px}.category-nav{max-width:1200px;height:72px;padding:0 16px}.category-nav a{font-size:15px}.home-slider{max-width:1255px;margin-top:20px;padding:0}.home-slider img{border-radius:16px}.promo-strip{max-width:1215px;margin-top:14px;height:48px;font-size:28px}.category-strip{max-width:1215px;margin-top:28px;gap:24px;padding:0}.category-strip a{border-radius:24px}.bestsellers{max-width:1215px}@media(max-width:800px){.home-slider{padding:0 10px}.promo-strip{font-size:17px}.category-strip{padding:0 10px}}
.slides{position:relative;overflow:hidden;border-radius:16px}.slide-img{width:100%;display:none;border-radius:16px}.slide-img.active{display:block;animation:slide-fade .5s ease}@keyframes slide-fade{from{opacity:.45}to{opacity:1}}.home-slider .dots{bottom:10px}
.category-strip{align-items:start}.category-strip a{height:340px;background:#fff}.category-strip img{height:100%;aspect-ratio:auto;object-fit:cover;display:block}.category-strip span{top:28px}@media(max-width:800px){.category-strip a{height:260px}}
/* Ürün kartları hizalama düzeltmesi */
.best-track{align-items:stretch}.best-card{flex:0 0 295px;height:516px;min-height:516px}.best-card img{height:375px;min-height:375px;flex:none}.best-card span{min-height:24px}.product-grid{align-items:start}.product-grid .product-card{height:430px;min-height:430px}.product-grid .product-art{height:300px;min-height:300px;flex:none}.product-grid .product-card h3{min-height:20px}.product-grid .product-card p{min-height:22px}@media(max-width:800px){.best-card{flex-basis:235px;height:420px;min-height:420px}.best-card img{height:290px;min-height:290px}.product-grid .product-card{height:365px;min-height:365px}.product-grid .product-art{height:230px;min-height:230px}}
.top-promo{height:58px;overflow:hidden;display:flex;align-items:center;background:#fff;border:3px dotted #eadcc8;border-radius:30px;max-width:1215px;margin:12px auto 0;color:#8b622e;font-size:clamp(18px,2.1vw,30px);white-space:nowrap}.top-promo-track{display:flex;gap:90px;width:max-content;animation:top-promo-scroll 24s linear infinite}.top-promo:hover .top-promo-track{animation-play-state:paused}@keyframes top-promo-scroll{from{transform:translateX(0)}to{transform:translateX(-33.333%)}}@media(max-width:800px){.top-promo{height:44px;margin:8px 10px;font-size:16px}.top-promo-track{gap:40px;animation-duration:17s}}
/* Üst header referans düzeni */
.topline{height:40px;background:#b48b4d}.top-promo{display:none}.main-header{background:#f8f2e8}.header-inner{max-width:1200px;height:108px}.logo{font-size:27px}.logo-mark{font-size:43px}.search{max-width:480px;height:48px}.category-nav{max-width:1200px;height:70px;background:#fff}.category-nav a{font-size:15px}
.step-grid>div.wide{display:none!important}
.home-slider .slide-img{display:none!important}.home-slider .slide-img.active{display:block!important}
.category-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:34px;align-items:start}.category-strip a{width:100%;height:320px;min-width:0}.category-strip img{width:100%;height:100%;object-fit:cover}.category-strip span{font-size:13px;top:28px;max-width:88%;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.category-strip{gap:16px}}@media(max-width:650px){.category-strip{grid-template-columns:repeat(2,1fr);gap:14px}.category-strip a{height:250px}}
.top-promo{display:flex;margin:0 auto 10px;max-width:1215px}
.bestsellers{max-width:1320px;margin:42px auto 20px;padding:0 22px}.bestsellers h2{font-size:34px;margin:0 0 34px}.best-viewport{overflow:hidden}.best-track{gap:22px}.best-card{flex:0 0 310px;width:310px;height:575px;min-height:575px;border-radius:20px}.best-card img{height:430px;min-height:430px}.best-card span{font-size:18px;padding:22px 18px 10px}.best-card small{padding:16px 18px 22px;font-size:14px}.best-card b{font-size:19px}.best-card:first-child:before,.best-card:nth-child(2):before,.best-card:nth-child(3):before,.best-card:nth-child(4):before{content:'-%50';position:absolute;margin:14px;background:#b48b4d;color:#fff;border-radius:20px;padding:8px 11px;font-size:13px;z-index:1}.best-card{position:relative}@media(min-width:1400px){.best-card{flex-basis:325px;width:325px}}@media(max-width:800px){.best-card{flex-basis:250px;width:250px;height:470px;min-height:470px}.best-card img{height:320px;min-height:320px}.best-card span{font-size:15px}}
.step-grid>div.wide{display:flex!important;grid-column:span 2}.steps{min-height:430px}.step-grid>div{background:#fffaf3}.step-grid>div.wide{min-height:95px}@media(max-width:800px){.step-grid>div.wide{grid-column:auto}}
/* Ana sayfa akış ve carousel katman düzeltmesi */
.home main{overflow:hidden}.bestsellers{position:relative;z-index:2;display:block;clear:both;min-height:650px;overflow:hidden}.best-viewport{position:relative;display:block;height:590px;overflow:hidden}.best-track{position:relative;height:575px;align-items:stretch}.before-after{position:relative;z-index:1;clear:both}.home #urunler{display:none}.vlog-promo{clear:both;position:relative;z-index:1}
.step-grid>div.wide{display:none!important}
.footer-bottom{min-height:90px;padding:24px 20px;font-size:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.footer-bottom small{font-size:9px;margin-top:0;letter-spacing:.04em}.site-footer{border-radius:0 0 12px 12px}
.to-top{position:fixed!important;right:24px;bottom:24px;z-index:1000;display:grid;place-items:center}.to-top:hover{filter:brightness(1.08);transform:translateY(-2px)}
.topline{display:none!important}
.top-promo{width:100%;max-width:none;margin:0;border-radius:0;border-left:0;border-right:0}
.logo img{width:270px;height:auto;display:block}.logo{display:flex;align-items:center}@media(max-width:700px){.logo img{width:210px}}
/* Hover category mega menus */
.category-nav{position:relative;z-index:20}
.nav-item{position:relative;height:100%;display:flex;align-items:center}
.nav-item>a{display:flex;align-items:center;height:100%;cursor:pointer}
.nav-dropdown{position:absolute;top:calc(100% - 1px);left:50%;transform:translateX(-50%) translateY(10px);width:675px;min-height:390px;background:#fff;border:1px solid #eadbc8;border-radius:0 0 28px 28px;box-shadow:0 16px 35px rgba(81,51,22,.16);padding:18px;display:grid;grid-template-columns:255px 1fr;gap:22px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.nav-product{position:relative;height:340px;border-radius:18px;overflow:hidden;background:#f3eadc}
.nav-product img{width:100%;height:100%;object-fit:cover;display:block}
.nav-product strong{position:absolute;left:12px;right:12px;bottom:12px;background:#a77c3d;color:#fff;border-radius:14px;padding:11px 8px;text-align:center;font-size:16px;line-height:1.15}
.nav-links{display:flex;flex-direction:column;justify-content:center;gap:22px;padding:8px 10px}
.nav-links a{color:#704a20!important;text-decoration:none;font-size:18px!important;font-weight:700!important;line-height:1.2;transition:color .15s ease,transform .15s ease}
.nav-links a:hover{color:#b48b4d!important;transform:translateX(4px)}
@media(max-width:800px){.nav-dropdown{position:fixed;top:130px;left:10px;right:10px;transform:translateY(10px);width:auto;grid-template-columns:150px 1fr;min-height:270px;padding:12px;gap:12px}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{transform:translateY(0)}.nav-product{height:240px}.nav-links{gap:12px}.nav-links a{font-size:14px!important}.nav-product strong{font-size:12px;padding:8px 4px}}
.account-wrap{position:relative;height:100%;display:flex;align-items:center}
.account-wrap>.account-dropdown{position:absolute;z-index:50;right:-5px;top:calc(100% + 8px);width:438px;background:#fff;border:1px solid #eadbc8;border-radius:0 0 28px 28px;box-shadow:0 18px 38px rgba(72,46,22,.18);padding:28px 32px 30px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:.2s ease}
.account-wrap:hover>.account-dropdown,.account-wrap:focus-within>.account-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.account-tabs{display:flex;gap:28px;border-bottom:1px solid #e5d4bd;padding-bottom:18px;margin-bottom:22px}
.account-tabs button{border:0;background:none;color:#704a20;font-size:24px;white-space:nowrap;cursor:pointer;padding:0}.account-tabs button.active{font-weight:600}
.account-dropdown form{display:flex;flex-direction:column;gap:18px;color:#704a20;font-size:18px}.account-dropdown label{display:flex;flex-direction:column;gap:10px}.account-dropdown input[type=email],.account-dropdown input[type=password]{height:48px;border:1px solid #e4d1b8;border-radius:28px;padding:0 16px;font-size:16px;outline:none}.pass-field{display:flex;position:relative}.pass-field input{width:100%}.pass-field button{position:absolute;right:0;top:0;height:48px;width:53px;border:0;background:#ae8245;color:#fff;font-size:20px;cursor:pointer}.login-submit,.google-login{height:52px;border:0;border-radius:28px;background:#b58b4d;color:#fff;font-size:17px;font-weight:700;cursor:pointer}.account-row{display:flex!important;flex-direction:row!important;justify-content:space-between;align-items:center;font-size:18px}.account-row label{display:flex;flex-direction:row;align-items:center;gap:8px}.account-row input{width:16px;height:16px}.account-row a{color:#704a20;text-decoration:none}.or{display:flex;align-items:center;gap:12px;color:#704a20;font-size:20px;white-space:nowrap}.or:before,.or:after{content:"";height:1px;background:#e5d4bd;flex:1}.google-login{display:flex;align-items:center;justify-content:center;gap:12px}.google-login span{font-size:17px}@media(max-width:800px){.account-wrap>.account-dropdown{position:fixed;top:116px;left:8px;right:8px;width:auto;padding:22px}.account-tabs button{font-size:19px}.account-dropdown form{font-size:16px}.or{font-size:16px}}
/* Navigation hover underline animation */
.category-nav> a,.category-nav .nav-item>a{position:relative}
.category-nav> a::after,.category-nav .nav-item>a::after{content:"";position:absolute;left:0;right:0;bottom:10px;height:2px;background:#b48b4d;transform:scaleX(0);transform-origin:center;transition:transform .28s ease}
.category-nav> a:hover::after,.category-nav .nav-item>a:hover::after,.category-nav> a:focus-visible::after,.category-nav .nav-item>a:focus-visible::after{transform:scaleX(1)}
.category-nav .hot::after{transform:scaleX(.92)}
/* Keep homepage sections in separate layout flow */
.home main{display:block;clear:both}
.home .category-strip{position:relative;z-index:1;display:grid;clear:both;margin-bottom:48px}
.home .bestsellers{position:relative;z-index:2;display:block;clear:both;margin-top:0}
.home .before-after,.home .vlog-promo{position:relative;z-index:1;clear:both}
/* Footer reference sizing and alignment */
.site-footer{min-height:390px;margin-top:58px;overflow:hidden;background:#0b0b0b;position:relative}
.site-footer:before{content:'BİR HEDİYEN OLSUN';position:absolute;left:50%;top:132px;transform:translateX(-50%);white-space:nowrap;color:rgba(255,255,255,.035);font-size:124px;font-weight:800;letter-spacing:.08em;pointer-events:none;z-index:0}
.footer-main{position:relative;z-index:1;max-width:1308px;min-height:300px;margin:0 auto;padding:42px 0 44px;display:grid;grid-template-columns:1.25fr 1fr 1.15fr 1.25fr;gap:76px;background:none}
.footer-col h3{font-size:15px;margin:0 0 23px;line-height:1.2}.footer-col h3:after{width:42px;margin-top:10px}
.footer-col p{font-size:12px;line-height:1.45;margin:9px 0}.footer-col h4{font-size:12px;margin:11px 0 0}.footer-col>a{font-size:12px;margin-bottom:10px}
.social>a{height:39px;box-sizing:border-box;padding:10px 12px;margin-bottom:9px;border-radius:9px}.footer-line{margin-top:10px}
.footer-bottom{position:relative;z-index:1;height:70px;min-height:70px;box-sizing:border-box;border-top:1px solid #292929;padding:15px 20px;font-size:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.footer-bottom small{font-size:7px;margin:0;color:#aaa}
.to-top{right:28px!important;bottom:91px!important;width:46px;height:46px}
@media(max-width:1400px){.footer-main{max-width:1120px;gap:48px}}
@media(max-width:800px){.site-footer{min-height:0}.site-footer:before{font-size:46px;top:180px}.footer-main{min-height:0;padding:35px 24px 55px;gap:25px}.to-top{right:14px!important;bottom:70px!important}}
/* Proportional header scale for wide screens */
.header-inner{max-width:1400px;height:122px;padding:0 28px;gap:48px}
.logo img{width:330px;max-width:100%;height:auto}
.search{max-width:560px;height:54px;font-size:15px}
.search input{font-size:15px}
.account{gap:28px}.account button{font-size:15px}
.category-nav{max-width:1400px;height:78px;padding:0 28px;gap:26px}
.category-nav a{font-size:17px}.category-nav .script{font-size:23px}
@media(max-width:800px){.header-inner{height:auto;padding:20px 16px;gap:18px}.logo img{width:230px}.category-nav{height:58px;padding:0 16px;gap:18px}.category-nav a{font-size:13px}.category-nav .script{font-size:18px}}
/* Keep account menu open while moving the pointer into it */
.account-wrap>.account-dropdown{top:100%;transition:opacity .2s ease .18s,transform .2s ease .18s,visibility 0s linear .18s}
.account-wrap:hover>.account-dropdown,.account-wrap:focus-within>.account-dropdown{transition-delay:0s}
@media(max-width:800px){.account-wrap>.account-dropdown{top:116px}}
/* Bold category navigation labels */
.category-nav> a,.category-nav .nav-item>a{font-weight:700!important;color:#704a20}
.category-nav> a:first-child{font-weight:700!important}
.category-nav .script{font-weight:700!important}
/* Vlog campaign block reference proportions */
.vlog-promo{width:min(1260px,calc(100% - 48px));max-width:none;margin:52px auto 64px;padding:0;position:relative}
.vlog-promo img{width:100%;height:auto;display:block;border-radius:28px;box-shadow:0 18px 42px rgba(91,59,27,.18)}
.vlog-button{left:7.2%;bottom:7.1%;padding:15px 27px;font-size:15px;border-radius:999px}
@media(max-width:700px){.vlog-promo{width:calc(100% - 20px);margin:30px auto 42px}.vlog-promo img{border-radius:18px}.vlog-button{left:8%;bottom:7%;font-size:11px;padding:9px 14px}}
/* Before/after and five-step block reference layout */
.before-after{width:min(1500px,calc(100% - 80px));max-width:none;box-sizing:border-box;margin:52px auto 64px;padding:62px 138px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:62px;align-items:center;border-radius:32px;min-height:558px}
.ba-image{border-radius:20px}.ba-image img{height:430px;object-fit:cover}.steps{height:430px;box-sizing:border-box;padding:20px 18px;border-radius:25px}.steps-title{margin-bottom:18px}.steps-title h2{font-size:31px}.step-grid{gap:0 10px}.step-grid>div{min-height:82px;padding:13px 14px}.step-grid>div.wide{display:flex!important;grid-column:span 2;min-height:76px}.step-grid span{font-size:15px}.step-grid strong{font-size:17px}.step-cta{margin-top:-2px;position:relative;z-index:2}
@media(max-width:1100px){.before-after{padding:45px 55px;gap:35px}.steps-title h2{font-size:26px}}
@media(max-width:800px){.before-after{width:calc(100% - 20px);padding:28px 20px;min-height:0}.steps{height:auto}.step-grid>div.wide{grid-column:auto}}
/* Product card image navigation */
.best-card{position:relative}
.card-arrows{position:absolute;left:0;right:0;top:44%;display:flex;justify-content:space-between;padding:0 10px;pointer-events:none;opacity:0;transition:opacity .2s ease}
.best-card:hover .card-arrows{opacity:1}
.card-arrows button{pointer-events:auto;border:0;width:38px;height:38px;border-radius:50%;background:#b48b4d;color:#fff;font-size:30px;line-height:30px;display:grid;place-items:center;cursor:pointer;box-shadow:0 3px 10px rgba(0,0,0,.2)}
.card-arrows button:hover{background:#704a20}
@media(max-width:800px){.card-arrows{opacity:1;top:40%;padding:0 7px}.card-arrows button{width:34px;height:34px;font-size:26px}}
/* Sizden Gelenler customer gallery */
.customer-section{width:min(1440px,calc(100% - 80px));margin:70px auto 80px;color:#704a20}
.customer-intro{background:linear-gradient(115deg,#fffaf3,#f4e8d4);border:1px solid #ead7b8;border-radius:32px;text-align:center;padding:58px 80px 60px}.customer-intro small{font-size:21px}.customer-intro h2{margin:12px 0 22px;font:700 64px Georgia;color:#704a20;text-shadow:2px 3px 0 #d6b581}.customer-intro p{max-width:860px;margin:0 auto;font-size:22px;line-height:1.55}.customer-share{margin:34px 0 38px;padding:38px 44px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(110deg,#fff,#f0dfc1);border:1px solid #ead7b8;border-bottom:8px solid #d3ab6d;border-radius:30px;box-shadow:0 8px 20px rgba(94,59,23,.12)}.customer-share h3{margin:0 0 8px;font-size:38px;color:#422510}.customer-share p{margin:0;font-size:18px}.customer-share a{background:#b8863f;color:#fff;text-decoration:none;font-weight:800;font-size:18px;padding:19px 30px;border-radius:16px;box-shadow:0 5px 0 #805621}.customer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.customer-grid article{overflow:hidden;background:#fff;border:1px solid #ead7b8;border-radius:26px;box-shadow:0 5px 16px rgba(70,43,18,.1)}.customer-grid img{width:100%;height:405px;display:block;object-fit:cover}.customer-grid span{display:block;padding:19px 20px 21px;font-size:17px}.customer-grid article:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(70,43,18,.16);transition:.25s}
@media(max-width:900px){.customer-section{width:calc(100% - 24px);margin:45px auto}.customer-intro{padding:38px 20px}.customer-intro h2{font-size:42px}.customer-intro p{font-size:17px}.customer-share{flex-direction:column;align-items:flex-start;gap:22px;padding:28px 24px}.customer-share h3{font-size:28px}.customer-share a{font-size:15px}.customer-grid{grid-template-columns:repeat(2,1fr);gap:14px}.customer-grid img{height:300px}.customer-grid span{font-size:14px;padding:13px}}
@media(max-width:500px){.customer-grid{grid-template-columns:1fr}.customer-grid img{height:390px}}
/* Place nav underline directly beneath the label */
.category-nav> a::after,.category-nav .nav-item>a::after{bottom:20px}
@media(max-width:800px){.category-nav> a::after,.category-nav .nav-item>a::after{bottom:12px}}
/* Campaign text is already in the header */
.promo-strip{display:none!important}
/* Category dropdown reference styling */
.nav-dropdown{width:675px;min-height:400px;grid-template-columns:255px 1fr;gap:22px;padding:18px;border-radius:0 0 28px 28px}
.nav-product{height:340px;border-radius:18px}.nav-links{gap:4px;padding:8px 0}.nav-links a{display:flex;align-items:center;min-height:48px;padding:0 16px;border-radius:14px;font-size:18px!important;transition:background .2s ease,color .2s ease,transform .2s ease}.nav-links a:hover{background:linear-gradient(100deg,#9d6825,#be914e);color:#fff!important;transform:none}
@media(max-width:800px){.nav-dropdown{min-height:270px}.nav-links a{min-height:38px;padding:0 10px;font-size:14px!important}}
/* Table category card reference */
.category-strip a:last-child{padding:14px;background:#fff;box-sizing:border-box;border:1px solid #eadcc8;border-radius:25px}
.category-strip a:last-child img{border-radius:18px;height:100%;object-fit:cover}
.category-strip a:last-child span{top:auto;bottom:14px;left:50%;width:calc(100% - 28px);box-sizing:border-box;text-align:center;border-radius:13px;padding:10px 8px;font-size:16px;text-transform:none;letter-spacing:0;background:linear-gradient(100deg,#704a20,#b48b4d)}
@media(max-width:800px){.category-strip a:last-child{padding:10px}.category-strip a:last-child span{bottom:10px;width:calc(100% - 20px)}}
/* Hide the Çok Satanlar carousel on the homepage */
.home .bestsellers{display:none!important}
/* Enlarge header logo mark and lettering */
.logo img{width:420px}
@media(max-width:800px){.logo img{width:285px}}
/* Typewriter search prompt styling */
.search input::placeholder{color:#5b5147;opacity:1;font-weight:700}
.search input{font-weight:700}
/* Button is already part of the campaign artwork */
.vlog-button{display:none!important}
/* Custom before/after artwork */
.ba-image{height:430px;background:#fff}
.ba-image>.ba-before-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.ba-after-img{position:absolute;inset:0 0 0 50%;overflow:hidden}
.ba-after-img img{width:200%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block}
.ba-line{z-index:3}.ba-handle{z-index:4}
@media(max-width:800px){.ba-image{height:270px}}
/* Five-step panel spacing fix */
.steps{height:auto;min-height:430px;overflow:visible}
.step-grid{row-gap:8px}.step-grid>div{min-height:88px;box-sizing:border-box}.step-grid>div.wide{min-height:88px!important}.step-cta{margin-top:10px;display:inline-block}
@media(max-width:800px){.steps{min-height:0}.step-grid>div,.step-grid>div.wide{min-height:82px!important}}
/* Keep menu underlines below text, never through the label */
.category-nav> a::after,.category-nav .nav-item>a::after{top:calc(50% + 14px);bottom:auto}
@media(max-width:800px){.category-nav> a::after,.category-nav .nav-item>a::after{top:calc(50% + 11px)}}
/* Handwritten style for Sizden Gelenler */
.category-nav .script{font-family:"Segoe Script","Brush Script MT","Comic Sans MS",cursive;font-style:normal;font-weight:600;letter-spacing:.01em}
/* Enlarge account and cart icons */
.account button{font-size:19px;display:flex;align-items:center;gap:7px}.account button:first-child{font-size:20px}.account .cart{font-size:21px}.account button span{font-size:16px}.account b{font-size:11px;top:-9px;right:24px}
@media(max-width:800px){.account button{font-size:18px}.account button span{font-size:14px}}
/* Slightly darker warm header background */
.main-header{background:#f1e8d8}
/* Show the 10-card 5-photo model carousel */
.home .bestsellers{display:block!important}
.home .best-track{animation-duration:34s}
/* Category underline sits below the text */
.category-nav> a::after,.category-nav .nav-item>a::after{top:calc(50% + 20px);bottom:auto;height:2px}
.category-nav .hot::after{top:calc(50% + 20px)}
/* Remove square search icon */
.search>span{display:none!important}
/* Make the campaign artwork button clickable */
.vlog-promo{position:relative}.vlog-button{display:block!important;opacity:0;position:absolute;z-index:5;cursor:pointer}
/* Final five-step visibility and spacing */
.steps{height:auto!important;min-height:0!important;overflow:visible!important}
.step-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-auto-rows:auto!important;gap:8px!important}
.step-grid>div.wide{display:flex!important;visibility:visible!important;opacity:1!important;grid-column:1 / -1!important;min-height:82px!important}
.step-cta{position:static!important;margin-top:12px!important}
@media(max-width:800px){.step-grid{grid-template-columns:1fr!important}.step-grid>div.wide{grid-column:auto!important}}
/* Hot category underline only on hover */
.category-nav .hot::after{transform:scaleX(0)!important}
.category-nav .hot:hover::after,.category-nav .hot:focus-visible::after{transform:scaleX(1)!important}
/* Remove colored header background */
.main-header,.header-inner{background:#fff!important}
.ba-handle{cursor:ew-resize;touch-action:none}.ba-image{touch-action:none}.ba-after-img{transition:none}
/* Keep only step titles bold; descriptions regular */
.step-grid span{font-weight:400!important}.step-grid span strong{font-weight:700!important}.step-grid>div>b{font-weight:700!important}
/* Footer copyright and payment line at the absolute bottom */
.site-footer{display:flex;flex-direction:column;min-height:390px}
.footer-main{flex:1;width:100%;box-sizing:border-box}
.footer-bottom{width:100%;flex:0 0 78px;margin-top:auto;text-align:center;align-self:stretch;box-sizing:border-box}
.footer-bottom small{display:block;text-align:center}
/* Animated social footer buttons */
.social>a{position:relative;overflow:hidden;transition:transform .25s ease,background .25s ease,border-color .25s ease,color .25s ease}.social>a:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(196,154,85,.22),transparent);transform:translateX(-110%);transition:transform .45s ease}.social>a:hover{transform:translateX(6px);background:#2a2117;border-color:#c39a58;color:#fff}.social>a:hover:before{transform:translateX(110%)}
/* Footer heading lines slide to the right on hover */
.footer-col h3:after{transform:scaleX(1);transform-origin:left;transition:transform .35s ease;width:42px}
.footer-col h3:hover:after{transform:scaleX(2.1)}
/* Homepage category product carousel */
.category-products{max-width:1320px;margin:48px auto 58px;padding:0 22px;overflow:hidden}.category-products h2{text-align:center;color:#704a20;font:700 30px Georgia;margin:0 0 24px}.category-products-viewport{overflow:hidden}.category-products-track{display:flex;gap:18px;width:max-content;animation:category-scroll 42s linear infinite}.category-products-track:hover{animation-play-state:paused}.mini-product{width:255px;flex:0 0 255px;background:#fff;border:1px solid #eadcc8;border-radius:18px;overflow:hidden;text-decoration:none;color:#33281e;box-shadow:0 5px 14px rgba(85,55,25,.12)}.mini-product img{width:100%;height:300px;display:block;object-fit:cover}.mini-product span{display:block;padding:13px 14px 5px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-product small{display:block;padding:5px 14px 15px;color:#704a20;font-weight:700;font-size:16px}@keyframes category-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:800px){.category-products{padding:0 10px}.mini-product{width:210px;flex-basis:210px}.mini-product img{height:250px}.category-products h2{font-size:23px}}
.category-products{display:none!important}

/* Site-wide Roboto typography */
body,body *{font-family:'Roboto',Arial,sans-serif!important}

/* Keep replacement logo at header height */
.logo img{height:72px!important;width:auto!important;max-width:330px;object-fit:contain}
@media(max-width:800px){.logo img{height:56px!important;max-width:250px}}
/* Improve footer readability */
.footer-col h3{font-size:18px}.footer-col p,.footer-col>a{font-size:14px;line-height:1.55}.footer-col h4{font-size:14px;margin-top:14px}.social>a{font-size:14px;height:48px;padding:13px 14px}.footer-bottom{font-size:14px}.footer-bottom small{font-size:10px}
@media(max-width:800px){.footer-col h3{font-size:16px}.footer-col p,.footer-col>a,.footer-col h4{font-size:13px}.footer-bottom{font-size:12px}.footer-bottom small{font-size:9px}}
/* Modern back-to-top button */
.to-top{width:56px;height:56px!important;border-radius:18px!important;background:linear-gradient(145deg,#d2a45e,#a97835)!important;box-shadow:0 10px 24px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.35);font-size:0!important;transition:transform .25s ease,box-shadow .25s ease;border:1px solid rgba(255,255,255,.28)}
.to-top:before{content:"↑";font-size:25px;font-weight:700;line-height:1;color:#fff}.to-top:hover{transform:translateY(-5px) scale(1.05)!important;box-shadow:0 15px 28px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.4)}.to-top:active{transform:scale(.96)!important}
@media(max-width:800px){.to-top{width:50px;height:50px!important;border-radius:16px!important}}
.logo{gap:14px}.logo-sign{height:54px!important;width:auto!important;max-width:250px;object-fit:contain}@media(max-width:800px){.logo-sign{height:40px!important;max-width:180px}}
.social>a{display:flex!important;align-items:center;gap:14px}.social-icon{width:22px;height:22px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:13px;font-weight:700;flex:none}.social-icon.facebook{background:#fff;color:#111;border:0;font-family:Arial}.social-icon.whatsapp{font-size:17px}.social>a span{flex:1}.social>a>b{font-size:18px;font-weight:400}
/* Sizden Gelenler is kept as its own destination, not shown on homepage */
.home .customer-section{display:none!important}
/* Proportional logo lockup sizing */
.logo{gap:9px}.logo img{height:52px!important;max-width:180px}.logo .logo-sign{height:34px!important;max-width:205px}
@media(max-width:800px){.logo img{height:42px!important;max-width:145px}.logo .logo-sign{height:27px!important;max-width:160px}}
.category-nav .script{font-family:"Segoe Script","Brush Script MT","Comic Sans MS",cursive!important;font-style:normal!important;font-weight:600!important}
/* Keep 5 Resimli Modeller out of Sizden Gelenler */
.customer-section .bestsellers{display:none!important}
/* Header proportions */
.header-inner{max-width:1200px;height:108px;padding:0 20px;gap:34px}.logo{gap:8px}.logo img{height:44px!important;max-width:145px}.logo .logo-sign{height:29px!important;max-width:175px}.search{max-width:500px;height:48px}.search input{font-size:14px}.account{gap:20px}.account button{font-size:17px}.account button span{font-size:14px}.account .cart{font-size:18px}
@media(max-width:800px){.header-inner{height:auto;padding:18px 14px}.logo img{height:38px!important;max-width:125px}.logo .logo-sign{height:25px!important;max-width:145px}}
/* Mobile header alignment */
@media(max-width:800px){.header-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px 12px;padding:16px 16px}.logo{grid-column:1;grid-row:1}.account{grid-column:2;grid-row:1;gap:12px}.account button{font-size:16px}.account button span{font-size:13px}.search{grid-column:1 / -1;grid-row:2;order:initial;width:100%;max-width:none;height:46px}.logo img{height:34px!important}.logo .logo-sign{height:22px!important}}
/* Fit before/after artwork fully inside its frame */
.ba-image>.ba-before-img,.ba-after-img img{object-fit:contain!important;background:#fff}
/* WhatsApp icon styling */
.social-icon.whatsapp{font-size:0;border:0;background:#25d366;color:#fff}.social-icon.whatsapp:before{content:"☎";font-size:14px;font-weight:700;transform:rotate(-18deg)}
/* Category listing reference card layout */
.category-page{max-width:1400px;margin:34px auto 70px;padding:0 28px}.category-page h1{font-family:Roboto,Arial,sans-serif!important;font-size:32px;margin:12px 0 34px}.category-page .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px}.category-page .product-card{border-radius:18px;box-shadow:0 5px 16px rgba(85,55,25,.1);position:relative}.category-page .product-art{height:425px;background:#f7efe3}.category-page .product-art img{object-fit:cover}.category-page .product-card:before{content:'-50%';position:absolute;z-index:2;top:13px;left:13px;background:#b48b4d;color:#fff;border-radius:18px;padding:7px 10px;font-size:13px;font-weight:700}.category-page .product-card h3{font-size:16px;padding:16px 16px 5px}.category-page .product-card p{font-size:14px;padding:7px 16px 18px}.category-page .product-card a{display:none}.category-page .category-back{margin-bottom:18px}
@media(max-width:1000px){.category-page .product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.category-page{padding:0 14px}.category-page .product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.category-page .product-art{height:280px}.category-page .product-card h3{font-size:14px}.category-page .product-card:before{font-size:11px;top:9px;left:9px}}
@media(max-width:460px){.category-page .product-grid{grid-template-columns:1fr}}
.category-page .product-card{position:relative}.category-page .product-card a{display:block;margin:0 16px 17px;background:linear-gradient(100deg,#d4a04f,#8b541d);color:#fff;text-decoration:none;text-align:center;border-radius:22px;padding:10px;font-weight:700;font-size:14px}.category-page .product-art{position:relative;overflow:hidden}.category-arrows{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 10px;opacity:0;transition:opacity .2s;pointer-events:none}.product-card:hover .category-arrows{opacity:1}.category-arrows button{pointer-events:auto;width:42px;height:42px;border:0;border-radius:50%;background:#b48b4d;color:#fff;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 3px 8px #0003}.category-arrows button:hover{background:#704a20}@media(max-width:700px){.category-arrows{opacity:1;padding:0 6px}.category-arrows button{width:34px;height:34px;font-size:24px}}
/* Instagram camera icon */
.social-icon.instagram{font-size:0;border:2px solid #eee;border-radius:7px;position:relative;width:20px;height:20px}.social-icon.instagram:before{content:"";width:7px;height:7px;border:2px solid currentColor;border-radius:50%;position:absolute;left:4px;top:4px}.social-icon.instagram:after{content:"";width:3px;height:3px;background:currentColor;border-radius:50%;position:absolute;right:3px;top:3px}
/* Remove white frame around the campaign artwork */
.vlog-promo{overflow:hidden;border-radius:28px;background:transparent}.vlog-promo img{transform:scale(1.12);transform-origin:center;max-width:none;width:100%}
@media(max-width:700px){.vlog-promo{border-radius:18px}.vlog-promo img{transform:scale(1.1)}}
/* Empty before/after frame */
.ba-image{background:#fff!important;min-height:430px}.ba-image img,.ba-before,.ba-after,.ba-line,.ba-handle{display:none!important}
@media(max-width:800px){.ba-image{min-height:270px}}
/* Category page title only */
.category-page .eyebrow,.category-page .category-back{display:none!important}
.category-page h1{margin-top:48px}
/* Clean discount badge without the white backing pill */
.category-page .product-card:before{box-shadow:0 0 0 3px #b48b4d;top:13px;left:13px}
/* Fixed order artwork in the left frame */
.ba-image{background:#fff url("assets/order-placeholder.png") center/contain no-repeat!important}
/* Reference product card finish */
.category-page .product-card h3{font-weight:700!important;color:#2f241b}.category-page .product-card h3:after{content:"★★★★★";display:block;color:#d5a23e;font-size:16px;letter-spacing:2px;margin-top:8px;text-shadow:1px 1px 0 #9d6d1e,2px 2px 2px rgba(75,45,10,.28)}.category-page .product-card p{font-weight:700}.category-page .product-card p strong{font-weight:800;font-size:18px}.category-page .product-card:before{animation:badge-flash 2.4s ease-in-out infinite}.category-page .product-art img{transition:transform .45s ease}.category-page .product-card:hover .product-art img{transform:scale(1.045)}.category-page .product-card a{position:relative;overflow:hidden;animation:design-pulse 2.2s ease-in-out infinite}.category-page .product-card a:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.45) 50%,transparent 75%);transform:translateX(-120%);animation:button-shine 2.6s linear infinite}@keyframes badge-flash{0%,70%,100%{filter:brightness(1)}80%{filter:brightness(1.35)}}@keyframes button-shine{to{transform:translateX(120%)}}@keyframes design-pulse{0%,100%{box-shadow:0 0 0 rgba(180,139,77,0)}50%{box-shadow:0 7px 16px rgba(180,139,77,.3)}}
/* Restore animated before/after artwork */
.ba-image{background:#fff!important}.ba-image>.ba-before-img{display:block!important}.ba-after-img{display:block!important}.ba-after-img img{display:block!important}.ba-line,.ba-handle{display:block!important}
/* Category card alignment and CTA visibility */
.category-page .product-grid{align-items:start;overflow:visible}.category-page .product-card{height:auto;min-height:0;overflow:hidden}.category-page .product-card a{display:block!important;visibility:visible!important;opacity:1!important;margin-top:8px}.category-page .product-card p{margin:0;min-height:28px}.category-page .product-card h3{min-height:44px;margin:0}
.ba-after-img{left:0!important;right:0!important;width:100%!important;clip-path:inset(0 0 0 50%)}.ba-after-img img{width:100%!important;height:100%!important;object-fit:contain!important}
/* Category card 1080x1350 proportions */
.category-page .product-art{height:auto!important;aspect-ratio:1080/1350;min-height:0;max-height:none}.category-page .product-art img{height:100%!important;aspect-ratio:1080/1350;object-fit:cover}
.category-page .product-card a{display:block!important;opacity:0;visibility:hidden;transform:translateY(10px);max-height:0;overflow:hidden;margin-top:0;padding-top:0;padding-bottom:0;transition:opacity .28s ease,transform .28s ease,max-height .28s ease,margin .28s ease,padding .28s ease}.category-page .product-card:hover a{opacity:1;visibility:visible;transform:translateY(0);max-height:52px;margin-top:8px;padding-top:10px;padding-bottom:10px}.category-page .product-card{transition:transform .25s ease,box-shadow .25s ease}.category-page .product-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(85,55,25,.18)}
@media(max-width:700px){.category-page .product-card a{opacity:1;visibility:visible;transform:none;max-height:52px;margin-top:8px;padding-top:10px;padding-bottom:10px}}
/* Prevent before/after image overflow */
.before-after{grid-template-columns:minmax(0,1fr) minmax(0,1fr);overflow:hidden}.ba-image{width:100%;min-width:0;max-width:100%;overflow:hidden}.ba-before-img,.ba-after-img,.ba-after-img img{max-width:100%;min-width:0}
.multi-bestsellers{max-width:1400px;margin:55px auto 70px;padding:0 22px;overflow:hidden}.multi-bestsellers h2{text-align:center;color:#704a20;font-size:34px;margin:0 0 28px}.best-row{overflow:hidden;margin:0 0 22px}.best-row-track{display:flex;gap:18px;width:max-content;animation:row-scroll 36s linear infinite}.best-row:nth-child(even) .best-row-track{animation-direction:reverse}.best-row-track:hover{animation-play-state:paused}.best-mini{width:250px;flex:0 0 250px;background:#fff;border:1px solid #eadcc8;border-radius:18px;overflow:hidden;text-decoration:none;color:#33281e;box-shadow:0 4px 12px #55371914}.best-mini img{width:100%;height:280px;display:block;object-fit:cover}.best-mini span{display:block;padding:12px 14px 5px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.best-mini b{display:block;padding:5px 14px 14px;color:#704a20}@keyframes row-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:800px){.multi-bestsellers{padding:0 10px}.best-mini{width:210px;flex-basis:210px}.best-mini img{height:240px}.multi-bestsellers h2{font-size:25px}}
/* Prevent category CTA clipping */
.category-page .product-card a{box-sizing:border-box;max-height:80px!important;line-height:20px;white-space:nowrap}.category-page .product-card:hover a{max-height:80px!important;padding:10px 12px!important}.category-page .product-card{overflow:visible!important}
/* Sticky navigation on catalog and product pages */
.main-header{position:sticky;top:0;z-index:100}.category-nav{position:sticky;top:108px;z-index:99;background:#fff;box-shadow:0 2px 8px rgba(70,45,20,.08)}
@media(max-width:800px){.category-nav{top:116px}}
.catalog-top{position:fixed;right:24px;bottom:24px;z-index:2000;width:54px;height:54px;border:0;border-radius:18px;background:linear-gradient(145deg,#d2a45e,#a97835);color:#fff;font-size:28px;cursor:pointer;box-shadow:0 10px 24px #0004}
/* Account hover panel reference sizing */
.account-wrap>.account-dropdown{width:430px;padding:30px 32px 31px;border-radius:0 0 28px 28px;background:#fff}.account-tabs{gap:30px;padding-bottom:18px;margin-bottom:22px}.account-tabs button{font-size:24px!important;font-weight:400}.account-dropdown form{gap:18px;font-size:18px}.account-dropdown input[type=email],.account-dropdown input[type=password]{height:50px}.login-submit,.google-login{height:54px;font-size:17px}.account-row{font-size:18px}.or{font-size:20px}.google-login{position:relative}.google-login:before{content:"G";position:absolute;left:24px;background:#fff;color:#4285f4;border-radius:4px;padding:3px 7px;font-weight:800}
.google-login{font-size:0}.google-login span{font-size:17px}
.multi-bestsellers{display:none!important}
/* Lighter aligned category CTA */
.category-page .product-card a{background:linear-gradient(100deg,#efc064 0%,#b87725 100%)!important;color:#fff!important;font-weight:800!important;text-align:center;line-height:20px;border-radius:24px;min-height:44px;display:flex!important;align-items:center;justify-content:center;box-shadow:0 6px 12px rgba(129,79,20,.2)}
.category-page .product-card{display:flex;flex-direction:column}
.category-page .product-card h3{min-height:58px;display:flex;align-items:flex-start;padding-top:16px!important;padding-bottom:4px!important}
.category-page .product-card p{min-height:38px;display:flex;align-items:center;padding-top:4px!important;padding-bottom:8px!important}
.category-page .product-card a{flex:0 0 auto;width:calc(100% - 32px);margin-left:16px!important;margin-right:16px!important}
.category-page .product-art:after{display:none!important}
.category-page .product-art{background:#f7efe3!important}
.category-page .product-art img{object-fit:contain!important;object-position:center!important;background:#f7efe3}
.best-card img,.mini-product img{object-fit:contain!important;object-position:center!important;background:#f7efe3}
body:has(.category-page) .top-promo{display:none!important}
body:has(.category-page) .main-header{height:86px!important}
body:has(.category-page) .header-inner{height:86px!important}
body:has(.category-page) .category-nav{height:64px!important}
.category-page-body .top-promo{display:none!important}
.category-page-body .main-header{height:86px!important;min-height:86px!important}
.category-page-body .header-inner{height:86px!important;min-height:86px!important}
.category-page-body .category-nav{height:64px!important;min-height:64px!important;top:0!important;margin-top:0!important}
.home .main-header{height:86px!important}
.home .header-inner{height:86px!important}
.home .category-nav{height:64px!important;top:0!important}
.category-strip a:last-child span{top:24px!important;bottom:auto!important;left:50%!important;width:auto!important;padding:8px 12px!important;border-radius:10px!important}
body.is-tablolar .category-page .product-art img{object-fit:cover!important;background:#f7efe3}
body.is-tablolar .category-page .product-art img{width:100%!important;height:100%!important;object-position:50% 50%!important;transform:none!important}
body.is-tablolar .category-page .product-art{overflow:hidden!important;display:flex;align-items:center;justify-content:center}
body.is-tablolar .category-page .product-card a:not(.product-art){display:none!important}
body.is-tablolar .category-page .product-card h3{display:block!important;min-height:72px!important;line-height:1.35!important}
body.is-tablolar .category-page .product-card h3:after{display:block!important;margin-top:8px!important}
body.is-tablolar .category-page .product-card p{display:flex!important;gap:8px!important;align-items:center!important}
.category-page .product-card h3{display:block!important;min-height:72px!important;line-height:1.35!important}
.category-page .product-card h3:after{display:block!important;margin-top:8px!important}
.category-page .product-card p{display:flex!important;gap:8px!important;align-items:center!important}
.category-page .product-card h3{height:72px!important;min-height:72px!important;overflow:hidden!important;display:block!important}
.category-page .product-card h3{font-size:16px!important;line-height:1.35!important}
.home-slider .slides{position:relative;width:100%;height:clamp(360px,48vw,760px);overflow:hidden;border-radius:18px}
.home-slider .slides .slide-img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:0!important}
.category-products-track{animation-duration:95s!important}
.mini-product,.best-card,.category-page .product-card{transition:transform .3s ease,box-shadow .3s ease}
.mini-product:hover,.best-card:hover,.category-page .product-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px rgba(85,55,25,.2)}
.mini-product img,.best-card img,.category-page .product-art img{transition:transform .45s ease}
.mini-product:hover img,.best-card:hover img,.category-page .product-card:hover .product-art img{transform:scale(1.045)}
.mini-product{width:320px!important;flex-basis:320px!important;border-radius:18px!important;overflow:hidden!important}
.mini-product img{height:auto!important;aspect-ratio:1080/1350!important;object-fit:cover!important}
.mini-product img{aspect-ratio:1080/1480!important;object-fit:contain!important;background:#f7efe3}
.mini-product{min-height:650px!important}
.mini-product span{padding:16px 16px 4px!important;font-size:16px!important;min-height:50px}
.mini-product small{padding:7px 16px 8px!important;font-size:14px!important}
.mini-product strong{margin:8px 16px 16px!important;min-height:44px;display:flex!important;align-items:center;justify-content:center}
@media(max-width:800px){.mini-product{width:250px!important;flex-basis:250px!important}.mini-product span{font-size:15px!important}.mini-product img{aspect-ratio:1080/1350!important}}
@media(max-width:800px){.mini-product{min-height:540px!important}.mini-product img{aspect-ratio:1080/1480!important}}
@media(hover:none){.mini-product:hover,.best-card:hover,.category-page .product-card:hover{transform:none;box-shadow:inherit}.mini-product:hover img,.best-card:hover img,.category-page .product-card:hover .product-art img{transform:none}}
.home-slider{max-width:1200px!important}
.home-slider .slides{height:auto!important;aspect-ratio:1200/530!important}
@media(max-width:800px){.home-slider{max-width:100%!important}.home-slider .slides{height:auto!important;aspect-ratio:1200/530!important}}
/* Restore category hover panels above page content */
.category-nav{position:relative;z-index:500;overflow:visible!important}.category-nav .nav-item{z-index:501}.category-nav .nav-dropdown{z-index:1000}
.nav-product{cursor:pointer}.nav-product strong{cursor:pointer}
.category-products{display:block!important;visibility:visible!important}
.category-products-track{min-height:120px}
.mini-product{position:relative}.mini-product:before{content:"-50%";position:absolute;top:10px;left:10px;z-index:2;background:#b48b4d;color:#fff;border-radius:18px;padding:7px 10px;font-size:12px;font-weight:700}.mini-product span{font-weight:700}.mini-product span:after{content:"★★★★★";display:block;color:#d5a23e;font-size:15px;letter-spacing:1px;text-shadow:1px 1px #9d6d1e}.mini-product small{display:block}.mini-product small s{color:#766f69;margin-right:6px}.mini-product small b{color:#201810;font-size:17px}.mini-product strong{display:block;margin:8px 12px 14px;padding:10px;text-align:center;border-radius:22px;background:linear-gradient(100deg,#efc064,#b87725);color:#fff;font-size:12px}
.home-slider{cursor:pointer}.home-slider .slides{transition:transform .45s ease,box-shadow .45s ease}.home-slider:hover .slides{transform:scale(1.015);box-shadow:0 14px 30px rgba(90,55,20,.18)}
@media(hover:none){.home-slider:hover .slides{transform:none;box-shadow:none}}
.table-products .mini-product img{object-fit:cover!important;object-position:center!important;width:100%!important;height:auto!important;aspect-ratio:1080/1350!important;background:#f7efe3}
.category-page .product-card,.mini-product,.best-card{border:1px solid #1d1d1d!important}
.category-page-body:not(.policy-page-body):not(.contact-page-body) .to-top{display:none!important}
.catalog-top{border-radius:50%!important;background:linear-gradient(145deg,#e0ad59,#a8732b)!important;animation:top-breathe 2.2s ease-in-out infinite;transition:transform .25s ease,box-shadow .25s ease}
.catalog-top:hover{transform:translateY(-4px) scale(1.06);box-shadow:0 14px 28px rgba(167,112,39,.42)!important}
@keyframes top-breathe{0%,100%{box-shadow:0 8px 18px rgba(0,0,0,.25)}50%{box-shadow:0 10px 25px rgba(214,165,82,.5)}}
.legal-page:not(.policy-page):not(.contact-page){max-width:900px;margin:80px auto;padding:48px;background:#fff;border:1px solid #eadcc8;border-radius:24px;color:#4b3826}.legal-page:not(.policy-page):not(.contact-page) h1{font-size:34px;color:#704a20}.legal-page:not(.policy-page):not(.contact-page) p{font-size:18px;line-height:1.7}.legal-page:not(.policy-page):not(.contact-page) a{color:#704a20;font-weight:700}
footer{background:#090909!important;color:#f5f0e8!important;border-top:1px solid #302a24!important;padding:58px clamp(24px,8vw,110px) 24px!important;position:relative;overflow:hidden}footer:before{content:'BİR HEDİYEN OLSUN';position:absolute;left:0;right:0;top:150px;text-align:center;font-size:100px;font-weight:900;color:#ffffff08;pointer-events:none}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.3fr 1fr 1.2fr 1.3fr;gap:55px;max-width:1450px;margin:auto}.footer-col h3{color:#fff;font-size:20px;margin:0 0 25px;border-bottom:3px solid #c49a55;padding-bottom:12px;width:max-content}.footer-col a,.footer-col p{color:#eee!important;display:block;margin:0 0 15px;text-decoration:none}.footer-col.social a{background:#1a1a1a;border:1px solid #464646;border-radius:12px;padding:16px;display:flex;align-items:center;gap:16px}.footer-bottom{position:relative;z-index:1;border-top:1px solid #292929;margin-top:40px;padding-top:22px;text-align:center;color:#ddd!important}@media(max-width:800px){footer{padding:42px 22px 20px!important}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-col.social{grid-column:1/-1}footer:before{font-size:46px;top:220px}}@media(max-width:500px){.footer-grid{grid-template-columns:1fr}.footer-col.social{grid-column:auto}}
.design-page{background:#fffaf3;color:#704a20}.design-head{height:110px;display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:auto;padding:0 24px}.design-head img{width:250px}.design-head span{font-size:18px;font-weight:700}.design-layout{max-width:1280px;margin:30px auto 80px;display:grid;grid-template-columns:1.1fr .9fr;gap:34px;padding:0 24px}.design-preview,.design-form{background:#fff;border:1px solid #eadcc8;border-radius:24px;padding:26px;box-shadow:0 10px 28px #704a2014}.design-note{text-align:center;border:1px solid #eadcc8;border-radius:14px;padding:14px;margin-bottom:24px}.preview-frame{position:relative;border-radius:20px;overflow:hidden;background:#efe4d5}.preview-frame>img{width:100%;display:block;aspect-ratio:1080/1350;object-fit:cover}.slot{position:absolute;background:#704a20cc;color:#fff;border:1px solid #fff;border-radius:14px;display:grid;place-items:center;font-weight:700;font-size:13px}.slot-1{left:6%;top:27%;width:20%;height:20%}.slot-2{right:6%;top:27%;width:20%;height:20%}.slot-3{left:6%;top:52%;width:20%;height:20%}.slot-4{right:6%;top:52%;width:20%;height:20%}.slot-5{left:35%;top:30%;width:30%;height:30%}.design-form h1{font-size:34px;font-weight:500}.badges{display:flex;gap:8px;flex-wrap:wrap}.badges b{background:#f4eadb;padding:9px 13px;border-radius:20px;font-size:12px}.design-form label{display:grid;gap:8px;margin:18px 0;font-weight:600}.design-form input,.design-form textarea{width:100%;border:1px solid #e5d4bc;border-radius:20px;padding:14px;font:inherit}.design-form textarea{min-height:100px;border-radius:14px}.upload-box{background:linear-gradient(110deg,#c89b59,#946125);color:#fff;padding:22px;border-radius:18px;cursor:pointer}.upload-box input{display:none}.upload-box strong,.upload-box small{display:block}.name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.design-submit{width:100%;border:0;border-radius:24px;padding:16px;background:linear-gradient(100deg,#efc064,#b87725);color:#fff;font-size:17px;font-weight:800}@media(max-width:800px){.design-head{height:80px}.design-head img{width:190px}.design-layout{grid-template-columns:1fr;padding:0 14px;margin-top:14px}.design-preview,.design-form{padding:16px}.design-form h1{font-size:27px}.name-grid{grid-template-columns:1fr}}
.design-lower{max-width:1280px;margin:0 auto 70px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.social-proof{grid-column:1/-1;background:#5b3518;color:#fff;border-radius:20px;padding:22px 28px;display:flex;gap:24px;align-items:center}.social-proof strong{font-size:22px}.social-proof span{font-size:15px}.review-card,.faq{background:#fff;border:1px solid #eadcc8;border-radius:22px;padding:24px}.review-card h2,.faq h2{color:#704a20}.review-card p{font-size:18px;line-height:1.6}.faq{grid-column:2}.faq details{border:1px solid #eadcc8;border-radius:16px;padding:16px;margin:12px 0}.faq summary{font-weight:700;cursor:pointer}.faq p{line-height:1.5}@media(max-width:800px){.design-lower{grid-template-columns:1fr;padding:0 14px}.faq{grid-column:auto}.social-proof{display:block}.social-proof span{display:block;margin-top:8px}}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feature-grid div{border:1px solid #eadcc8;border-radius:16px;padding:22px;font-size:18px}.feature-grid small{display:block;margin-top:8px}.price-box{grid-column:2;background:#fff;border:1px solid #eadcc8;border-radius:20px;padding:24px}.price-box>strong{font-size:42px;color:#111}.price-box s{margin-left:18px}.price-box h3{color:#704a20}.price-box button{width:48%;padding:18px 8px;border:1px solid #c99855;border-radius:18px;background:#fff;color:#704a20;font-weight:800}.price-box button:first-of-type{background:#a97632;color:#fff}@media(max-width:800px){.feature-grid{grid-template-columns:1fr}.price-box{grid-column:auto}.price-box button{width:100%;margin:5px 0}}
.design-form select{width:100%;padding:14px;border:1px solid #e5d4bc;border-radius:20px;background:#fff;font:inherit}.preview-frame:after{content:var(--emoji,'');position:absolute;left:50%;bottom:18%;transform:translateX(-50%);font-size:38px;text-shadow:0 3px 5px #0006}.cart-next{display:none;margin-top:12px;text-align:center;padding:14px;border-radius:24px;background:#5b3518;color:#fff;text-decoration:none;font-weight:800}.cart-next.show{display:block}.slot{background-size:cover;background-position:center;touch-action:none;cursor:grab}.slot:active{cursor:grabbing}
.discount-timer{background:#b51f12;color:#fff;border-radius:16px;padding:14px 18px;margin:16px 0;font-size:18px;font-weight:800;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 20px #b51f1244;animation:timer-pulse 2s ease-in-out infinite}.discount-timer b{font-size:28px}@keyframes timer-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.015)}}
.preview-frame{transform-style:preserve-3d;transition:transform .18s ease;touch-action:none;cursor:grab}.preview-frame:active{cursor:grabbing}.preview-frame img,.preview-frame .slot{backface-visibility:hidden}

.design-category{font-size:16px;color:#9a6b2d;font-weight:700;margin:18px 0 4px}.design-form h1{margin-top:0}
.option-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 8px}.option-row label{margin:0;font-weight:600;color:#744817}.toggle-switch{width:46px;height:25px;border:0;border-radius:999px;background:#d7c8b5;padding:3px;cursor:pointer;transition:.25s}.toggle-switch span{display:block;width:19px;height:19px;background:#fff;border-radius:50%;transition:.25s;box-shadow:0 1px 3px #0003}.toggle-switch.is-on{background:#b98a4b}.toggle-switch.is-on span{transform:translateX(21px)}.animated-placeholder{transition:box-shadow .3s}.animated-placeholder::placeholder{color:#9b7955}.name-grid.is-off,.animated-placeholder.is-off{display:none}
.design-form{padding:32px 36px;border-radius:24px}.design-form .badges{margin-bottom:18px}.design-category{display:none}.design-form h1{font-size:40px;line-height:1.15;margin:0 0 20px;color:#8a5b24}.upload-box{min-height:116px;border-radius:16px;margin-bottom:28px}.option-row{margin:0 0 10px;font-size:15px}.animated-placeholder{height:52px!important;border-radius:28px!important;margin-bottom:28px!important}.names-heading{margin-top:0}.design-form .name-grid{gap:12px;margin-bottom:10px}.design-form .name-grid input{height:58px;border-radius:16px}.design-form select{height:54px;border-radius:14px}.design-form label:has(textarea){margin-top:24px}.design-form textarea{min-height:100px;border-radius:16px}.discount-timer{margin-top:22px!important;min-height:78px;border-radius:16px;font-size:24px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 8px 24px #b21e123d}.discount-timer b{font-size:38px;margin-left:18px}
@media(max-width:700px){.design-form{padding:22px 18px}.design-form h1{font-size:30px}.discount-timer{font-size:18px}.discount-timer b{font-size:30px}}
.gift-card{display:flex;align-items:center;gap:14px;padding:17px 18px;border:1px solid #ead8bd;border-radius:18px;margin-top:24px;color:#875a27;background:#fffaf2}.gift-card .gift-check{font-size:29px;color:#777}.gift-card div{display:flex;flex-direction:column;gap:4px;flex:1}.gift-card small{font-size:14px}.quick-order,.design-form>.design-submit{width:100%;height:74px;border:0;border-radius:22px;background:#b88b50;color:#fff;font-size:26px;font-weight:800;margin-top:24px;box-shadow:0 12px 24px #8b5d2d2b;cursor:pointer}.design-form>.design-submit{margin-top:16px}.form-faq{margin-top:34px}.form-faq h2{font-size:28px;color:#80531f;margin:0 0 18px}.form-faq details{border:1px solid #ead8bd;border-radius:18px;padding:20px;margin:10px 0;background:#fffdfa}.form-faq summary{font-size:18px;font-weight:700;color:#80531f;cursor:pointer;list-style:none}.form-faq summary:after{content:'+';float:right;border:1px solid #ead8bd;border-radius:50%;width:28px;height:28px;text-align:center;line-height:26px}.form-faq details[open] summary:after{content:'−'}.form-faq p{color:#76552f;margin:14px 0 0}.design-form>.cart-next{display:block}.design-lower>.faq{display:none}@media(max-width:700px){.quick-order,.design-form>.design-submit{height:62px;font-size:21px}.form-faq h2{font-size:24px}.form-faq summary{font-size:16px}}
.photo-upload-row{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:24px 0 38px}.photo-upload-row>div{text-align:center;color:#875a27;font-size:11px}.photo-box{height:105px;border:1px dashed #e4ceb0;border-radius:18px;background:#fffdf9;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#c9a977;font-size:18px}.photo-box small{font-size:9px;line-height:1.25;margin-top:8px}.photo-upload-row span{display:block;margin-top:8px}.preview-proof{display:flex;align-items:center;gap:16px;background:#603a17;color:#fff;padding:16px 20px;border-radius:18px;box-shadow:0 8px 18px #5b371d36}.proof-avatars{font-size:25px;white-space:nowrap}.proof-avatars b{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:#bf8e47;color:#704719;font-size:12px;margin-left:-5px}.preview-proof div:last-child{display:flex;flex-direction:column;gap:3px}.preview-proof strong{font-size:18px}.preview-proof small{font-size:13px}@media(max-width:700px){.photo-upload-row{gap:4px}.photo-box{height:82px;border-radius:12px}.photo-upload-row>div{font-size:9px}.photo-box small{font-size:7px}.preview-proof{padding:12px;gap:8px}.proof-avatars{font-size:18px}.preview-proof strong{font-size:14px}.preview-proof small{font-size:10px}}
.live-viewers{margin:14px 0;padding:11px 16px;border:1px solid #ead5ae;border-radius:14px;background:#fff4d9;color:#855a27}.live-viewers:first-letter{color:#20c86b}.reviews-head{display:flex;justify-content:space-between;align-items:center;margin:18px 0;color:#79501e;font-size:14px}.reviews-head span{padding:9px 14px;border:1px solid #ead5ae;border-radius:22px}.reviews-title{display:flex;justify-content:space-between;align-items:center;color:#80531f;margin:14px 0}.reviews-title h2{font-size:21px;font-weight:500;margin:0}.preview-reviews{background:#fff;border-radius:24px;padding:16px 22px}.preview-reviews article{display:flex;gap:12px;padding:14px 0;border:1px solid #ead8bd;border-radius:16px;margin:10px 0;padding:14px}.preview-reviews article>div{flex:1}.avatar{font-style:normal;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.avatar.red{background:#c75240}.avatar.blue{background:#356a9e}.avatar.pink{background:#b3487f}.preview-reviews article b{color:#80531f}.preview-reviews em{float:right;font-style:normal;color:#80531f;font-size:12px}.preview-reviews p{margin:7px 0;color:#80531f;font-size:14px;line-height:1.4}.preview-reviews small{display:inline-block;padding:5px 10px;border:1px solid #c8ddc1;border-radius:14px;background:#eef8eb;color:#55734c;font-size:11px}@media(max-width:700px){.reviews-title h2{font-size:17px}.preview-reviews{padding:10px}.preview-reviews p{font-size:12px}.reviews-head{font-size:12px}}
/* Tasarım ekranı: eşit iki sütun */
.design-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);max-width:1180px;gap:26px;align-items:start}.design-preview,.design-form{min-width:0}.preview-frame{max-width:620px;margin:0 auto}.preview-frame>img{max-height:560px;object-fit:cover}.design-preview{padding:22px}.design-form{padding:28px}.photo-upload-row{max-width:620px;margin-left:auto;margin-right:auto}.preview-proof,.live-viewers,.preview-reviews{max-width:620px;margin-left:auto;margin-right:auto}.preview-reviews article{min-width:0}@media(max-width:800px){.design-layout{grid-template-columns:1fr;gap:18px}.preview-frame>img{max-height:none}.design-preview,.design-form{padding:16px}}

.design-lower{display:none!important}
.design-page .top-promo{display:none!important}.design-page .topline{height:0}.design-page .header-inner{height:86px}.design-page .category-nav{height:64px;margin:0 auto}
.form-faq h2,.form-faq summary{font-weight:800}.form-faq details{overflow:hidden;transition:background .25s ease,box-shadow .25s ease}.form-faq details[open]{background:#fffaf2;box-shadow:0 5px 16px #8b5d2d12}.form-faq p{font-weight:600;animation:faqReveal .28s ease}@keyframes faqReveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.design-page .category-nav{position:relative!important;top:0!important}
.preview-reviews article p{font-weight:700}.preview-reviews article>b,.preview-reviews article strong{font-weight:800}.live-viewers{display:flex;align-items:center;gap:10px;font-weight:600}.live-viewers:first-letter{font-size:0}.live-viewers:before{content:"";width:14px;height:14px;border-radius:50%;background:#20c86b;box-shadow:0 0 0 0 #20c86b88;animation:livePulse 1.5s infinite;flex:none}@keyframes livePulse{0%{transform:scale(.9);box-shadow:0 0 0 0 #20c86b88}70%{transform:scale(1);box-shadow:0 0 0 10px #20c86b00}100%{transform:scale(.9);box-shadow:0 0 0 0 #20c86b00}}
.avatar-photo{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:none}
.cart-next{display:none!important}
.form-price-box{margin-top:20px;border-top:1px solid #ead8bd;padding-top:12px;color:#704a20}.price-line{display:flex;align-items:center;gap:18px}.price-line strong{font-size:36px;color:#080808}.price-line s{color:#222}.benefits{font-size:12px;margin:10px 0 14px;color:#23170d}.form-price-box h3{font-size:16px;margin:0 0 8px}.size-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.size-options button{position:relative;min-height:68px;border:1px solid #d8a869;border-radius:17px;background:#fff;color:#704a20;font-weight:800;font-size:16px}.size-options button.selected{background:linear-gradient(130deg,#c79b5b,#996020);color:#fff;box-shadow:0 8px 18px #704a2030}.size-options small{display:block;font-size:11px;margin-top:4px}.size-options b{position:absolute;right:8px;top:7px;background:#fff;color:#704a20;border-radius:50%;padding:3px 6px}@media(max-width:700px){.price-line strong{font-size:30px}.size-options button{font-size:14px}}
.emoji-picker{display:block!important;margin-top:10px!important}.emoji-toggle{width:100%;height:54px;border:0;border-radius:14px;background:#b58a50;color:#fff;text-align:left;padding:0 16px;font:inherit}.emoji-toggle span{float:right}.emoji-panel{display:none;border:1px solid #ead8bd;border-radius:0 0 14px 14px;padding:12px;background:#fffaf0}.emoji-picker.open .emoji-panel{display:block}.emoji-grid{padding:10px;background:#b58a50;color:#fff;font-size:19px;word-spacing:12px;margin:5px 0}
.gift-card{cursor:pointer;flex-wrap:wrap}.gift-message{display:none;width:100%;min-height:80px;border:1px solid #e5d4bc;border-radius:14px;padding:12px;font:inherit;color:#111!important;font-weight:700!important;line-height:1.45}.gift-message::placeholder{color:#80531f;font-weight:400;opacity:.78}.gift-card.active .gift-message{display:block}.gift-card.active .gift-check{background:#b88b50;color:#fff;border-radius:3px}.gift-card> b{white-space:nowrap}
.design-submit{animation:buttonFlash 2s ease-in-out infinite}@keyframes buttonFlash{0%,100%{filter:brightness(1);box-shadow:0 10px 22px #704a2030}50%{filter:brightness(1.18);box-shadow:0 0 0 6px #d4a45c33,0 12px 26px #704a2050}}
.proof-avatars img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-right:-7px;vertical-align:middle}
.photo-box{position:relative}.photo-box:before{content:'▧';font-size:28px;font-weight:800;color:#b88b50;margin-bottom:8px}.photo-box small{display:none}.photo-upload-row>div>span{display:none}.photo-upload-row>div:nth-child(1) .photo-box:after{content:'Ortaya Eklenecek Fotoğraf'}.photo-upload-row>div:nth-child(2) .photo-box:after{content:'Sol Üst Fotoğraf'}.photo-upload-row>div:nth-child(3) .photo-box:after{content:'Sağ Üst Fotoğraf'}.photo-upload-row>div:nth-child(4) .photo-box:after{content:'Sol Alt Fotoğraf'}.photo-upload-row>div:nth-child(5) .photo-box:after{content:'Sağ Alt Fotoğraf'}.photo-box:after{font-size:14px;font-weight:800;line-height:1.15;text-align:center;color:#80531f}.photo-upload-row>div{text-align:center}
.discount-timer{min-height:64px!important;height:64px!important;padding:0 16px!important;background:#ad170d!important;border-radius:14px!important;font-size:21px!important;font-weight:800!important;animation:timerBeat 1.8s ease-in-out infinite}.discount-timer b{font-size:36px!important;letter-spacing:.5px}@keyframes timerBeat{0%,100%{transform:scale(1);box-shadow:0 8px 22px #ad170d45}10%{transform:scale(1.025);box-shadow:0 0 0 5px #ad170d22,0 10px 28px #ad170d66}20%{transform:scale(1);box-shadow:0 8px 22px #ad170d45}}
.emoji-panel{border-radius:0 0 14px 14px!important;padding:12px!important}.emoji-subtitle{margin-top:0!important}.emoji-grid{display:grid!important;grid-template-columns:repeat(6,1fr);gap:6px!important;padding:0!important;background:transparent!important;word-spacing:normal!important}.emoji-grid button{width:auto!important;height:42px!important;background:#b58a50!important;border:0!important;color:#fff!important;font-size:18px!important;font-weight:700}.emoji-grid button:last-child{font-size:14px!important}.emoji-panel small{font-size:11px!important;font-weight:600!important;margin:8px 0!important}
.preview-frame>img,.preview-frame .slot{display:none!important}.preview-frame{min-height:430px;background:#fff!important;border:1px solid #ead8bd}
.size-options s{font-size:11px;margin-left:4px;opacity:.85}.size-options button.selected s{color:#fff}
.account{display:flex;align-items:center;gap:6px}.account button{position:relative;display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 13px;border:1px solid transparent;border-radius:14px;background:transparent;color:#5f4630;font-size:14px;font-weight:700;letter-spacing:-.15px;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.account button:hover{background:#fffaf4;border-color:#f0e3d4;box-shadow:0 8px 20px rgba(91,63,35,.08);transform:translateY(-1px)}.account button:focus-visible{outline:3px solid #f6ce95;outline-offset:2px}.account-icon{position:relative;display:inline-block;width:20px;height:20px;font-size:0;font-style:normal;line-height:1;color:#9c6e3c}.account-icon:before{content:"";position:absolute;left:6px;top:1px;width:7px;height:7px;border:1.8px solid currentColor;border-radius:50%;background:#fffdf9}.account-icon:after{content:"";position:absolute;left:2px;bottom:1px;width:15px;height:9px;border:1.8px solid currentColor;border-bottom:0;border-radius:10px 10px 0 0;background:#fffdf9}.cart-icon{position:relative;display:inline-block;width:21px;height:20px;font-size:0;font-style:normal;line-height:1;filter:none;color:#9c6e3c}.cart-icon:before{content:"";position:absolute;left:3px;top:4px;width:13px;height:9px;border:1.8px solid currentColor;border-top:0;border-radius:0 0 4px 4px;transform:skewX(-8deg)}.cart-icon:after{content:"•  •";position:absolute;left:3px;bottom:-3px;font-size:15px;letter-spacing:1px;white-space:pre;color:currentColor}.account .cart{background:#fffaf4;border-color:#f0e3d4}.account .cart:hover{background:#fff4e6;border-color:#e8cba7}.account .cart b{position:absolute;top:-7px;right:-4px;left:auto;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#bd8348;color:#fff;font-size:11px;font-weight:800;line-height:1;box-shadow:0 4px 10px rgba(132,82,31,.2)}@media(max-width:700px){.account{gap:1px}.account button{min-height:40px;padding:0 8px;gap:6px}.account button span{font-size:12px}.account-icon,.cart-icon{transform:scale(.9)}.account .cart b{right:-3px;top:-6px}}
.search-results .product-grid{grid-template-columns:1fr;max-width:760px;margin:20px auto}.search-results .product-card{display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:center}.search-results .product-card .product-art{grid-row:span 3}.search-results .product-card .product-art img{height:180px}@media(max-width:600px){.search-results .product-card{grid-template-columns:1fr}.search-results .product-card .product-art{grid-row:auto}}
@media(max-width:800px){.design-layout{display:block!important;width:100%!important;max-width:none!important;margin:12px 0 40px!important;padding:0 10px!important;box-sizing:border-box}.design-preview,.design-form{width:100%!important;box-sizing:border-box;margin:0 0 16px!important}.design-preview{padding:12px!important}.design-form{padding:16px!important}.preview-frame{width:100%!important}.category-nav{width:100%!important;overflow-x:auto!important}.header-inner{width:100%!important;box-sizing:border-box}.photo-upload-row{grid-template-columns:repeat(5,minmax(0,1fr))!important}.preview-reviews article{width:100%;box-sizing:border-box}}

/* Minimal hesap ve sepet ikonları */
.account-icon,.cart-icon{color:transparent!important}.account-icon:before{border-color:#9c6e3c!important}.account-icon:after{border-color:#9c6e3c!important}.cart-icon:before{border-color:#9c6e3c!important}.cart-icon:after{color:#9c6e3c!important}

/* Header ve kategori menüsünü slider ile aynı hizaya getir */
:root{--site-content-width:1200px;--site-side-gap:20px}.header-inner,.category-nav,.home-slider{width:calc(100% - (var(--site-side-gap) * 2));max-width:var(--site-content-width)!important;box-sizing:border-box;margin-left:auto;margin-right:auto}.header-inner{padding-left:0;padding-right:0}.category-nav{padding-left:28px;padding-right:28px;border:1px solid #f4ede5;box-shadow:0 7px 18px rgba(77,48,20,.06)}.home-slider{padding-left:0;padding-right:0}@media(max-width:800px){:root{--site-side-gap:16px}.header-inner{padding-left:0;padding-right:0}.category-nav{width:100%;max-width:none!important;padding-left:16px;padding-right:16px;border-left:0;border-right:0;box-shadow:0 2px 8px rgba(70,45,20,.08)}.home-slider{width:100%}}
@media(min-width:801px) and (max-width:1150px){.category-nav{justify-content:flex-start;gap:22px;overflow-x:auto!important;scrollbar-width:thin}.category-nav::-webkit-scrollbar{height:4px}}

/* Keep every desktop menu label inside the framed navigation bar */
.category-nav{gap:12px!important;padding-left:20px!important;padding-right:20px!important;justify-content:space-between!important;overflow:hidden!important}
.category-nav>a,.category-nav .nav-item>a{min-width:0;flex:1 1 auto;font-size:13px!important;letter-spacing:-.2px;white-space:nowrap;text-align:center}
.category-nav .script{flex:1.2 1 auto;font-size:17px!important;letter-spacing:-.3px}
@media(max-width:800px){.category-nav{gap:18px!important;justify-content:flex-start!important;overflow-x:auto!important}.category-nav>a,.category-nav .nav-item>a{font-size:13px!important}.category-nav .script{font-size:18px!important}}

/* Ana menü ve slider için ortak genişlik/hizalama */
.home .header-inner,.home .category-nav,.home .home-slider{width:min(1200px,calc(100% - 40px))!important;max-width:1200px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}
.home .home-slider{padding-left:0!important;padding-right:0!important}.home .home-slider .slides{width:100%!important}
@media(max-width:800px){.home .header-inner,.home .category-nav,.home .home-slider{width:100%!important;max-width:none!important}.home .home-slider{padding-left:10px!important;padding-right:10px!important}}

/* Tasarım ekranında tek yükleme alanı kullan: yinelenen fotoğraf kutularını gizle */
.design-page .design-note,.design-page .preview-help,.design-page .photo-upload-row,.design-page .slot-2,.design-page .slot-3,.design-page .slot-4,.design-page .slot-5{display:none!important}
.design-page .photo-upload-row{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;max-width:620px!important;margin:24px auto 38px!important}
.design-page .photo-upload-row .photo-box{display:flex!important;min-height:105px!important}
.design-page .photo-upload-row>div>span{display:block!important;font-size:11px!important}
@media(max-width:700px){.design-page .photo-upload-row{gap:4px!important}.design-page .photo-upload-row .photo-box{min-height:82px!important}.design-page .photo-upload-row>div>span{font-size:9px!important}}
.design-page .preview-frame{position:relative!important;z-index:1!important;margin-bottom:24px!important;overflow:hidden!important}
.design-page .photo-upload-row{position:relative!important;z-index:2!important;clear:both!important;margin-top:0!important;margin-bottom:28px!important}
.design-page .preview-proof{position:relative!important;z-index:2!important;clear:both!important;margin-top:20px!important}
.design-form .preview-proof + .live-viewers{margin-top:18px;margin-bottom:18px}
.design-page .real-3d #prod-edge{display:none!important;opacity:0!important;visibility:hidden!important}
.design-page .photo-upload-row .photo-box{height:104px!important;min-height:104px!important;border:1px solid #e7d8c4!important;border-radius:16px!important;background:linear-gradient(180deg,#fffefa,#fbf6ee)!important;color:#b18755!important;box-shadow:0 3px 12px rgba(96,65,32,.06)!important;transition:border-color .2s,box-shadow .2s,transform .2s!important}
.design-page .photo-upload-row .photo-box:hover{border-color:#b58a50!important;box-shadow:0 7px 18px rgba(96,65,32,.12)!important;transform:translateY(-2px)}
.design-page .photo-upload-row .photo-box:before{content:'+'!important;width:30px;height:30px;margin:0 0 8px!important;display:grid!important;place-items:center!important;border:1px solid #c9a36f;border-radius:50%;font-size:22px!important;font-weight:400!important;color:#b58a50!important}
.design-page .photo-upload-row .photo-box:after{font-size:11px!important;font-weight:600!important;line-height:1.2!important;color:#6f5840!important}
.design-page .photo-upload-row .photo-box.has-photo:before,.design-page .photo-upload-row .photo-box.has-photo:after{display:none!important}
.design-page .photo-upload-row .photo-box.has-photo{background-image:var(--photo-bg)!important;background-size:cover!important;background-position:center!important}
.design-page .photo-upload-row>div>span{margin-top:8px!important;color:#80684c!important;font-size:11px!important;font-weight:500!important}
@media(max-width:700px){.design-page .photo-upload-row .photo-box{height:86px!important;min-height:86px!important;border-radius:13px!important}.design-page .photo-upload-row .photo-box:before{width:25px;height:25px;font-size:19px!important}.design-page .photo-upload-row>div>span{font-size:9px!important}}
.design-page .adjust-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:620px;margin:0 auto 18px}
.design-page .adjust-actions button,.design-page .adjust-mini-actions button{border:0;border-radius:10px;background:#b58a50;color:#fff;font-weight:700;min-height:38px;cursor:pointer;box-shadow:0 4px 10px rgba(89,55,20,.12)}
.design-page .adjust-actions .adjust-reset{grid-column:1/-1}
.design-page .adjust-panel{max-width:620px;margin:20px auto 26px;padding:0;position:relative;z-index:3}
.design-page .adjust-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.design-page .adjust-controls section{border:1px solid #ead8bd;border-radius:16px;background:#fffaf2;padding:12px}
.design-page .adjust-controls h3{margin:0 0 10px;color:#70471f;font-size:14px}
.design-page .adjust-controls label{display:grid;grid-template-columns:68px 1fr 38px;align-items:center;gap:7px;margin:9px 0;color:#70471f;font-size:12px}
.design-page .adjust-controls input[type=range]{width:100%;accent-color:#b58a50}
.design-page .adjust-controls output{text-align:right;color:#70471f;font-size:11px}
.design-page .adjust-mini-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}.design-page .adjust-controls section:nth-child(2) .adjust-mini-actions{grid-template-columns:1fr 1fr}
@media(max-width:700px){.design-page .adjust-controls{grid-template-columns:1fr}.design-page .adjust-controls label{grid-template-columns:64px 1fr 38px}}

/* Sepet: minimal çanta ikonu, örnekteki dikey yapı */
.account .cart{flex-direction:column;justify-content:center;gap:2px;min-width:58px;min-height:64px;padding:5px 9px 3px;background:transparent!important;border-color:transparent!important;color:#6f1830!important;box-shadow:none!important}.account .cart:hover{background:#fff7f4!important;border-color:#f0e0dc!important;box-shadow:0 6px 15px rgba(93,30,40,.08)!important}.account .cart span{font-size:14px;font-weight:600;line-height:1.1}.account .cart-icon{width:27px;height:28px;transform:none!important}.account .cart-icon:before{left:3px;bottom:2px;top:auto;width:21px;height:18px;border:0!important;border-radius:2px 2px 4px 4px;background:#7b1730;transform:none}.account .cart-icon:after{content:"";left:8px;top:1px;bottom:auto;width:9px;height:9px;border:3px solid #7b1730;border-bottom:0;border-radius:8px 8px 0 0;color:transparent!important;letter-spacing:0}.account .cart b{top:0;right:1px;left:auto;min-width:17px;height:17px;padding:0 2px;border:2px solid #fff;background:#050505;color:#fff;font-size:10px;box-shadow:none}@media(max-width:700px){.account .cart{min-width:51px;min-height:56px;padding:4px 6px}.account .cart span{font-size:12px}.account .cart-icon{transform:scale(.85)!important}.account .cart b{right:-1px}}

/* Sepet, hesap ikonuyla aynı ince ve sıcak kahve çizgi dilini kullanır. */
.account .cart{color:#5f4630!important}
.account .cart-icon{color:#9c6e3c!important;background:radial-gradient(circle at 8px 25px,currentColor 0 2px,transparent 2.5px),radial-gradient(circle at 20px 25px,currentColor 0 2px,transparent 2.5px)!important}
.account .cart-icon:before{left:3px!important;top:7px!important;bottom:auto!important;width:21px!important;height:14px!important;border:1.8px solid currentColor!important;border-top:0!important;border-radius:0 0 4px 4px!important;background:transparent!important;transform:skewX(-8deg)!important}
.account .cart-icon:after{left:8px!important;top:1px!important;width:9px!important;height:9px!important;border:1.8px solid currentColor!important;border-bottom:0!important;border-radius:8px 8px 0 0!important;background:transparent!important;color:transparent!important}

/* Minimal photo upload control */
.design-page .design-form .upload-box{grid-template-columns:40px 1fr!important;min-height:72px!important;padding:12px 16px!important;margin-bottom:20px!important;border-radius:14px!important;column-gap:12px!important;box-shadow:0 5px 14px rgba(139,93,45,.16)!important}
.design-page .design-form .upload-box:before{width:34px!important;height:34px!important;border-radius:10px!important;font-size:23px!important}
.design-page .design-form .upload-box strong{font-size:16px!important;line-height:1.15!important}
.design-page .design-form .upload-box small{font-size:11px!important;margin-top:3px!important}
@media(max-width:700px){.design-page .design-form .upload-box{grid-template-columns:36px 1fr!important;min-height:64px!important;padding:10px 13px!important;column-gap:10px!important}.design-page .design-form .upload-box:before{width:30px!important;height:30px!important;font-size:20px!important}.design-page .design-form .upload-box strong{font-size:14px!important}.design-page .design-form .upload-box small{font-size:10px!important}}

.design-page .form-social-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0 22px;padding:16px 18px;border:1px solid #ead8bd;border-radius:16px;background:linear-gradient(105deg,#fffaf1,#f5ead9);box-shadow:0 5px 14px rgba(112,74,32,.08)}
.design-page .social-banner-copy{display:flex;flex-direction:column;gap:4px;color:#704a20}.design-page .social-banner-copy strong{font-size:15px}.design-page .social-banner-copy small{font-size:11px;color:#8b704f}
.design-page .social-banner-links{display:flex;gap:8px;flex:none}.design-page .social-banner-links a{display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border-radius:999px;text-decoration:none;font-size:11px;font-weight:700;color:#fff;transition:transform .18s,filter .18s}.design-page .social-banner-links a:hover{transform:translateY(-1px);filter:brightness(1.06)}.design-page .social-banner-links a:first-child{background:#25b85a}.design-page .social-banner-links a:last-child{background:linear-gradient(135deg,#8b3ab8,#e84c70,#f3a42b)}
@media(max-width:600px){.design-page .form-social-banner{align-items:flex-start;flex-direction:column;gap:12px}.design-page .social-banner-links{width:100%}.design-page .social-banner-links a{flex:1;justify-content:center}}

/* 5'li saat için sıcak ev duvarı sahnesi */
.real-3d{height:610px!important;background:url('assets/warm-home-wall.png') center center/cover no-repeat!important;border:0!important;box-shadow:inset 0 0 0 1px rgba(104,71,37,.12)}.real-3d #scene{align-items:center!important;justify-content:center!important}.real-3d #product{transform:translateY(-18px) scale(.8)!important;transform-origin:center center!important;filter:drop-shadow(0 21px 15px rgba(42,25,12,.34)) drop-shadow(0 3px 2px rgba(255,241,211,.45))}.real-3d:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,247,230,.12),transparent 42%,rgba(84,45,17,.08));pointer-events:none}@media(max-width:800px){.real-3d{height:465px!important;background-position:center center!important}.real-3d #product{transform:translateY(-8px) scale(.53)!important}}
.form-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px;border-top:1px solid #ead8bd;padding-top:20px}.form-features>div{border:1px solid #ead8bd;border-radius:18px;padding:18px 14px;color:#80531f}.form-features small{display:block;margin-top:8px}.form-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:1px solid #ead8bd;margin-top:28px;padding-top:20px}.form-benefits div{text-align:center;border:1px solid #ead8bd;border-radius:14px;padding:14px 6px;color:#2d1c0f}
.photo-box{height:125px!important;cursor:pointer;transition:transform .2s,box-shadow .2s;font-size:21px!important}.photo-box:hover{transform:scale(1.03);box-shadow:0 6px 16px #704a2030}.photo-box.has-photo:before,.photo-box.has-photo:after{display:none}.photo-box.has-photo{border-style:solid}
.upload-box{position:relative;display:grid!important;grid-template-columns:64px 1fr;grid-template-rows:auto auto;column-gap:16px;align-items:center;min-height:112px!important;padding:20px 26px!important;border-radius:20px!important;background:linear-gradient(135deg,#d4a45f 0%,#a66d28 100%)!important;box-shadow:0 10px 22px #8b5d2d30;overflow:hidden;transition:transform .25s,box-shadow .25s}.upload-box:before{content:'↥';grid-row:1/3;width:56px;height:56px;border-radius:16px;background:#fff3d966;border:1px solid #fff8;display:grid;place-items:center;font-size:34px;font-weight:800}.upload-box:after{content:'';position:absolute;inset:-80% 45% auto -20%;height:180%;background:#fff3;transform:rotate(20deg);pointer-events:none}.upload-box strong,.upload-box small{position:relative;z-index:1}.upload-box strong{font-size:20px!important;line-height:1.2}.upload-box small{font-size:14px!important;margin-top:4px}.upload-box:hover{transform:translateY(-2px);box-shadow:0 14px 28px #8b5d2d55}@media(max-width:700px){.upload-box{grid-template-columns:52px 1fr;padding:16px 18px!important;min-height:96px!important}.upload-box:before{width:46px;height:46px;font-size:28px}.upload-box strong{font-size:17px!important}.upload-box small{font-size:12px!important}}
.real-3d{height:610px!important;overflow:hidden!important;background:url('assets/warm-home-wall.png') center/cover no-repeat!important;border:0!important;box-shadow:inset 0 0 0 1px rgba(104,71,37,.12)!important}.real-3d #scene{height:100%;perspective:900px;display:flex;align-items:center;justify-content:center}.real-3d #product{position:relative;transform-style:preserve-3d;filter:drop-shadow(0 24px 15px rgba(42,25,12,.36))}.real-3d svg{max-width:100%;height:auto}

/* imported 3d model styles */

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --gold: #b07d2e;
    --gold-light: #d4a030;
    --dark: #1a1109;
    --surface: #faf7f2;
    --surface2: #f2ede4;
    --border: rgba(176,125,46,0.18);
    --text: #1a1109;
    --text2: #6b5a3e;
    --text3: #a0917a;
    --red: #dc2626;
  }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--surface);
    color: var(--text);
    min-height: 100vh;
  }

  /* ─── HEADER ─── */
  .design-page > header {
    background: var(--dark);
    padding: 14px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .logo {
    font-family: 'Playfair Display', serif;
    color: var(--gold-light);
    font-size: 20px;
    letter-spacing: 1px;
  }
  .header-tags {
    display: flex;
    gap: 8px;
  }
  .htag {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 500;
  }
  .htag-gold { background: rgba(176,125,46,0.18); color: var(--gold-light); border: 1px solid rgba(176,125,46,0.3); }
  .htag-red  { background: rgba(220,38,38,0.15);  color: #f87171; border: 1px solid rgba(220,38,38,0.25); }
  .htag-grn  { background: rgba(34,197,94,0.15);  color: #4ade80; border: 1px solid rgba(34,197,94,0.25); }

  /* ─── MAIN LAYOUT ─── */
  .design-page:not(.checkout-page) > main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 28px 24px 48px;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 32px;
    align-items: start;
  }

  /* ─── LEFT ─── */
  .preview-wrap {
    background: linear-gradient(145deg, #f0ebe0, #e8e0d0);
    border-radius: 20px;
    padding: 20px;
    position: relative;
  }
  #scene {
    perspective: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    cursor: grab;
  }
  #product {
    position: relative;
    transform-style: preserve-3d;
    transition: none;
    cursor: grab;
  }
  #product:active { cursor: grabbing; }
  #edgeCanvas {
    display: none !important;
  }
  .front-face, .back-face {
    backface-visibility: hidden;
  }  /* Arka yüz ahşap doku */
  #prod-back {
    position: absolute;
    top: 0; left: 0;
    width: 540px; height: 360px;
    transform: translateZ(-2.5px) rotateY(180deg);
    backface-visibility: hidden;
    border-radius: 14px;
    overflow: hidden;
  }
  #prod-edge {
    position: absolute;
    top: 0; left: 0;
    width: 540px; height: 360px;
    pointer-events: none;
    transform: translateZ(0px) scale(1.012, 1.012);
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.24));
  }
  .edge-face {
    display: block;
    width: 540px;
    height: 360px;
    overflow: visible;
  }
  }
  .preview-caption {
    text-align: center;
    font-size: 11px;
    color: var(--text3);
    margin-top: 8px;
    letter-spacing: 0.3px;
  }
  .preview-note {
    text-align: center;
    font-size: 12px;
    line-height: 1.45;
    color: #6f614f;
    margin: 8px auto 0;
    max-width: 520px;
    padding: 0 8px;
    font-weight: 500;
  }
  .slot-box img.slot-preview {
    width:100%;
    height:100%;
    object-fit:cover !important;
    object-position:center center !important;
    position:absolute;
    inset:0;
    display:none;
    border-radius:13px;
    z-index:2;
  }

  /* upload grid */
  .upload-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
    margin-top: 12px;
  }
  .slot-wrap { display: flex; flex-direction: column; align-items: center; gap: 5px; }
  .slot-box {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 14px;
    border: 1px dashed rgba(132,107,70,0.24);
    background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(247,242,233,0.92));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 2px 10px rgba(32,22,10,0.04);
    transition: border-color 0.18s, background 0.18s, box-shadow 0.18s, transform 0.18s;
  }
  .slot-box:hover {
    border-color: rgba(182,137,71,0.52);
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,245,236,0.98));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 8px 18px rgba(26,17,9,0.07);
    transform: translateY(-1px);
  }
  .slot-box.active-slot {
    border-color: rgba(191,137,40,0.92);
    box-shadow: 0 0 0 2px rgba(191,137,40,0.18), inset 0 1px 0 rgba(255,255,255,0.95), 0 8px 18px rgba(26,17,9,0.08);
  }
  .slot-box img.slot-preview { width:100%;height:100%;object-fit:cover;position:absolute;inset:0;display:none;border-radius:13px;z-index:2; }
  .slot-box .upload-hint {
    position: relative;
    z-index: 1;
    max-width: 82%;
    margin-top: 7px;
    font-size: 7.2px;
    line-height: 1.25;
    font-weight: 600;
    text-align: center;
    color: #8b7a63;
    letter-spacing: 0.05px;
  }
  .slot-box img.upload-icon {
    width:16px;
    height:16px;
    padding:4px;
    object-fit:contain;
    position:relative;
    inset:auto;
    display:block;
    border-radius:10px;
    z-index:1;
    opacity:0.98;
    background: linear-gradient(180deg, rgba(247,239,224,0.96), rgba(237,224,197,0.96));
    border: 1px solid rgba(188,149,88,0.26);
    box-shadow: 0 4px 10px rgba(35,24,10,0.06), inset 0 1px 0 rgba(255,255,255,0.82);
    filter:none;
    transition:transform 0.18s, box-shadow 0.18s, background 0.18s;
  }
  .slot-box:hover img.upload-icon {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 8px 16px rgba(35,24,10,0.10), inset 0 1px 0 rgba(255,255,255,0.9);
    background: linear-gradient(180deg, rgba(250,243,231,1), rgba(241,229,205,1));
  }
  .slot-label {
    font-size: 7.5px;
    color: #776652;
    text-align: center;
    line-height: 1.28;
    font-weight: 600;
    letter-spacing: 0.1px;
  }
  .slot-box input { display: none; }

  .editable-preview-text { cursor: pointer; }
  .editable-preview-text:hover { opacity: 0.94; }


  /* center photo adjustment panel */
  .adjust-panel {
    display: none;
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(176,125,46,0.22);
    background: linear-gradient(180deg, #fffaf0 0%, #f7eddc 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.76), 0 10px 24px rgba(26,17,9,0.06);
  }
  .adjust-note { text-align:center; color:#8a7a63; font-size:11px; margin-bottom:10px; }
  .adjust-tabs { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:12px; }
  .adjust-tab {
    border:0; border-radius:10px; padding:11px 10px; cursor:pointer;
    font-weight:800; font-size:13px; color:#51422c; background:rgba(255,255,255,0.48);
  }
  .adjust-tab.active { background:#fff; color:#1c1b17; box-shadow:0 4px 14px rgba(26,17,9,0.10); }
  .adjust-restart {
    width:100%; border:1px dashed rgba(190,132,48,0.72); background:#fffaf3; color:#77541c;
    border-radius:11px; padding:12px; font-weight:800; cursor:pointer; margin-bottom:12px;
  }
  .adjust-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
  .adjust-card {
    border:1px solid rgba(176,125,46,0.18); border-radius:13px; padding:12px;
    background:rgba(255,255,255,0.42);
  }
  .adjust-card h4 { margin:0 0 10px; font-size:13px; color:#5c4218; }
  .control-row { display:grid; grid-template-columns:70px 1fr 42px; gap:8px; align-items:center; margin:8px 0; }
  .control-row label { font-size:11px; color:#7c6d5a; font-weight:700; }
  .control-row output { font-size:11px; color:#7c6d5a; text-align:right; font-weight:700; }
  .control-row input[type="range"] { width:100%; accent-color:#bd8631; }
  .adjust-actions { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:10px; }
  .adjust-actions.two { grid-template-columns:1fr 1fr; }
  .adjust-actions button {
    border:1px solid rgba(176,125,46,0.18); border-radius:10px; background:#fff; padding:10px 8px;
    color:#6b4a18; font-size:11px; font-weight:800; cursor:pointer;
  }
  .adjust-warning {
    margin-top:12px; padding:12px; border-radius:12px; border:1px solid rgba(176,125,46,0.18);
    background:#fffdf8; color:#7c6d5a; font-size:11px; line-height:1.45;
  }
  .adjust-warning strong { display:block; color:#5c4218; margin-bottom:4px; }
  @media (max-width: 720px){ .adjust-grid{grid-template-columns:1fr;} }

  /* social proof */
  .proof-bar {
    background: var(--dark);
    border-radius: 12px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
  }
  .avs { display: flex; }
  .av {
    width: 24px; height: 24px; border-radius: 50%;
    border: 2px solid #2a1a0a;
    display: flex; align-items: center; justify-content: center;
    font-size: 8px; font-weight: 600; color: #fff;
    margin-left: -6px;
  }
  .av:first-child { margin-left: 0; }
  .proof-text strong { font-size: 11px; color: #f0c060; display: block; }
  .proof-text span   { font-size: 10px; color: #9e8e7e; }

  .viewers-bar {
    background: #fffbf0;
    border: 1px solid rgba(176,125,46,0.2);
    border-radius: 8px;
    padding: 7px 12px;
    margin-top: 8px;
    font-size: 11px;
    color: #7a5a10;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.5} }

  .tag-row { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
  .tag {
    font-size: 10px; padding: 3px 9px; border-radius: 20px; font-weight: 500;
    border: 1px solid;
  }
  .tg { background: rgba(176,125,46,0.1); color: var(--gold); border-color: rgba(176,125,46,0.25); }
  .tr { background: rgba(220,38,38,0.08); color: #ef4444; border-color: rgba(220,38,38,0.2); }
  .tg2 { background: rgba(34,197,94,0.08); color: #16a34a; border-color: rgba(34,197,94,0.2); }

  .reviews { margin-top: 14px; }
  .review-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 8px;
  }
  .rev-head { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
  .rev-av {
    width: 30px; height: 30px; border-radius: 50%;
    background: var(--gold);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 12px; font-weight: 600; flex-shrink: 0;
  }
  .rev-name { font-size: 13px; font-weight: 500; color: var(--text); }
  .rev-stars { color: #f59e0b; font-size: 11px; }
  .rev-body { font-size: 12px; color: var(--text2); line-height: 1.5; }
  .verified {
    display: inline-block; margin-top: 6px;
    background: rgba(34,197,94,0.1); color: #16a34a;
    font-size: 10px; padding: 2px 8px; border-radius: 20px;
  }

  /* ─── RIGHT ─── */
  .product-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .product-sub {
    font-size: 12px;
    color: var(--text3);
    margin-bottom: 18px;
  }

  .upload-btn {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 18px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    margin-bottom: 16px;
    transition: opacity 0.2s, transform 0.1s;
  }
  .upload-btn:hover { opacity: 0.92; transform: translateY(-1px); }
  .upload-btn .ub-icon { width: 42px; height: 42px; object-fit: contain; display: block; flex-shrink: 0; }
  .upload-btn .ub-title { font-size: 14px; font-weight: 600; display: block; }
  .upload-btn .ub-sub { font-size: 11px; opacity: 0.8; }

  .field-section { margin-bottom: 14px; }
  .field-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--text2);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .toggle {
    width: 34px; height: 18px;
    background: var(--gold);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    margin-left: auto;
  }
  .toggle::after {
    content: '';
    width: 14px; height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px; right: 2px;
  }
  .toggle.off { background: #d8cfbf; }
  .toggle.off::after { right: auto; left: 2px; }
  .field-section.disabled input,
  .field-section.disabled textarea,
  .field-section.disabled .two-col,
  .field-section.disabled .inline-row { opacity: 0.55; }
  input[type=text], textarea, select {
    width: 100%;
    padding: 9px 12px;
    border: 1.5px solid var(--border);
    border-radius: 9px;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    background: #fff;
    color: var(--text);
    outline: none;
    transition: border-color 0.2s;
  }
  input[type=text]:focus, textarea:focus, select:focus {
    border-color: var(--gold);
  }
  .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 8px; }
  .inline-row { display: flex; gap: 8px; }
  .inline-row input { flex: 1; }
  .del-btn {
    background: none;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 6px 9px;
    cursor: pointer;
    color: var(--text3);
    transition: border-color 0.2s;
    flex-shrink: 0;
  }
  .del-btn:hover { border-color: var(--gold); color: var(--gold); }
  .sel-wrap { position: relative; }
  .sel-wrap::after {
    content: '▾';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text3);
    pointer-events: none;
    font-size: 13px;
  }
  select { appearance: none; cursor: pointer; padding-right: 30px; }
  textarea { min-height: 70px; resize: vertical; }

  .field-label.strong {
    font-size: 13px;
    font-weight: 700;
    color: #2f271d;
    margin-bottom: 8px;
  }
  .text-input-soft {
    border-radius: 16px !important;
    padding: 12px 14px !important;
    border: 1.5px solid #dcc8a6 !important;
    background: #fffdf8 !important;
  }
  .emoji-card {
    border: 1.5px solid #dcc8a6;
    border-radius: 14px;
    background: #f9f4ea;
    overflow: hidden;
  }
  .emoji-trigger {
    width: 100%;
    background: #fffaf1;
    border: none;
    border-bottom: 1px solid #e7d8bd;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #403424;
    cursor: pointer;
  }
  .emoji-trigger-left { display:flex; align-items:center; gap:8px; }
  .emoji-caret { font-size: 11px; color: #6f5b3f; transition: transform .2s; }
  .emoji-card.open .emoji-caret { transform: rotate(180deg); }
  .emoji-panel { padding: 12px; display: none; }
  .emoji-card.open .emoji-panel { display: block; }
  .emoji-heading { font-size: 12px; font-weight: 700; color: #574731; margin-bottom: 10px; }
  .emoji-subtitle { font-size: 11px; font-weight: 600; color: #8a7350; margin: 10px 0 8px; }
  .emoji-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
  .emoji-tile {
    min-height: 30px;
    border: 1.3px solid #eadcc1;
    border-radius: 0;
    background: #f3efe6;
    display:flex; align-items:center; justify-content:center;
    font-size: 15px;
    cursor: pointer;
    color: #44382a;
    transition: border-color .2s, background .2s, transform .1s;
    padding: 8px 6px;
  }
  .emoji-tile.text-tile { font-size: 12px; font-weight: 700; }
  .emoji-tile:hover { border-color: #c59a52; background: #fff8eb; }
  .emoji-tile.active { border-color: #d6bc8d; background: #fff7e7; box-shadow: inset 0 0 0 1px #efdfbe; }
  .hidden-select { display:none !important; }

  /* price */
  .price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 14px 0 4px;
  }
  .price-main {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--text);
  }
  .price-old {
    font-size: 15px;
    color: var(--text3);
    text-decoration: line-through;
  }
  .price-badge {
    background: #fee2e2;
    color: #b91c1c;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
  }
  .price-sub {
    font-size: 11px;
    color: var(--text3);
    margin-bottom: 12px;
  }
  .price-sub span { margin-right: 10px; }

  /* timer */
  .timer-bar {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #be123c;
  }
  .timer-num {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    margin-left: auto;
    font-variant-numeric: tabular-nums;
    letter-spacing: 1px;
  }

  /* sizes */
  .size-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }
  .size-grid.size-grid-two { grid-template-columns: repeat(2,1fr); }
  .size-btn {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 10px 8px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s, background 0.2s;
  }
  .size-btn:hover { border-color: var(--gold); }
  .size-btn.active { border: 2px solid var(--gold); background: #fef9ee; }
  .size-old { font-size: 10px; color: var(--text3); text-decoration: line-through; }
  .size-price { font-size: 13px; font-weight: 600; color: var(--text); margin: 1px 0; }
  .size-label { font-size: 10px; color: var(--text2); }

  /* gift */
  .gift-row {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 11px 13px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: border-color 0.2s;
  }
  .gift-row:hover { border-color: var(--gold); }
  .gift-icon { font-size: 20px; color: var(--gold); }
  .gift-text { flex: 1; }
  .gift-title { font-size: 13px; font-weight: 500; color: var(--text); }
  .gift-sub { font-size: 11px; color: var(--text3); }
  .gift-plus { font-size: 12px; font-weight: 600; color: var(--gold); }
  .gift-row.active { border-color: var(--gold); background: #fff9ef; box-shadow: inset 0 0 0 1px rgba(184,132,43,0.16); }
  .gift-note-panel {
    display: none;
    border: 1.5px solid rgba(184,132,43,0.28);
    border-radius: 12px;
    background: linear-gradient(180deg, #fffaf1, #fffdf8);
    padding: 12px;
    margin: -6px 0 14px;
  }
  .gift-note-panel.active { display: block; }
  .gift-note-title { font-size: 12px; font-weight: 700; color: var(--text); margin-bottom: 7px; }
  .gift-note-textarea {
    width: 100%;
    min-height: 78px;
    border: 1px solid rgba(184,132,43,0.32);
    border-radius: 10px;
    padding: 10px;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.45;
    resize: vertical;
    background: #fff;
    color: var(--text);
    outline: none;
  }
  .gift-note-textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,132,43,0.10); }
  .gift-emoji-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
  .gift-emoji-btn {
    width: 34px;
    height: 30px;
    border: 1px solid rgba(184,132,43,0.24);
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.18s, border-color 0.18s, transform 0.18s;
  }
  .gift-emoji-btn:hover { background: #fff2d8; border-color: var(--gold); transform: translateY(-1px); }

  /* buttons */
  .btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 15px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    transition: opacity 0.2s, transform 0.1s;
    box-shadow: 0 4px 16px rgba(176,125,46,0.3);
  }
  .btn-primary:hover { opacity: 0.93; transform: translateY(-1px); }
  .btn-primary:active { transform: scale(0.98); }

  .btn-secondary {
    background: #fff;
    color: var(--text);
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 14px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: border-color 0.2s, background 0.2s;
  }
  .btn-secondary:hover { border-color: var(--gold); background: #fef9ee; }

  /* divider */
  .divider { height: 1px; background: var(--border); margin: 16px 0; }


  #mobileTopProductHeader { display: none; }

  /* MOBILE LAYOUT FIX */
  @media (max-width: 768px) {
    html, body {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
    }
    .design-page > header {
      padding: 12px 14px;
      gap: 10px;
      align-items: center;
      position: sticky;
    }
    .logo {
      font-size: 18px;
      line-height: 1.15;
      min-width: 128px;
    }
    .header-tags {
      gap: 6px;
      flex-wrap: nowrap;
      justify-content: flex-end;
    }
    .htag {
      font-size: 9px;
      padding: 6px 8px;
      line-height: 1.05;
      min-width: 48px;
      text-align: center;
    }
    #mobileTopProductHeader {
      display: block;
      padding: 12px 14px 0;
      background: #fffaf3;
    }
    #mobileTopProductHeader .product-title {
      font-size: 25px;
      line-height: 1.08;
      margin: 0 0 4px;
    }
    #mobileTopProductHeader .product-sub {
      font-size: 12px;
      color: var(--text3);
      margin: 0;
    }
    #mobileOrderPanel > .product-title,
    #mobileOrderPanel > .product-sub {
      display: none;
    }
    .design-page:not(.checkout-page) > main {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 14px 10px 32px;
      margin: 0;
      overflow: hidden;
    }
    .preview-wrap {
      width: 100%;
      max-width: 100%;
      padding: 12px 8px 14px;
      border-radius: 18px;
      overflow: hidden;
    }
    #scene {
      width: 100%;
      height: 300px;
      overflow: hidden;
      perspective: 760px;
      justify-content: center;
      align-items: center;
    }
    #product {
      zoom: .66;
      transform-origin: center center;
    }
    .preview-caption {
      font-size: 12px;
      line-height: 1.35;
      white-space: normal;
      margin-top: 8px;
    }
    .preview-note {
      font-size: 11px;
      line-height: 1.35;
      max-width: 320px;
      margin-top: 6px;
    }
    .upload-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin-top: 12px;
    }
    .slot-box {
      border-radius: 13px;
      min-height: 108px;
    }
    .slot-label {
      font-size: 8px;
      line-height: 1.25;
    }

    #mobileOrderPanel {
      display: block;
      margin-top: 14px;
      width: 100%;
      max-width: 100%;
    }
    .proof-bar,
    .live-bar,
    .review-card,
    .product-card,
    .info-card,
    .form-card,
    .gift-card,
    .gift-note-panel,
    .purchase-box {
      width: 100%;
      max-width: 100%;
    }
    .proof-bar {
      align-items: flex-start;
      border-radius: 12px;
      padding: 10px;
    }
    .product-card {
      margin-top: 16px;
      padding: 0;
    }
    .product-title {
      font-size: 25px;
      line-height: 1.08;
    }
    .price-main {
      font-size: 30px;
    }
    .size-grid,
    .size-grid.size-grid-two {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .emoji-grid,
    .emoji-row {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .control-row {
      grid-template-columns: 68px 1fr 38px;
      gap: 6px;
    }
  }

  @media (max-width: 430px) {
    #scene { height: 285px; }
    #product { zoom: .61; }
    .upload-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .slot-box { min-height: 100px; }
  }

  @media (max-width: 380px) {
    #scene { height: 270px; }
    #product { zoom: .56; }
    .design-page > header { padding: 10px 10px; }
    .logo { font-size: 16px; min-width: 116px; }
    .htag { font-size: 8px; min-width: 43px; padding: 5px 6px; }
  }



   <![CDATA[
    .fil5 {fill:none;fill-rule:nonzero}
    .fil12 {fill:#354849;fill-rule:nonzero}
    .fil10 {fill:#495855;fill-rule:nonzero}
    .fil0 {fill:#51735E;fill-rule:nonzero}
    .fil11 {fill:#7A5D66;fill-rule:nonzero}
    .fil2 {fill:#839C7C;fill-rule:nonzero}
    .fil17 {fill:#F5BFD3;fill-rule:nonzero}
    .fil3 {fill:#F7D688;fill-rule:nonzero}
    .fil1 {fill:#FAE3EB;fill-rule:nonzero}
    .fil4 {fill:#FFA8A7;fill-rule:nonzero}
    .fil6 {fill:url(#id0)}
    .fil9 {fill:url(#id1)}
    .fil7 {fill:url(#id2)}
    .fil14 {fill:url(#id3)}
    .fil8 {fill:url(#id4)}
    .fil13 {fill:url(#id5)}
    .fil16 {fill:url(#id6)}
    .fil15 {fill:url(#id7)}
   ]]>
  /* imported 3D isolation */
.real-3d{position:relative!important;overflow:hidden!important;isolation:isolate!important;height:610px!important;background:url('assets/warm-home-wall.png') center/cover no-repeat!important}.real-3d #scene{position:relative!important;width:100%!important;height:100%!important;overflow:hidden!important;transform:none!important}.real-3d #product{transform:translateY(-12px) scale(.82)!important;transform-origin:center center!important;filter:drop-shadow(0 24px 15px rgba(42,25,12,.36))!important}.real-3d #scene *{max-width:100%}.real-3d #prod-back,.real-3d #prod-edge{max-width:540px!important}
@media(max-width:800px){.real-3d{height:465px!important}.real-3d #product{transform:translateY(-7px) scale(.55)!important}}

/* Final 3D duvar sahnesi: ürün odaklı, ev içinde asılı görünüm */
.design-preview .real-3d{height:610px!important;background-image:url('assets/warm-home-wall.png')!important;background-size:cover!important;background-position:30% center!important;background-repeat:no-repeat!important;border:0!important;box-shadow:inset 0 0 0 1px rgba(104,71,37,.12)!important}.design-preview .real-3d #scene{display:flex!important;align-items:center!important;justify-content:center!important}.design-preview .real-3d #product{transform:translateY(-12px) scale(.82)!important;transform-origin:center center!important;filter:drop-shadow(0 24px 15px rgba(42,25,12,.36))!important}.design-preview .real-3d:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,247,230,.08),transparent 42%,rgba(84,45,17,.08));pointer-events:none}@media(max-width:800px){.design-preview .real-3d{height:465px!important;background-position:30% center!important}.design-preview .real-3d #product{transform:translateY(-7px) scale(.55)!important}}
.design-page .photo-upload-row .photo-box.has-photo{font-size:0!important}
.design-page .preview-reviews .avatar-sprite{display:block;width:48px;height:48px;flex:none;border-radius:50%;background-image:url('assets/review-avatars-tr.png');background-size:300% 200%;background-repeat:no-repeat;object-fit:cover;overflow:hidden}
.design-page .preview-reviews .avatar-sprite.sprite-1{background-position:0 0}.design-page .preview-reviews .avatar-sprite.sprite-2{background-position:50% 0}.design-page .preview-reviews .avatar-sprite.sprite-3{background-position:100% 0}.design-page .preview-reviews .avatar-sprite.sprite-4{background-position:0 100%}.design-page .preview-reviews .avatar-sprite.sprite-5{background-position:50% 100%}
.design-page .preview-reviews article{align-items:center}.design-page .preview-reviews .review-proof-thumb{width:92px;height:68px;flex:0 0 92px;display:block;object-fit:cover;border-radius:10px;border:1px solid #dfc39b;cursor:zoom-in;box-shadow:0 3px 10px rgba(75,45,17,.14);transition:transform .2s ease,box-shadow .2s ease}.design-page .preview-reviews .review-proof-thumb:hover{transform:scale(1.04);box-shadow:0 6px 16px rgba(75,45,17,.24)}.review-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(25,17,10,.82);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.review-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.review-lightbox img{max-width:min(92vw,920px);max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.45)}.review-lightbox-close{position:absolute;top:18px;right:22px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#704719;font-size:32px;line-height:1;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.25)}@media(max-width:700px){.design-page .preview-reviews .review-proof-thumb{width:72px;height:56px;flex-basis:72px}.review-lightbox{padding:14px}.review-lightbox-close{top:10px;right:10px}}
.design-page .design-form textarea#customText{min-height:76px!important;height:76px!important;resize:vertical!important;border-radius:20px!important;line-height:1.45!important;padding:14px 16px!important;white-space:pre-wrap!important}
.checkout-page{min-height:100vh;background:#fbf7f0}.checkout-page .main-header{background:#fff!important;border-bottom:1px solid #ead8bd}.checkout-page .header-inner{height:86px;max-width:1080px}.checkout-page .header-inner h1{margin:0;color:#704719;font-size:22px}.checkout-shell{width:min(820px,calc(100% - 32px));margin:34px auto 70px}.checkout-steps{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 22px;color:#9c815c;font-size:13px;font-weight:700}.checkout-steps span{padding:8px 12px;border-radius:18px;background:#f2e7d5}.checkout-steps span.active,.checkout-steps span.done{background:#b98b4c;color:#fff}.checkout-steps i{height:1px;width:34px;background:#d9c3a2}.checkout-card{background:#fff;border:1px solid #ead8bd;border-radius:24px;padding:28px;box-shadow:0 14px 35px rgba(92,55,20,.08)}.checkout-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:1px solid #f0e4d3;padding-bottom:18px;margin-bottom:20px}.checkout-heading small{color:#b07d36;font-size:11px;font-weight:800;letter-spacing:.12em}.checkout-heading h2{margin:6px 0 0;color:#704719;font-size:25px}.checkout-heading>b{color:#5d8a55;background:#eff8eb;border:1px solid #c9dfc4;border-radius:16px;padding:8px 12px;font-size:12px;white-space:nowrap}.cart-product{display:flex;gap:18px;align-items:center;padding:16px;background:#fffaf2;border:1px solid #ead8bd;border-radius:16px;margin-bottom:26px}.cart-gallery{display:flex;gap:6px;overflow:hidden;min-width:190px}.cart-gallery img{width:48px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #dec29b}.cart-empty-photo{width:190px;text-align:center;color:#a58a68;font-size:12px}.cart-product-info{flex:1}.cart-product-info h3{margin:0 0 8px;color:#704719;font-size:19px}.cart-product-info p{margin:0 0 8px;color:#97724b;font-size:13px}.cart-price{display:block;color:#a8732e;font-size:22px;font-weight:800}.cart-product-info small{color:#63835c;font-size:12px}.delivery-block h3{margin:0;color:#704719;font-size:20px}.muted{color:#987a57;font-size:13px;margin:6px 0 16px}.delivery-block form,.card-fields{display:flex;flex-direction:column;gap:14px}.delivery-block label,.card-fields label{display:flex;flex-direction:column;gap:6px;color:#704719;font-size:13px;font-weight:700}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.delivery-block input,.delivery-block select,.delivery-block textarea,.card-fields input{width:100%;box-sizing:border-box;border:1px solid #dfc8a8;border-radius:12px;padding:12px 13px;background:#fffdfa;color:#5c4630;font:inherit;font-weight:400;outline:none}.delivery-block input:focus,.delivery-block select:focus,.delivery-block textarea:focus,.card-fields input:focus{border-color:#b9894b;box-shadow:0 0 0 3px #b9894b22}.checkout-primary,.checkout-secondary{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;box-sizing:border-box;border:0;border-radius:14px;padding:15px 18px;background:#b98b4c;color:#fff;font:700 15px inherit;text-decoration:none;cursor:pointer;box-shadow:0 8px 18px rgba(112,71,25,.16);transition:transform .2s ease,background .2s ease}.checkout-primary:hover{background:#9c6b2d;transform:translateY(-1px)}.checkout-primary span{font-size:20px}.payment-summary{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fffaf2;border:1px solid #ead8bd;border-radius:12px;color:#704719;margin-bottom:18px}.payment-summary strong{font-size:21px;color:#a8732e}.payment-options{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.payment-option{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid #ead8bd;border-radius:13px;cursor:pointer;color:#704719}.payment-option:has(input:checked){border-color:#b98b4c;background:#fff8ec;box-shadow:0 0 0 2px #b98b4c22}.payment-option input{accent-color:#a8732e;margin-top:3px}.payment-option span{display:flex;flex-direction:column;gap:4px}.payment-option small{color:#987a57;font-weight:400}.card-fields,.eft-info{margin:16px 0;padding:16px;background:#fffaf2;border:1px solid #ead8bd;border-radius:13px}.secure-note,.eft-info small{color:#6c8b62;font-size:11px}.eft-info{color:#704719;font-size:13px}.eft-info p{line-height:1.6}.payment-success{text-align:center;padding:25px 10px;color:#704719}.payment-success>div{width:56px;height:56px;margin:auto;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eaf6e5;color:#5a9450;font-size:32px}.payment-success h3{font-size:24px;margin:12px 0 6px}.payment-success p{color:#987a57;margin:0 0 18px}.checkout-secondary{width:auto;display:inline-flex;padding:11px 18px;font-size:13px}
@media(max-width:600px){.checkout-page .header-inner{height:72px;padding:0 14px}.checkout-page .header-inner h1{font-size:17px}.checkout-shell{width:calc(100% - 20px);margin:22px auto 45px}.checkout-card{padding:18px;border-radius:18px}.checkout-heading{display:block}.checkout-heading>b{display:inline-block;margin-top:12px}.checkout-heading h2{font-size:21px}.cart-product{align-items:flex-start;gap:10px}.cart-gallery{min-width:118px;flex-wrap:wrap}.cart-gallery img{width:34px;height:44px}.form-two{grid-template-columns:1fr}.checkout-steps{font-size:11px;gap:4px}.checkout-steps i{width:14px}}
.checkout-primary,.checkout-secondary{font-family:Arial,sans-serif!important}
.category-page{display:block!important;width:min(1350px,calc(100% - 40px))!important;max-width:1350px!important;margin:34px auto 70px!important;padding:0!important}.category-page h1{text-align:center!important}.category-page .product-grid{display:grid!important;width:100%!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important}.category-page .product-art{height:auto!important;aspect-ratio:1350/1080!important;min-height:0!important}.category-page .product-art img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;background:transparent!important}@media(max-width:1000px){.category-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:700px){.category-page{width:calc(100% - 28px)!important}.category-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}}@media(max-width:460px){.category-page .product-grid{grid-template-columns:1fr!important}}
.design-preview .real-3d:before{top:7%!important;width:min(84%,470px);box-sizing:border-box;padding:13px 24px 15px;border:1px solid rgba(142,105,66,.34);border-radius:16px;background:linear-gradient(105deg,rgba(255,248,231,.78),rgba(239,218,184,.64),rgba(255,248,231,.78));box-shadow:0 8px 20px rgba(94,59,27,.12),inset 0 1px 0 rgba(255,255,255,.65);color:#88613d;font-family:"Segoe Print","Bradley Hand","Comic Sans MS",cursive;font-size:clamp(19px,2.8vw,31px)!important;font-weight:500;line-height:1.18;letter-spacing:.075em;text-transform:uppercase;text-shadow:0 1px 0 rgba(255,252,240,.8),0 2px 3px rgba(91,58,28,.14)}@media(max-width:800px){.design-preview .real-3d:before{width:86%;padding:10px 14px 12px;font-size:20px!important;letter-spacing:.055em}}
.shared-social-banner{width:min(1120px,calc(100% - 32px));box-sizing:border-box;margin:36px auto 0;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(110deg,#fff8ec,#f4e3c7);border:1px solid #e3c79d;border-radius:18px;color:#704719;box-shadow:0 8px 22px rgba(87,52,18,.08)}.shared-social-banner>div{display:flex;flex-direction:column;gap:4px}.shared-social-banner strong{font-size:16px}.shared-social-banner small{color:#987a57;font-size:12px}.shared-social-banner nav{display:flex;gap:9px}.shared-social-banner a{display:inline-flex;align-items:center;gap:5px;padding:9px 13px;border-radius:12px;background:#b98b4c;color:#fff;text-decoration:none;font-size:12px;font-weight:700;transition:transform .2s ease,background .2s ease}.shared-social-banner a:hover{background:#956529;transform:translateY(-1px)}@media(max-width:600px){.shared-social-banner{align-items:stretch;flex-direction:column;margin-top:24px;padding:16px}.shared-social-banner nav{width:100%}.shared-social-banner a{flex:1;justify-content:center}}
.design-preview .real-3d:before{content:"FOTOĞRAFINI YÜKLE\A KENDİN TASARLA";position:absolute;top:8%;left:50%;z-index:1;transform:translateX(-50%);white-space:pre;text-align:center;color:#8a653e;font:600 clamp(20px,3vw,32px)/1.2 "Segoe Script","Brush Script MT","Comic Sans MS",cursive;letter-spacing:.02em;text-shadow:0 1px 0 rgba(255,248,231,.8),0 3px 8px rgba(79,48,19,.16);pointer-events:none;opacity:.92}.design-preview .real-3d.has-customer-photo:before{display:none}@media(max-width:800px){.design-preview .real-3d:before{top:7%;font-size:21px}}
.design-preview .real-3d:before{top:7%!important;width:min(84%,470px);box-sizing:border-box;padding:13px 24px 15px;border:1px solid rgba(142,105,66,.34);border-radius:16px;background:linear-gradient(105deg,rgba(255,248,231,.78),rgba(239,218,184,.64),rgba(255,248,231,.78));box-shadow:0 8px 20px rgba(94,59,27,.12),inset 0 1px 0 rgba(255,255,255,.65);color:#88613d;font-family:"Segoe Print","Bradley Hand","Comic Sans MS",cursive!important;font-size:clamp(19px,2.8vw,31px)!important;font-weight:500!important;line-height:1.18!important;letter-spacing:.075em!important;text-transform:uppercase;text-shadow:0 1px 0 rgba(255,252,240,.8),0 2px 3px rgba(91,58,28,.14)}
@media(max-width:800px){.design-preview .real-3d:before{width:86%;padding:10px 14px 12px;font-size:20px!important;letter-spacing:.055em!important}}

/* Premium upload banner */
.design-page .design-form .upload-box{position:relative;display:grid!important;grid-template-columns:66px minmax(0,1fr) auto!important;grid-template-rows:auto auto;align-items:center;column-gap:16px;min-height:108px!important;margin:0 0 24px!important;padding:18px 22px!important;overflow:hidden;border:1px solid rgba(255,255,255,.42)!important;border-radius:24px!important;background:linear-gradient(112deg,#e8c27f 0%,#c9964d 48%,#9a6224 100%)!important;box-shadow:0 14px 28px rgba(106,66,24,.18),inset 0 1px 0 rgba(255,255,255,.45)!important;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease!important;animation:uploadBannerBreath 4.8s ease-in-out infinite}
.design-page .design-form .upload-box:before{content:'↑';grid-row:1/3;width:58px!important;height:58px!important;display:grid;place-items:center;border:1px solid rgba(255,255,255,.7)!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(255,255,255,.25),rgba(255,255,255,.08))!important;color:#fff!important;font-size:34px!important;font-weight:400!important;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 6px 14px rgba(93,51,12,.15)}
.design-page .design-form .upload-box:after{content:'✦  5 FOTOĞRAFA KADAR';position:absolute;right:20px;bottom:16px;z-index:1;color:rgba(255,250,239,.86);font-size:10px;font-weight:800;letter-spacing:.1em;pointer-events:none}
.design-page .design-form .upload-box strong{position:relative;z-index:2;font-size:19px!important;line-height:1.2!important;letter-spacing:.01em;text-shadow:0 1px 2px rgba(89,50,14,.2)}
.design-page .design-form .upload-box small{position:relative;z-index:2;margin-top:5px!important;color:rgba(255,250,239,.92);font-size:12px!important;font-weight:600;line-height:1.25}
.design-page .design-form .upload-box input{display:block!important;position:absolute;inset:0;z-index:3;width:100%;height:100%;cursor:pointer;opacity:0}
.design-page .design-form .upload-box:hover{transform:translateY(-3px);filter:saturate(1.08);box-shadow:0 18px 34px rgba(106,66,24,.27),inset 0 1px 0 rgba(255,255,255,.55)!important;animation-play-state:paused}
.design-page .design-form .upload-box:focus-within{outline:3px solid rgba(185,139,76,.32);outline-offset:3px}
@keyframes uploadBannerBreath{0%,100%{box-shadow:0 14px 28px rgba(106,66,24,.18),inset 0 1px 0 rgba(255,255,255,.45)}50%{box-shadow:0 18px 34px rgba(106,66,24,.26),inset 0 1px 0 rgba(255,255,255,.58)}}
@media(max-width:700px){.design-page .design-form .upload-box{grid-template-columns:52px minmax(0,1fr)!important;min-height:92px!important;padding:15px 16px!important;border-radius:20px!important;column-gap:12px}.design-page .design-form .upload-box:before{width:46px!important;height:46px!important;border-radius:14px!important;font-size:28px!important}.design-page .design-form .upload-box strong{font-size:16px!important}.design-page .design-form .upload-box small{font-size:11px!important}.design-page .design-form .upload-box:after{right:16px;bottom:11px;font-size:8px}}
.design-page .design-form .upload-box strong{font-size:0!important}
.design-page .design-form .upload-box strong:after{content:'Fotoğrafını Yükle';font-size:19px;line-height:1.2;letter-spacing:.01em}
.design-page .design-form .upload-box small{font-size:0!important}
.design-page .design-form .upload-box small:after{content:'Fotoğrafını seç · tasarımını hemen gör';font-size:12px;font-weight:600;line-height:1.25;color:rgba(255,250,239,.92)}
@media(max-width:700px){.design-page .design-form .upload-box strong:after{font-size:16px}.design-page .design-form .upload-box small:after{font-size:11px}}

/* Social contact banner */
.design-page .form-social-banner,.shared-social-banner{width:min(100%,496px);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:22px auto;padding:14px 18px;border:1px solid #ead6b7;border-radius:16px;background:linear-gradient(110deg,#fffdfa 0%,#fbf2e5 100%);box-shadow:0 8px 18px rgba(112,74,32,.08);color:#704a20}
.design-page .social-banner-copy,.shared-social-banner>div{display:flex;flex-direction:column;gap:3px;min-width:0}.design-page .social-banner-copy strong,.shared-social-banner strong{font-size:15px;line-height:1.2;color:#704a20}.design-page .social-banner-copy small,.shared-social-banner small{font-size:11px;line-height:1.25;color:#9a7954}
.design-page .social-banner-links,.shared-social-banner nav{display:flex;align-items:center;gap:8px;flex:none}.design-page .social-banner-links a,.shared-social-banner a{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 13px;border:0;border-radius:999px;color:#fff;text-decoration:none;font-size:11px;font-weight:800;white-space:nowrap;box-shadow:0 4px 9px rgba(84,50,20,.14);transition:transform .2s ease,filter .2s ease}.design-page .social-banner-links a:first-child,.shared-social-banner a:first-child{background:#24b85a}.design-page .social-banner-links a:last-child,.shared-social-banner a:last-child{background:linear-gradient(135deg,#b632a5,#e84c72 55%,#f1a335)}.design-page .social-banner-links a:hover,.shared-social-banner a:hover{transform:translateY(-2px);filter:brightness(1.07)}
@media(max-width:600px){.design-page .form-social-banner,.shared-social-banner{width:100%;align-items:stretch;flex-direction:column;gap:11px;margin-top:18px;padding:14px}.design-page .social-banner-links,.shared-social-banner nav{width:100%}.design-page .social-banner-links a,.shared-social-banner a{flex:1}}
.design-page .design-form #customText{color:#111!important;font-weight:400!important;background:#fff!important}.design-page .design-form #customText::placeholder{color:#111;opacity:.7}
.design-page .preview-reviews .review-proof-thumb{width:92px!important;height:120px!important;aspect-ratio:3/4;object-fit:contain!important;object-position:center;padding:0!important;background:#f8f0e4!important;border:1px solid #dfc39b!important;border-radius:11px!important;cursor:zoom-in}
@media(max-width:700px){.design-page .preview-reviews .review-proof-thumb{width:72px!important;height:96px!important;aspect-ratio:3/4}}
.design-page .design-submit-note{display:none;margin:0 0 12px;padding:12px 14px;border:1px solid #e4b8a8;border-radius:12px;background:#fff5f1;color:#9c442c;font-size:13px;font-weight:700;line-height:1.4}.design-page .design-submit-note.is-visible{display:block;animation:submitNoteIn .22s ease-out}@keyframes submitNoteIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.order-thankyou{position:fixed;inset:0;z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(430px,calc(100% - 32px));height:max-content;margin:auto;padding:34px 28px;background:#fffdfa;border:1px solid #ead8bd;border-radius:26px;box-shadow:0 25px 70px rgba(58,35,12,.28);text-align:center;color:#704719}.order-thankyou[hidden]{display:none!important}.order-thankyou:before{content:'';position:fixed;inset:0;z-index:-1;background:rgba(38,24,11,.42)}.order-thankyou-close{position:absolute;top:12px;right:14px;width:34px;height:34px;border:1px solid #ead8bd;border-radius:50%;background:#fff;color:#8a653e;font-size:23px;line-height:1;cursor:pointer}.order-thankyou-icon{display:grid;place-items:center;width:64px;height:64px;margin-bottom:14px;border-radius:50%;background:#e9f6e7;color:#55984e;font-size:35px;font-weight:800}.order-thankyou>small{font-size:11px;letter-spacing:.16em;color:#b47c38;font-weight:800}.order-thankyou h3{margin:8px 0;font-size:28px;color:#704719}.order-thankyou p{max-width:330px;margin:0 0 14px;color:#927452;font-size:14px;line-height:1.55}.order-thankyou>strong{margin-bottom:18px;color:#a26f2f;font-size:13px}.order-thankyou .checkout-secondary{width:100%;margin-bottom:10px}.order-thankyou-home{color:#8b6a47;font-size:13px;text-decoration:none}.admin-page{min-height:100vh;background:#fbf7f0}.admin-shell{width:min(860px,calc(100% - 28px));margin:34px auto 70px}.admin-card{background:#fff;border:1px solid #ead8bd;border-radius:24px;padding:28px;box-shadow:0 14px 35px rgba(92,55,20,.08)}.admin-card h2{margin:0 0 8px;color:#704719}.admin-card>p{color:#987a57;font-size:13px;line-height:1.5}.admin-form{display:flex;flex-direction:column;gap:14px;margin-top:22px}.admin-form label{display:flex;flex-direction:column;gap:6px;color:#704719;font-size:13px;font-weight:700}.admin-form input,.admin-form textarea{box-sizing:border-box;width:100%;border:1px solid #dfc8a8;border-radius:12px;padding:12px 13px;background:#fffdfa;color:#5c4630;font:inherit;font-weight:400}.admin-form textarea{min-height:160px;resize:vertical;line-height:1.5}.admin-form input:focus,.admin-form textarea:focus{border-color:#b9894b;outline:0;box-shadow:0 0 0 3px #b9894b22}.admin-help{padding:12px 14px;border-radius:12px;background:#fff8ec;color:#896b49;font-size:12px;line-height:1.5}.admin-actions{display:flex;align-items:center;gap:12px;margin-top:4px}.admin-status{color:#5f8d58;font-size:13px;font-weight:700}.admin-log{margin-top:24px;padding-top:20px;border-top:1px solid #f0e4d3}.admin-log h3{margin:0 0 8px;color:#704719;font-size:17px}.admin-log pre{max-height:220px;overflow:auto;margin:0;padding:14px;border-radius:12px;background:#fffaf2;color:#765637;font:12px/1.5 Consolas,monospace;white-space:pre-wrap}@media(max-width:600px){.order-thankyou{padding:30px 20px}.order-thankyou h3{font-size:24px}.admin-card{padding:20px}.admin-actions{align-items:stretch;flex-direction:column}}
.category-page .product-art{display:grid!important;width:100%!important;height:250px!important;aspect-ratio:auto!important;min-height:250px!important;overflow:hidden!important;background:#f7efe3!important;place-items:center!important}.category-page .product-art img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#f7efe3!important}.category-page .product-art img[src=""]{display:none!important}@media(max-width:700px){.category-page .product-art{height:190px!important;min-height:190px!important}}

/* Restore the compact product-card design used across the category pages. */
.category-page .product-card{height:290px!important;min-height:290px!important;padding:0 0 14px!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important}
.category-page .product-art{height:82px!important;min-height:82px!important;aspect-ratio:auto!important;margin:10px 10px 0!important;border-radius:12px!important}
.category-page .product-art img{height:100%!important;width:100%!important;object-fit:cover!important;object-position:center!important}
.category-page .product-card h3{min-height:42px!important;margin:14px 16px 2px!important;padding:0!important;font-size:16px!important;line-height:1.3!important}
.category-page .product-card h3:after{margin-top:5px!important;font-size:15px!important}
.category-page .product-card p{margin:0 16px 12px!important;padding:0!important;min-height:22px!important}
.category-page .product-card a:not(.product-art){display:block!important;margin:0 16px!important;padding:10px!important;border-radius:20px!important}
body.is-tablolar .category-page .product-card a:not(.product-art){display:block!important}
@media(max-width:700px){.category-page .product-card{height:270px!important;min-height:270px!important}.category-page .product-art{height:72px!important;min-height:72px!important}.category-page .product-card h3{font-size:14px!important}}

/* Compact home category cards: full banner image, readable pricing and design action. */
.category-products .mini-product{width:320px!important;flex:0 0 320px!important;min-height:290px!important;height:290px!important;padding:0 0 14px!important;border-radius:18px!important;background:#fff!important;color:#111!important}
.category-products .mini-product img{display:block!important;width:100%!important;height:82px!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important;background:#f7efe3!important}
.category-products .mini-product span{display:block!important;margin:14px 16px 2px!important;padding:0!important;min-height:42px!important;color:#111!important;font-size:16px!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.category-products .mini-product span:after{margin-top:5px!important;color:#d5a23e!important;font-size:15px!important}
.category-products .mini-product small{display:block!important;margin:0 16px 10px!important;padding:0!important;color:#111!important;font-size:14px!important}
.category-products .mini-product small s{color:#666!important;margin-right:6px!important}.category-products .mini-product small b{color:#111!important;font-size:17px!important}
.category-products .mini-product strong{display:flex!important;align-items:center;justify-content:center;margin:0 16px!important;min-height:40px!important;padding:10px!important;border-radius:22px!important;background:linear-gradient(100deg,#efc064,#b87725)!important;color:#fff!important;font-size:12px!important}
.category-products .mini-product:hover img{transform:scale(1.045)!important}.category-products .mini-product:hover{transform:translateY(-4px)!important}
@media(max-width:800px){.category-products .mini-product{width:250px!important;flex-basis:250px!important;height:270px!important;min-height:270px!important}.category-products .mini-product img{height:72px!important}.category-products .mini-product span{font-size:14px!important}}

/* Category cards show the complete product artwork without horizontal cropping. */
.category-page .product-card{height:auto!important;min-height:0!important;padding-bottom:16px!important}
.category-page .product-art{height:250px!important;min-height:250px!important;margin:10px 10px 0!important;aspect-ratio:auto!important;background:#f7efe3!important;border-radius:12px!important}
.category-page .product-art img{height:100%!important;width:100%!important;object-fit:contain!important;object-position:center!important;background:#f7efe3!important}
.category-page .product-card h3{min-height:42px!important}
@media(max-width:700px){.category-page .product-art{height:210px!important;min-height:210px!important}}
.admin-toggle-label{padding:12px 14px;border:1px solid #ead8bd;border-radius:12px;background:#fffaf2}.admin-toggle-label input{width:auto!important;margin:8px 0 4px;accent-color:#b98b4c}.admin-toggle-label small{display:block;color:#987a57;font-size:11px;font-weight:400}
.payment-option{transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.card-fields[hidden],.eft-info[hidden]{display:none!important}.card-fields:not([hidden]){animation:paymentFieldsIn .2s ease-out}@keyframes paymentFieldsIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
body.hide-footer-social .site-footer .social,body.hide-footer-social .shared-social-banner{display:none!important}
body.admin-page.orders-only #overview,body.admin-page.orders-only #todayOrders,body.admin-page.orders-only #products,body.admin-page.orders-only #customers,body.admin-page.orders-only .admin-card:has(#settings){display:none!important}body.admin-page.orders-only .admin-orders-card{display:block!important;margin-top:0!important}body.admin-page.orders-only .admin-shell{margin-top:62px!important}
.admin-field-label{display:inline-block;min-width:72px;color:#6b7280;font-size:11px;font-weight:700;margin-top:4px}.admin-photo-grid{display:flex;flex-wrap:wrap;gap:8px}.admin-photo-open{display:flex;flex-direction:column;gap:4px;width:96px;padding:3px;border:1px solid #dfc39b;border-radius:5px;background:#fff8ec;cursor:zoom-in}.admin-photo-open img{width:88px!important;height:112px!important;object-fit:contain!important}.admin-photo-open small{font-size:10px;color:#704719;white-space:nowrap}.admin-final-preview{margin:18px 0;padding:14px;border-top:1px solid #dcdcde;background:#fffaf2}.admin-final-preview h3{margin:0 0 10px;color:#704719;font-size:15px}.admin-final-art{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;max-width:430px;padding:8px;background:linear-gradient(145deg,#e7d2af,#9b6b3d);border-radius:12px;overflow:hidden}.admin-final-art img{width:100%;height:78px;object-fit:cover;border-radius:5px}.admin-final-art img:first-child{grid-column:span 3;height:145px}.admin-final-copy{grid-column:span 3;padding:8px;text-align:center;color:#fff;background:#2c1d13cc;font-size:12px;min-height:34px}.admin-final-copy b{display:block;margin-top:4px;font-size:13px}@media(max-width:650px){.admin-final-art{max-width:100%}}
.admin-order-modal{inset:0!important;padding:0!important;background:#f1f1f1!important;align-items:stretch!important;justify-content:stretch!important}.admin-order-dialog{width:100%!important;height:100%!important;max-height:none!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}.admin-order-dialog>#adminOrderDetail{min-height:100%;padding:0 24px 24px}.admin-order-dialog>.admin-order-close{right:24px!important;top:18px!important;font-size:28px!important}.admin-detail-head{padding:28px 0 12px!important}.admin-detail-actions{padding-left:0!important;padding-right:0!important}.admin-detail-columns{padding-left:0!important;padding-right:0!important;max-width:1200px}.admin-detail-design{padding-left:0!important;padding-right:0!important;max-width:1200px}.admin-detail-footer{padding-left:0!important;padding-right:0!important;max-width:1200px}@media(max-width:650px){.admin-order-dialog>#adminOrderDetail{padding:0 16px 18px}.admin-detail-columns{gap:18px}}
.confirmation-page{background:#fff!important;color:#704719}.confirmation-page .main-header{border-bottom:1px solid #ead8bd}.confirmation-page .header-inner h1{margin:0;color:#704719;font-size:22px}.confirmation-shell{width:min(900px,calc(100% - 32px));margin:28px auto 70px}.confirmation-title{padding:18px;text-align:center;border:1px dashed #dfc39b;border-radius:16px;color:#8b5c29;font-size:16px;margin-bottom:24px}.confirmation-meta{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid #ead8bd;margin-bottom:24px}.confirmation-meta>div{min-height:74px;padding:0 15px;border-right:1px solid #ead8bd;text-align:center;font-size:12px;line-height:1.55}.confirmation-meta>div:last-child{border-right:0}.confirmation-meta b,.confirmation-meta span{display:block}.confirmation-meta b{font-weight:400;margin-bottom:7px}.confirmation-notice{display:flex;align-items:center;gap:14px;padding:17px;border:1px solid #d7e7c9;border-radius:14px;background:linear-gradient(110deg,#effbf1,#fffaf0);margin-bottom:26px}.confirmation-notice>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#2cab58;color:#fff;font-size:22px}.confirmation-notice strong{font-size:14px}.confirmation-notice p{margin:5px 0 0;font-size:12px}.confirmation-section h2,.confirmation-addresses h2{font-size:20px;font-weight:500;margin:22px 0 18px}.confirmation-table-head,.confirmation-total{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #ead8bd;font-size:12px}.confirmation-item{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid #ead8bd}.confirmation-item h3{margin:0 0 10px;font-size:14px;font-weight:500}.confirmation-item>strong{white-space:nowrap;font-size:13px}.design-summary{display:flex;flex-direction:column;gap:3px;width:270px;padding:10px;border:1px solid #ead8bd;border-radius:10px;background:#fffaf2;font-size:11px}.design-summary b{font-size:10px}.confirmation-total{font-size:13px;border-bottom:0;padding-top:16px}.confirmation-total strong{font-size:16px}.confirmation-addresses{display:grid;grid-template-columns:1fr 1fr;gap:65px;margin-top:16px}.confirmation-addresses p{font-size:13px;line-height:1.65}.confirmation-home{display:block;width:max-content;margin:28px auto 0;padding:12px 20px;border-radius:22px;background:#b98b4c;color:#fff;text-decoration:none;font-size:13px;font-weight:700}@media(max-width:700px){.confirmation-meta{grid-template-columns:repeat(2,1fr);gap:12px;border:0}.confirmation-meta>div{border:1px solid #ead8bd;border-radius:10px;padding:10px}.confirmation-addresses{grid-template-columns:1fr;gap:10px}.confirmation-shell{width:calc(100% - 22px)}.confirmation-page .header-inner h1{font-size:17px}}
.vertical-template .design-preview .real-3d{height:610px!important;background:#eee5d7 url('assets/vertical-model-reference.png') center/contain no-repeat!important;border-radius:18px!important;box-shadow:0 14px 35px rgba(92,55,20,.18)!important;overflow:hidden!important}.vertical-template .design-preview .real-3d #scene,.vertical-template .design-preview .real-3d:before{display:none!important}.vertical-template .design-preview .design-note{background:#fff8ec;border-color:#dfc39b;color:#805a35}.vertical-template .design-preview .preview-caption:after{content:'Dikey model önizlemesi';display:block;color:#987a57;font-size:12px;margin-top:5px}@media(max-width:800px){.vertical-template .design-preview .real-3d{height:500px!important}}
.vertical-template .real-3d{position:relative}.vertical-card-layer{position:absolute;z-index:4;left:17%;top:0;width:66%;height:100%;pointer-events:none;transform-style:preserve-3d;transition:transform .25s ease}.vertical-second-hand{position:absolute;left:50%;top:16%;width:2px;height:20%;background:#e52f20;transform-origin:50% 100%;box-shadow:0 0 3px #5d160f}.vertical-custom-band{position:absolute;left:9%;right:9%;bottom:20%;height:13%;display:flex;align-items:center;gap:6px;padding:4px 8px;background:rgba(0,0,0,.88);color:#fff;text-align:center}.vertical-band-photo{width:25%;height:100%;border-radius:4px;background:center/cover no-repeat;flex:none}.vertical-band-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;flex:1;font-family:Georgia,serif;font-size:10px;line-height:1.25}.vertical-band-copy span,.vertical-band-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vertical-band-copy b{color:#f3d4a5;font-size:11px;margin-top:3px}@media(max-width:800px){.vertical-card-layer{left:12%;width:76%}.vertical-custom-band{bottom:19%;height:14%}.vertical-band-copy{font-size:9px}.vertical-band-copy b{font-size:10px}}
.vertical-template .preview-frame .slot-2,.vertical-template .preview-frame .slot-3,.vertical-template .preview-frame .slot-4,.vertical-template .preview-frame .slot-5,.vertical-template .photo-upload-row>div:nth-child(n+2){display:none!important}.vertical-template .photo-upload-row{grid-template-columns:minmax(0,1fr)!important}.vertical-template .photo-upload-row>div:first-child{max-width:260px;margin:0 auto}.vertical-template .design-form .upload-box small:after{content:'Tek fotoğraf seç';font-size:12px}.vertical-template .design-form .upload-box small{font-size:0!important}
.vertical-template .size-options{grid-template-columns:minmax(0,1fr)!important}.vertical-template .size-options button{min-height:68px!important}
.vertical-second-hand{top:18%!important;height:10%!important}.vertical-custom-band{left:0!important;right:0!important;background:transparent!important}
.vertical-card-layer:before{content:'';position:absolute;z-index:3;left:49.7%;top:3%;width:4px;height:30%;background:rgba(91,48,31,.92);transform:rotate(-4deg);transform-origin:50% 100%;pointer-events:none}.vertical-second-hand{z-index:4!important}
.vertical-band-copy{font-family:Arial,sans-serif!important;font-weight:700!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.65);font-size:clamp(10px,1.2vw,15px)!important;line-height:1.25!important;white-space:pre-line!important}.vertical-band-copy span{color:#fff!important;font-weight:700!important}.vertical-band-copy b{color:#fff!important;font-family:Arial,sans-serif!important;font-size:clamp(12px,1.45vw,18px)!important;font-weight:800!important;letter-spacing:.01em;text-shadow:0 1px 2px rgba(0,0,0,.7)!important}
.vertical-band-copy b .vertical-heart,.vertical-band-copy b .vertical-infinity{color:#ef1f2f!important}
.vertical-band-copy b .vertical-heart,.vertical-band-copy b .vertical-infinity{display:inline!important;white-space:nowrap!important;overflow:visible!important;vertical-align:middle!important;text-overflow:clip!important}
.vertical-card-layer:before{left:49.2%!important;top:16.5%!important;width:3px!important;height:14%!important;background:rgba(112,65,45,.72)!important;transform:rotate(-4deg)!important}
.vertical-custom-band{bottom:18%!important;height:18%!important;padding:2px 4px!important;gap:0!important}.vertical-band-photo{display:none!important}.vertical-band-copy{width:100%!important;font-family:"Segoe Print","Bradley Hand","Comic Sans MS",cursive!important;font-size:clamp(10px,1.65vw,18px)!important;line-height:1.08!important;letter-spacing:-.02em!important;text-shadow:1px 1px 2px #000!important}.vertical-band-copy b{font-family:"Segoe Print","Bradley Hand","Comic Sans MS",cursive!important;font-size:clamp(13px,2vw,22px)!important;line-height:1.05!important;margin-top:3px!important}
.vertical-template .design-preview .real-3d{transform-style:preserve-3d!important;transition:transform .18s ease-out!important}
.vertical-template .design-preview .real-3d{will-change:transform}
.vertical-template .vertical-card-layer:after{content:'';position:absolute;inset:0;z-index:8;background:url('assets/dikey-outline.svg') center/100% 100% no-repeat;pointer-events:none;transform:translateZ(1px)}
.vertical-band-copy{font-size:clamp(8px,1.2vw,14px)!important;line-height:1.08!important;padding:0 3px!important;overflow:hidden!important}.vertical-band-copy span{display:block!important;white-space:pre-line!important;overflow:visible!important;text-overflow:clip!important}.vertical-band-copy b{display:block!important;font-size:clamp(10px,1.5vw,16px)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.admin-final-art{position:relative!important;display:grid!important;grid-template-columns:1fr 1.65fr 1fr!important;grid-template-rows:1fr 1fr 44px!important;gap:5px!important;width:min(100%,520px)!important;height:300px!important;max-width:none!important;padding:8px!important;background:linear-gradient(145deg,#dfc294,#8e5d30)!important;border-radius:14px!important}.admin-final-art img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:9px!important}.admin-final-art img:first-child{grid-column:2!important;grid-row:1/3!important;height:auto!important}.admin-final-art img:nth-child(2){grid-column:1!important;grid-row:1!important}.admin-final-art img:nth-child(3){grid-column:3!important;grid-row:1!important}.admin-final-art img:nth-child(4){grid-column:1!important;grid-row:2!important}.admin-final-art img:nth-child(5){grid-column:3!important;grid-row:2!important}.admin-final-art:before{content:'12  3  6  9';position:absolute;z-index:3;left:50%;top:43%;transform:translate(-50%,-50%);width:92px;height:92px;border:3px solid rgba(255,255,255,.85);border-radius:50%;display:grid;place-items:center;color:#fff;font:bold 12px Georgia;word-spacing:14px;pointer-events:none;text-shadow:1px 1px 2px #000}.admin-final-copy{grid-column:2!important;grid-row:3!important;z-index:4;display:flex;flex-direction:column;justify-content:center;padding:4px!important;color:#fff!important;background:#2c1d13!important;font-size:12px!important;line-height:1.2}.admin-final-copy b{font-size:12px!important;margin-top:2px!important}
.admin-final-art:before{content:'12\\A 9       3\\A 6';white-space:pre;line-height:2.3;word-spacing:0;background:radial-gradient(circle,rgba(255,255,255,.08) 0 56%,transparent 57%),repeating-conic-gradient(from 0deg,rgba(255,255,255,.8) 0 2deg,transparent 2deg 8deg)}.admin-final-art:after{content:'';position:absolute;z-index:4;left:50%;top:24%;width:2px;height:61px;background:#e73224;transform-origin:50% 100%;transform:translateX(-50%) rotate(18deg);box-shadow:0 0 2px #3b100d;pointer-events:none}.admin-final-copy{z-index:5}
.admin-approved-art{width:min(100%,700px);padding:10px;background:#fff8ec;border:1px solid #dfc39b;border-radius:14px;box-shadow:0 6px 18px rgba(92,57,20,.12)}.admin-approved-art img{display:block;width:100%;height:auto;max-height:460px;object-fit:contain;border-radius:9px;background:#ead6b4}
.admin-orders-card{border-radius:16px!important;overflow:hidden!important}.admin-orders-card>.checkout-heading{padding:28px 28px 18px!important}.admin-orders-card>.checkout-heading h2{font-size:30px!important;letter-spacing:-.02em}.admin-orders-card>.checkout-heading small{font-size:11px;letter-spacing:.14em;color:#b07832}.admin-orders-card>.checkout-heading .admin-refresh{padding:10px 17px;font-size:13px;background:#fffaf2}.admin-orders-card>p{padding:0 28px 16px!important;color:#806344!important;font-size:13px!important}.order-status-tabs{gap:18px!important;padding:13px 28px 16px!important;background:#fffaf2!important}.order-status-tabs a{padding:7px 0;font-size:13px!important}.order-status-tabs a.active{color:#704719!important;border-bottom:3px solid #b98b4c;padding-bottom:8px}.order-toolbar{gap:10px!important;padding:16px 28px!important;background:#f8f8f7!important}.order-toolbar select,.order-toolbar input,.order-toolbar button{height:36px!important;border-radius:7px!important;padding:0 12px!important;font-size:12px!important}.order-toolbar input{width:250px!important}.admin-orders-table{font-size:13px!important;min-width:760px!important}.admin-orders-table th{padding:15px 14px!important;background:#fbfbfa}.admin-orders-table td{padding:16px 14px!important}.order-link{font-weight:700}.order-link b{font-weight:500;margin-top:5px}.order-status{padding:9px 12px!important;font-weight:700}
@media(max-width:700px){.admin-orders-card>.checkout-heading{padding:22px 18px 14px!important}.admin-orders-card>.checkout-heading h2{font-size:25px!important}.admin-orders-card>p{padding:0 18px 12px!important}.order-status-tabs{gap:14px!important;padding:11px 18px 14px!important}.order-status-tabs a{font-size:12px!important}.order-toolbar{padding:12px 18px!important;flex-wrap:wrap}.order-toolbar input{order:5;width:100%!important;margin-left:0!important}.admin-orders-table{min-width:0!important;table-layout:fixed}.admin-orders-table th,.admin-orders-table td{padding:12px 8px!important;overflow:hidden;text-overflow:ellipsis}.admin-orders-table th:nth-child(6),.admin-orders-table td:nth-child(6),.admin-orders-table th:nth-child(8),.admin-orders-table td:nth-child(8){display:none}.admin-orders-table th:nth-child(1){width:30px}.admin-orders-table th:nth-child(2){width:34%}.admin-orders-table th:nth-child(3){width:20%}.admin-orders-table th:nth-child(4){width:24%}.admin-orders-table th:nth-child(5){width:22%}.admin-orders-table td:nth-child(4){white-space:normal}.admin-orders-table .order-status{font-size:11px;padding:7px 6px!important}}

.admin-today-card{margin:0 0 20px!important}.admin-today-card>.checkout-heading{margin-bottom:0}.admin-today-card>.checkout-heading>strong{font-size:12px;color:#8b653f}.admin-today-metrics{display:flex;gap:12px;padding:0 20px 16px}.admin-today-metrics>div{display:flex;flex-direction:column;gap:3px;min-width:150px;padding:12px 14px;border:1px solid #ead8bd;border-radius:10px;background:#fffaf2}.admin-today-metrics b{font-size:22px;color:#704719}.admin-today-metrics span{font-size:11px;color:#987a57}.admin-today-table-wrap{overflow:auto}.admin-today-table{width:100%;border-collapse:collapse;min-width:760px;font-size:12px}.admin-today-table th{padding:10px 14px;text-align:left;color:#50575e;border-bottom:1px solid #dcdcde}.admin-today-table td{padding:11px 14px;border-bottom:1px solid #f0f0f1;color:#50575e}.admin-today-table td strong{color:#704719}.admin-today-actions{display:flex;gap:6px}.admin-today-actions button{border:1px solid #2271b1;border-radius:3px;background:#fff;color:#2271b1;padding:6px 8px;font-size:11px;cursor:pointer}.admin-today-actions .today-whatsapp{border-color:#16a34a;background:#16a34a;color:#fff}.admin-today-actions .today-eye{font-size:15px;padding:3px 7px}@media(max-width:700px){.admin-today-metrics{flex-wrap:wrap}.admin-today-metrics>div{min-width:130px}}
.admin-detail-footer{gap:8px;flex-wrap:wrap}.admin-shipping-action{border:1px solid #2271b1!important;background:#2271b1!important;color:#fff!important;padding:9px 13px;cursor:pointer}.admin-mail-note{font-size:11px;color:#987a57;margin-top:7px}

/* Fiyat ve ebat seçimini aynı satırda, daha kompakt göster. */
.design-page .form-price-box{display:grid;grid-template-columns:minmax(145px,.85fr) minmax(250px,1.35fr);column-gap:20px;align-items:center}
.design-page .form-price-box .price-line{grid-column:1;grid-row:1;align-self:end}
.design-page .form-price-box .benefits{grid-column:1;grid-row:2;margin:8px 0 0;white-space:nowrap}
.design-page .form-price-box h3{grid-column:2;grid-row:1;margin:0 0 8px;align-self:end}
.design-page .form-price-box .size-options{grid-column:2;grid-row:2;margin:0}
@media(max-width:700px){.design-page .form-price-box{grid-template-columns:minmax(125px,.8fr) minmax(180px,1.2fr);column-gap:12px}.design-page .form-price-box .benefits{font-size:10px;white-space:normal;line-height:1.45}.design-page .price-line{gap:8px}.design-page .price-line strong{font-size:29px}.design-page .price-line s{font-size:12px}.design-page .form-price-box h3{font-size:15px}.design-page .size-options button{font-size:13px;min-height:64px}}

/* Dikey model: kullanıcının gönderdiği tam SVG tasarımını önizlemede kullan. */
.vertical-template .design-preview .real-3d{background-image:url('assets/warm-home-wall.png')!important;background-size:cover!important;background-position:center!important}
.vertical-template .vertical-photo-surface{position:absolute;z-index:1;left:24.45%;top:0;width:51.1%;height:100%;border-radius:11% 11% 10% 10%;overflow:hidden;background:url('assets/warm-home-wall.png') center/cover no-repeat;pointer-events:none}
.vertical-template .vertical-svg-design{position:absolute;z-index:2;left:50%;top:0;width:auto;height:100%;max-width:none;transform:translateX(-50%);display:block;pointer-events:none;user-select:none}
.vertical-template .vertical-card-layer{left:24.45%!important;width:51.1%!important;z-index:4!important}
.vertical-template .vertical-card-layer:after{display:none!important}
.vertical-template .vertical-second-hand{display:block!important;z-index:5!important;left:50%!important;top:8%!important;width:2px!important;height:13%!important;background:#ef2c20!important;transform-origin:50% 100%!important}
.vertical-template .vertical-custom-band{left:0!important;right:0!important;bottom:7%!important;height:18%!important;padding:2px 5px!important;background:#1c1b17!important;opacity:1!important}
.vertical-template .vertical-band-copy{color:#fff!important;text-shadow:none!important;font-family:Arial,sans-serif!important;font-size:clamp(9px,1.45vw,17px)!important;line-height:1.16!important}
.vertical-template .vertical-band-copy b{color:#fff!important;font-family:Arial,sans-serif!important;font-size:clamp(10px,1.7vw,19px)!important;line-height:1.12!important}
@media(max-width:800px){.vertical-template .vertical-card-layer{left:24.45%!important;width:51.1%!important}.vertical-template .vertical-band-copy{font-size:clamp(8px,2.4vw,14px)!important}.vertical-template .vertical-band-copy b{font-size:clamp(9px,2.8vw,16px)!important}}

/* Dikey önizleme alanını tamamen boş bırak. */
.vertical-template .design-preview .real-3d{background:#fff!important;border:0!important;box-shadow:none!important}
.vertical-template .design-preview .real-3d:before,.vertical-template .design-preview .real-3d:after{display:none!important}
.vertical-template .design-preview .real-3d>*{display:none!important}

/* Dikey ürünün gerçek formu: yalnızca verilen dış çizgi SVG'si görünür. */
.vertical-template .design-preview .real-3d{background:#fff url('assets/dikey-outline.svg') center/contain no-repeat!important;border-radius:18px!important;box-shadow:none!important}

/* Fiyat/ebat alanını taşmasız ve dengeli iki kolonlu karta çevir. */
.design-page .form-price-box{display:grid!important;grid-template-columns:minmax(165px,.78fr) minmax(245px,1.22fr)!important;grid-template-rows:auto auto auto!important;column-gap:20px!important;row-gap:4px!important;align-items:center!important;overflow:hidden!important}
.design-page .form-price-box .price-line{grid-column:1!important;grid-row:1!important;min-width:0!important;align-self:end!important}
.design-page .form-price-box .price-line strong{font-size:36px!important;white-space:nowrap!important}
.design-page .form-price-box .price-line s{white-space:nowrap!important}
.design-page .form-price-box h3{grid-column:2!important;grid-row:1!important;margin:0 0 7px!important;align-self:end!important}
.design-page .form-price-box .size-options{grid-column:2!important;grid-row:2!important;width:100%!important;min-width:0!important}
.design-page .form-price-box .size-options button{width:100%!important;min-width:0!important;overflow:hidden!important}
.design-page .form-price-box .benefits{grid-column:1 / -1!important;grid-row:3!important;width:100%!important;margin:8px 0 0!important;white-space:normal!important;line-height:1.45!important;overflow-wrap:anywhere!important}
@media(max-width:700px){.design-page .form-price-box{grid-template-columns:minmax(125px,.78fr) minmax(170px,1.22fr)!important;column-gap:12px!important}.design-page .form-price-box .price-line strong{font-size:29px!important}.design-page .form-price-box .price-line{gap:7px!important}.design-page .form-price-box h3{font-size:15px!important}.design-page .form-price-box .size-options button{font-size:13px!important}.design-page .form-price-box .benefits{font-size:10px!important}}

/* Tüm sayfalarda navigasyonun dikdörtgen zeminini kaldır. */
.category-nav{background:transparent!important;box-shadow:none!important;border:0!important}

/* Dikey ürün 3D önizlemede yeniden görünür olsun. */
.vertical-template .design-preview .real-3d .vertical-svg-design{display:block!important;z-index:2!important}
.vertical-template .design-preview .real-3d .vertical-card-layer{display:block!important;z-index:4!important}
.vertical-template .design-preview .real-3d .vertical-photo-surface{display:none!important}

/* Dikey ürünün örnekteki gerçek gövde/duvar görseli. */
.vertical-template .design-preview .real-3d{background:#fff url('assets/vertical-model-reference.png') center/contain no-repeat!important}
.vertical-template .design-preview .real-3d .vertical-svg-design{display:none!important}
.vertical-template .design-preview .real-3d .vertical-card-layer{display:block!important}
.vertical-template .design-preview .real-3d .vertical-second-hand{display:none!important}

/* Hazır dikey ürün görselindeki gerçek gövde ölçülerine göre yazı bandını hizala. */
.vertical-template .design-preview .real-3d .vertical-card-layer{left:19.8%!important;top:9.3%!important;width:46.5%!important;height:75.7%!important}
.vertical-template .design-preview .real-3d .vertical-custom-band{left:0!important;right:0!important;bottom:11%!important;height:14%!important;background:#080808!important;padding:2px 5px!important}
.vertical-template .design-preview .real-3d .vertical-band-copy{font-size:clamp(8px,1.15vw,14px)!important;line-height:1.12!important}
.vertical-template .design-preview .real-3d .vertical-band-copy b{font-size:clamp(9px,1.35vw,16px)!important;line-height:1.1!important;margin-top:2px!important}
@media(max-width:800px){.vertical-template .design-preview .real-3d .vertical-card-layer{left:19.8%!important;top:9.3%!important;width:46.5%!important;height:75.7%!important}.vertical-template .design-preview .real-3d .vertical-band-copy{font-size:clamp(8px,2.2vw,12px)!important}.vertical-template .design-preview .real-3d .vertical-band-copy b{font-size:clamp(9px,2.6vw,14px)!important}}

/* Duvar/ev zemini olmadan yalnızca saat gövdesini göster. */
.vertical-template .design-preview .real-3d{background:#fff!important}
.vertical-template .design-preview .real-3d .vertical-photo-surface{display:block!important;z-index:1!important;left:24.45%!important;top:0!important;width:51.1%!important;height:100%!important;border-radius:11% 11% 10% 10%!important;background:#70412d!important}
.vertical-template .design-preview .real-3d .vertical-svg-design{display:block!important;z-index:2!important}
.vertical-template .design-preview .real-3d .vertical-card-layer{left:24.45%!important;top:0!important;width:51.1%!important;height:100%!important}
.vertical-template .design-preview .real-3d .vertical-custom-band{bottom:5%!important;height:13.5%!important}
@media(max-width:800px){.vertical-template .design-preview .real-3d .vertical-photo-surface{left:24.45%!important;width:51.1%!important}.vertical-template .design-preview .real-3d .vertical-card-layer{left:24.45%!important;width:51.1%!important}}

/* Yazı bandını SVG'deki tam siyah alanla çakıştır. */
.vertical-template .design-preview .real-3d .vertical-custom-band{left:12%!important;right:-12%!important;bottom:2.5%!important;height:13.5%!important}
@media(max-width:800px){.vertical-template .design-preview .real-3d .vertical-custom-band{left:12%!important;right:-12%!important;bottom:2.5%!important}}

/* Kadranı img yerine gövdenin arka plan SVG'si olarak yükle; kırık görsel simgesini kaldır. */
.vertical-template .design-preview .real-3d .vertical-svg-design{display:none!important}
.vertical-template .design-preview .real-3d .vertical-photo-surface{background:#70412d url('assets/vertical-design-reference.svg') center/100% 100% no-repeat!important}

/* Müşteri fotoğrafı gövdeyi doldurur; kadran/rakamlar şeffaf SVG katmanında kalır. */
.vertical-template .design-preview .real-3d .vertical-photo-surface{background-color:#70412d!important;background-position:center!important;background-size:cover!important}
.vertical-template .design-preview .real-3d .vertical-photo-surface:after{content:'';position:absolute;inset:0;z-index:1;background:url('assets/vertical-design-reference.svg') center/100% 100% no-repeat;pointer-events:none}
.vertical-template .design-preview .real-3d .vertical-card-layer{z-index:4!important}
.vertical-template .design-preview .real-3d .vertical-second-hand{display:block!important;z-index:6!important;top:8%!important;height:13%!important}
.vertical-template .design-preview .real-3d .vertical-band-copy{font-family:"Segoe Print","Bradley Hand","Comic Sans MS",cursive!important;font-weight:700!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 > .bho-scene,
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 > .bho-scene #scene,
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 > .bho-scene #product{display:block!important;visibility:visible!important;opacity:1!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 > .bho-scene{position:relative!important;width:100%!important;height:100%!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #customerPhoto{display:none!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #customerPhoto.photo-loaded{display:block!important;visibility:visible!important;opacity:1!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #scene{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:0 auto!important;padding:0!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #product{margin-inline:auto!important;align-self:center!important}
.vertical-template .photo-upload-row>div:first-child .photo-box{height:260px!important;min-height:260px!important;aspect-ratio:1/2!important;border-radius:18px!important}
.vertical-template .photo-upload-row>div:first-child .photo-box.has-photo{background-size:cover!important;background-position:center!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #scene{place-items:center!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4{transform:none!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #product{left:0!important;right:auto!important;margin-left:auto!important;margin-right:auto!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #product{--w:300px!important;--h:600px!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #product{top:20px!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #customerPhotoBg{display:none!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #customerPhoto{left:0!important;top:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;transform:none!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #customerPhotoBg{display:none!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #customerPhotoBg.photo-loaded{display:block!important;inset:-20px!important;width:calc(100% + 40px)!important;height:calc(100% + 40px)!important;object-fit:cover!important;filter:blur(14px) brightness(.82) saturate(1.08)!important;opacity:.78!important;transform:scale(1.14)!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #customerPhoto{left:0!important;top:35%!important;width:100%!important;height:65%!important;object-fit:cover!important;transform:none!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #customerPhoto.photo-loaded{left:0!important;top:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #productFront{cursor:grab!important;touch-action:none!important;user-select:none!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #productFront:active{cursor:grabbing!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4{--band-top:72%!important;--band-height:86px!important;--text-center:80%!important}
.vertical-photo-help{display:none;margin:14px auto 10px;max-width:520px;padding:14px 18px;border-radius:14px;color:#5b3517;background:linear-gradient(135deg,#fff4d7,#f2d49b);border:1px solid #c6944c;box-shadow:0 6px 16px rgba(122,79,24,.18);font-size:13px;font-weight:700;line-height:1.45;text-align:center}
.vertical-photo-help.is-visible{display:block;animation:photoHelpIn .35s ease both}
@keyframes photoHelpIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.vertical-template .design-preview .real-3d{background:#e9dcc9 url('assets/aligned-sconces-backdrop.png') center/cover no-repeat!important;border-radius:18px!important;box-shadow:inset 0 0 0 1px rgba(113,75,35,.12),0 16px 36px rgba(64,39,18,.12)!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #product{filter:drop-shadow(0 25px 20px rgba(24,14,8,.42))!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .custom-text-band{background:rgba(0,0,0,.66)!important;opacity:1!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .single-text-overlay .quote-text{font-size:clamp(15px,1.5vw,20px)!important;line-height:1.2!important;max-width:320px!important;text-align:center!important;width:100%!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .single-text-overlay .name-line{margin-top:12px!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .single-text-overlay .name-line{gap:10px!important;white-space:nowrap!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .single-text-overlay .name-line .name,.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .single-text-overlay .name-line .infinity{font-size:28px!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .single-text-overlay .name-line .name{
  font-family:'Dancing Script','Segoe Script','Brush Script MT',cursive!important;
  font-style:normal!important;
  font-weight:700!important;
  font-size:26px!important;
}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .single-text-overlay .name-line .infinity{color:#ff0000!important}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .single-text-overlay .name-line .infinity{
  margin-inline:10px!important;
  text-align:center!important;
}

/* İsim satırını bandı etkilemeden hafifçe sağa hizala. */
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .single-text-overlay .name-line{
  transform:none!important;
  width:100%!important;
  max-width:300px!important;
  gap:5px!important;
  justify-content:center!important;
  transform:scale(.9)!important;
  transform-origin:center center!important;
}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .single-text-overlay{
  transform:translate(-50%,-50%) translateZ(10px)!important;
}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4.content-hidden .custom-text-band,
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4.content-hidden .single-text-overlay{
  display:none!important;
}

/* Çok satırlı kişisel yazıda siyah bandı içerikle birlikte büyüt; metin ve isimler çakışmasın. */
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4.has-multiline{
  --band-top:67%!important;
  --band-height:118px!important;
  --text-center:78%!important;
}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4.has-multiline .single-text-overlay .quote-text{
  font-size:15px!important;
  line-height:1.18!important;
  max-width:300px!important;
}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4.has-multiline .single-text-overlay .name-line{
  margin-top:8px!important;
}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .photo-placeholder{
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  gap:6px!important;
  color:rgba(255,255,255,.78)!important;
  font-size:20px!important;
  line-height:1.2!important;
  text-align:center!important;
  text-shadow:0 1px 3px rgba(0,0,0,.45)!important;
}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 .photo-placeholder .ph-icon{
  display:grid!important;
  place-items:center!important;
  width:48px!important;
  height:48px!important;
  border:1px solid rgba(255,255,255,.65)!important;
  border-radius:50%!important;
  font-size:28px!important;
  line-height:1!important;
  color:#fff!important;
}
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #productFront.photo-loaded #photoPlaceholder,
.vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #customerPhoto.photo-loaded ~ #photoPlaceholder{
  display:none!important;
}
.vertical-template .form-price-box h3{display:none!important}
.vertical-template .form-price-box{display:grid!important;grid-template-columns:150px 1fr;column-gap:18px;align-items:start!important}
.vertical-template .form-price-box .price-line{grid-column:1;grid-row:1;white-space:nowrap}
.vertical-template .form-price-box .price-line{transform:translateY(20px)!important}
.vertical-template .form-price-box .size-options{grid-column:2;grid-row:1; margin:0!important}
.vertical-template .form-price-box .size-options{align-self:start!important;transform:translateY(-34px)!important}
.vertical-template .form-price-box .benefits{grid-column:1/-1;grid-row:2;margin-top:10px}
@media(max-width:700px){.vertical-template .form-price-box{grid-template-columns:130px 1fr;column-gap:10px}.vertical-template .form-price-box .price-line strong{font-size:30px!important}}
@media(max-width:800px){
  .mobile-moved-review{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}
  .design-form .mobile-moved-review{grid-column:1/-1!important}
  .design-page .design-form .badges,
  .design-page .design-form>h1{display:none!important}
  .vertical-template .design-preview .real-3d.bho-preview-clock--style-4{height:570px!important;min-height:570px!important;overflow:hidden!important}
  .vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #scene{height:520px!important;min-height:520px!important;display:flex!important;justify-content:center!important}
  .vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #product{width:300px!important;height:600px!important;top:48px!important;transform:scale(1)!important;transform-origin:center center!important}
  .vertical-template .design-preview .real-3d.bho-preview-clock--style-4 #scene{transform:translateY(0)!important}
  .vertical-template .category-nav{display:flex!important;flex-wrap:nowrap!important;gap:16px!important;overflow-x:auto!important;white-space:nowrap!important;padding:10px 14px!important}
  .vertical-template .category-nav a{flex:0 0 auto!important;font-size:11px!important}
  .vertical-template .main-header{height:auto!important;min-height:72px!important}
  .vertical-template .search{order:3!important;width:100%!important;margin-top:8px!important}
}

@media(max-width:800px){
  .mobile-menu-toggle{display:flex!important;position:absolute;left:10px;top:18px;width:30px;height:30px;padding:5px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:4px;z-index:1200;cursor:pointer}
  .mobile-menu-toggle i{display:block;height:2px;width:20px;background:#704719;border-radius:2px}
  .mobile-menu-toggle.open i:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .mobile-menu-toggle.open i:nth-child(2){opacity:0}
  .mobile-menu-toggle.open i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .mobile-menu-shade{position:fixed;inset:0;background:rgba(35,20,10,.35);z-index:1100;opacity:0;pointer-events:none;transition:opacity .2s}
  .mobile-menu-shade.open{opacity:1;pointer-events:auto}
  .mobile-category-drawer{position:fixed;left:0;top:0;bottom:0;width:min(86vw,330px);background:#fffdf9;z-index:1150;transform:translateX(-102%);transition:transform .25s ease;box-shadow:8px 0 24px rgba(54,32,12,.18);overflow:auto}
  .mobile-category-drawer.open{transform:translateX(0)}
  .mobile-drawer-tabs{display:grid;grid-template-columns:1fr 1fr;height:48px;background:#f5f1eb;border-bottom:1px solid #dfc9a8}
  .mobile-drawer-tabs b{display:grid;place-items:center;font-size:11px;font-weight:500;color:#704719}
  .mobile-drawer-tabs b:first-child{border-bottom:2px solid #b88a4b}
  .mobile-drawer-link{display:flex!important;align-items:center;min-height:48px;padding:0 14px;border-bottom:1px solid #eadfce;color:#704719!important;text-decoration:none;font-size:11px!important;white-space:nowrap}
  .category-nav{display:none!important}
}
@media(min-width:801px){.mobile-menu-toggle,.mobile-menu-shade,.mobile-category-drawer{display:none!important}}

/* Tüm ürün sayfalarında fotoğraf yükleme alanını dengeli ve okunaklı hizala. */
.design-page .design-form .upload-box{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  text-align:center!important;
}
.design-page .design-form .upload-box:before{flex:0 0 auto!important;grid-row:auto!important}
.design-page .design-form .upload-box strong,
.design-page .design-form .upload-box small{display:block!important;margin:0!important;line-height:1.2!important}
.design-page .design-form .upload-box strong{font-weight:800!important}
.design-page .design-form .upload-box small{font-weight:700!important;opacity:.9}

/* Mobil başlık ve menü: taşmayı ve üst üste binmeyi önle. */
@media(max-width:800px){
  .main-header{height:72px!important;overflow:hidden!important}
  .main-header{position:relative!important}
  .main-header .header-inner{height:72px!important;width:100%!important;padding:0 12px!important;display:flex!important;align-items:center!important;gap:8px!important}
  .main-header .logo{flex:0 0 auto!important;width:125px!important;max-width:38vw!important}
  .main-header .logo img:first-child{display:none!important}
  .main-header .logo .logo-sign{display:block!important;width:115px!important;max-width:none!important}
  .main-header .logo img{max-width:100%!important;height:auto!important}
  .main-header .search{display:none!important}
  .main-header .account{margin-left:auto!important;gap:2px!important;flex:0 0 auto!important}
  .main-header .account .cart{display:none!important}
  .main-header .account button{padding:0 6px!important;min-height:38px!important;font-size:11px!important;gap:3px!important}
  .main-header .account button span{font-size:10px!important}
  .category-nav{height:42px!important;min-height:42px!important;overflow-x:auto!important;overflow-y:hidden!important;display:flex!important;flex-wrap:nowrap!important;gap:14px!important;padding:7px 14px!important;white-space:nowrap!important;box-sizing:border-box!important}
  .category-nav a,.category-nav .nav-item>a{flex:0 0 auto!important;font-size:10px!important;line-height:1.1!important}
}

/* Dikey ürünün iki yükleme kutusunda uyumlu krem-altın gradyan. */
.vertical-template .photo-upload-row>div:first-child .photo-box,
.vertical-template .photo-upload-row>div:first-child .photo-change-btn{
  background:linear-gradient(145deg,#fffdf8 0%,#f5e7d1 52%,#ead1a9 100%)!important;
  border-color:#c99a58!important;
  box-shadow:0 6px 16px rgba(151,103,40,.14)!important;
}
@media(max-width:800px){.category-nav{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important}.main-header{margin-bottom:0!important}}
@media(max-width:800px){.vertical-template .photo-upload-row{display:none!important}.vertical-template .vertical-photo-help{display:none!important}}
@media(max-width:800px){body.vertical-template .design-preview .photo-upload-row{display:none!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important}}

/* Kare model: dikey zemini ve yan lambaları kullanma; kare ürün oranı. */
.square-template .design-preview .real-3d{
  background:#d4bea0 url('assets/vertical-wall-hanging-backdrop.png') center 40%/cover no-repeat!important;
  aspect-ratio:1/1!important;height:610px!important;min-height:0!important;overflow:hidden!important;
}
.square-template .design-preview .real-3d #scene{display:flex!important;align-items:center!important;justify-content:center!important}
.square-template .design-preview .real-3d #product{display:block!important;--w:560px!important;--h:560px!important;width:560px!important;height:560px!important;top:0!important;transform:scale(.82)!important}
.square-template .design-preview .real-3d #productFront{border-radius:58px!important;overflow:hidden!important}
.square-template .design-preview .real-3d .product-back{border-radius:58px!important}
.square-template .design-preview .real-3d .hands-overlay{display:block!important}
@media(max-width:800px){.square-template .design-preview .real-3d{height:430px!important}.square-template .design-preview .real-3d #product{width:470px!important;height:470px!important;transform:scale(.72)!important}}
.square-template .design-preview .real-3d #product{
  --w:420px!important;--h:420px!important;width:420px!important;height:420px!important;
  top:70px!important;transform:scale(.9)!important;
}
.square-template .design-preview .real-3d .hands-overlay{display:none!important}

/* Kare model kadranı: 40x40 kırık beyaz yüzey, çevresel rakamlar ve bağımsız yazı bantları. */
.square-template .design-preview .real-3d.bho-preview-clock--square #product{
  --w:440px!important;--h:440px!important;width:440px!important;height:440px!important;
  top:48px!important;transform:perspective(1100px) rotateX(var(--square-rx,2deg)) rotateY(var(--square-ry,-3deg)) scale(.92)!important;
  filter:drop-shadow(0 10px 7px rgba(43,28,16,.3)) drop-shadow(0 25px 18px rgba(43,28,16,.25))!important;
  transform-style:preserve-3d!important;transition:transform .18s ease-out!important;
}
.square-template .bho-preview-clock--square #productFront{
  border-radius:62px!important;
  background:
    radial-gradient(circle at 48% 35%,rgba(181,122,84,.42) 0%,rgba(119,72,47,.18) 38%,rgba(42,22,14,.3) 100%),
    linear-gradient(145deg,#82543a 0%,#633b27 52%,#3e2217 100%)!important;
  border:2px solid rgba(48,27,18,.88)!important;
  box-shadow:inset 0 0 42px rgba(20,9,5,.32),inset 0 1px 0 rgba(255,225,196,.2),0 18px 24px rgba(43,31,19,.22)!important;
}
.square-template .bho-preview-clock--square .product-back{
  border-radius:62px!important;background:#d7cdbb!important;
  transform:translateZ(-5px)!important;box-shadow:none!important;
}
.square-template .bho-preview-clock--square .photo-bg{
  background:radial-gradient(circle at 48% 35%,rgba(181,122,84,.38),rgba(77,42,27,.12) 45%,rgba(35,18,12,.28)),linear-gradient(145deg,#82543a,#603823 55%,#3d2115)!important;
}
.square-template .bho-preview-clock--square #customerPhoto,
.square-template .bho-preview-clock--square #customerPhoto.photo-loaded{
  inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important;
}
.square-template .bho-preview-clock--square #customerPhotoBg{display:none!important}
.square-template .bho-preview-clock--square .hands-overlay{display:none!important}
.square-template .bho-preview-clock--square .square-dial{position:absolute;inset:0;z-index:12;pointer-events:none}
.square-template .bho-preview-clock--square .square-num{
  position:absolute;color:#fff;font:900 34px/1 Arial,sans-serif;-webkit-text-stroke:2.5px #2e2e2e;
  text-shadow:0 2px 2px rgba(0,0,0,.32);transform:translate(-50%,-50%);z-index:14;
}
.square-template .bho-preview-clock--square #productFront:not(.photo-loaded) .square-num{
  color:#fff!important;-webkit-text-stroke:0 transparent!important;text-shadow:none!important;font-weight:900!important;
}
.square-template .bho-preview-clock--square .square-num-12{left:50%;top:5.5%}.square-template .bho-preview-clock--square .square-num-1{left:76%;top:8.5%}
.square-template .bho-preview-clock--square .square-num-2{left:93%;top:24%}.square-template .bho-preview-clock--square .square-num-3{left:96%;top:48%}
.square-template .bho-preview-clock--square .square-num-4{left:93%;top:73%}.square-template .bho-preview-clock--square .square-num-5{left:76%;top:91%}
.square-template .bho-preview-clock--square .square-num-6{left:50%;top:95%}.square-template .bho-preview-clock--square .square-num-7{left:24%;top:91%}
.square-template .bho-preview-clock--square .square-num-8{left:7%;top:73%}.square-template .bho-preview-clock--square .square-num-9{left:4%;top:48%}
.square-template .bho-preview-clock--square .square-num-10{left:7%;top:24%}.square-template .bho-preview-clock--square .square-num-11{left:24%;top:8.5%}
.square-template .bho-preview-clock--square .square-hand{
  position:absolute;left:50%;top:50%;transform-origin:0 50%;z-index:15;
  filter:drop-shadow(2px 3px 2px rgba(0,0,0,.38));
}
.square-template .bho-preview-clock--square .square-hand-reference{
  position:absolute;left:50%;top:-4%;width:100%;height:auto;transform:translateX(-50%);z-index:15;
  pointer-events:none;filter:drop-shadow(2px 4px 2px rgba(0,0,0,.32));
}
.square-template .bho-preview-clock--square .square-hand-pair{
  position:absolute;left:43.1%;top:2.7%;width:41.6%;height:auto;z-index:15;pointer-events:none;
  filter:drop-shadow(2px 4px 2px rgba(0,0,0,.32));
}
.square-template .bho-preview-clock--square .square-hand-hour-img{
  clip-path:polygon(45% 0,55% 0,55% 77%,45% 77%);
}
.square-template .bho-preview-clock--square .square-hand-minute-img{
  clip-path:polygon(36% 61%,87% 61%,87% 73%,36% 73%);
}
.square-template .bho-preview-clock--square .square-hand-second-img{
  clip-path:polygon(29% 84%,34% 88%,90% 18%,86% 15%);
  transform-origin:50% 66.5%;
  filter:brightness(0) saturate(100%) invert(19%) sepia(98%) saturate(6047%) hue-rotate(356deg) brightness(101%) contrast(91%) drop-shadow(0 1px 1px rgba(90,0,0,.35));
  animation:squareImageSecondSweep 60s linear infinite;
}
@keyframes squareImageSecondSweep{
  from{transform:translateX(-50%) rotate(0deg)}
  to{transform:translateX(-50%) rotate(360deg)}
}
.square-template .bho-preview-clock--square .square-hour{
  width:108px;height:8px;transform:rotate(180deg);border-radius:5px 0 0 5px;
  clip-path:polygon(0 25%,88% 25%,100% 50%,88% 75%,0 75%);
  background:linear-gradient(180deg,#e8e9ea 0%,#85898c 48%,#4d5154 55%,#c9cbcc 100%);
}
.square-template .bho-preview-clock--square .square-minute{
  width:148px;height:7px;transform:rotate(315deg);border-radius:4px 0 0 4px;
  clip-path:polygon(0 22%,91% 22%,100% 50%,91% 78%,0 78%);
  background:linear-gradient(180deg,#f6f6f6 0%,#afb2b4 43%,#626669 57%,#dedfdf 100%);
}
.square-template .bho-preview-clock--square .square-second{
  width:168px;height:5px;border-radius:5px;transform:rotate(300deg);z-index:18!important;
  clip-path:none!important;background:linear-gradient(180deg,#ff5a52 0%,#f01818 46%,#a90000 100%)!important;
  box-shadow:0 1px 1px rgba(255,255,255,.35) inset,0 2px 4px rgba(80,0,0,.38)!important;
  filter:drop-shadow(0 2px 2px rgba(70,0,0,.28))!important;
}
.square-template .bho-preview-clock--square .square-second::before{
  content:"";position:absolute;right:100%;top:0;width:38px;height:5px;border-radius:5px 0 0 5px;
  background:linear-gradient(180deg,#ff5a52,#e31313 55%,#9e0000);box-shadow:0 1px 1px rgba(255,255,255,.3) inset;
}
.square-template .bho-preview-clock--square .square-second::after{
  content:"";position:absolute;right:-8px;top:-3px;width:0;height:0;border-top:5.5px solid transparent;border-bottom:5.5px solid transparent;border-left:10px solid #d60c0c;
}
.square-template .bho-preview-clock--square .square-second{animation:squareSecondSweep 60s linear infinite}
@keyframes squareSecondSweep{from{transform:rotate(300deg)}to{transform:rotate(660deg)}}
.square-template .bho-preview-clock--square .square-hub{
  position:absolute;left:50%;top:50%;width:18px;height:18px;border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#fff 0%,#d4d4d4 34%,#777 70%,#333 100%);
  border:2px solid #666;box-shadow:0 3px 5px rgba(0,0,0,.42),inset 0 1px 2px #fff;transform:translate(-50%,-50%);z-index:16;
}
.square-template .bho-preview-clock--square .photo-placeholder{
  left:50%!important;top:36%!important;width:150px!important;height:96px!important;transform:translate(-50%,-50%)!important;
  border-radius:18px!important;background:rgba(255,253,247,.94)!important;border:1px dashed #c99a58!important;color:#111!important;z-index:13!important;
  text-shadow:none!important;font-weight:800!important;
}
.square-template .bho-preview-clock--square .photo-placeholder .ph-icon{color:#111!important;text-shadow:none!important}
.square-template .bho-preview-clock--square .custom-text-band{display:none!important}
.square-template .bho-preview-clock--square .single-text-overlay{inset:0!important;transform:none!important;width:100%!important;height:100%!important;z-index:17!important}
.square-template .bho-preview-clock--square .single-text-overlay .quote-text{
  position:absolute!important;left:50%!important;top:64%!important;transform:translateX(-50%)!important;
  width:auto!important;max-width:78%!important;padding:7px 18px!important;border-radius:11px!important;background:rgba(5,5,5,.9)!important;
  color:#fff!important;font-size:17px!important;line-height:1.1!important;white-space:nowrap!important;
}
.square-template .bho-preview-clock--square .single-text-overlay .name-line{
  position:absolute!important;left:50%!important;top:73%!important;transform:translateX(-50%)!important;
  margin:0!important;padding:6px 14px!important;border-radius:11px!important;background:rgba(5,5,5,.9)!important;gap:7px!important;white-space:nowrap!important;
}
.square-template .bho-preview-clock--square .single-text-overlay .name-line .name,
.square-template .bho-preview-clock--square .single-text-overlay .name-line .infinity{font-size:25px!important}
@media(max-width:800px){
  .square-template .design-preview .real-3d.bho-preview-clock--square #product{width:400px!important;height:400px!important;top:22px!important;transform:perspective(900px) rotateX(var(--square-rx,1deg)) rotateY(var(--square-ry,-2deg)) scale(.88)!important}
  .square-template .bho-preview-clock--square .square-num{font-size:25px!important}
}
/* Kare sayfada, ortak dikey kuralların daha yüksek özgüllüğünü kesin olarak geç. */
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .hands-overlay{display:none!important;visibility:hidden!important;opacity:0!important}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .model-svg,
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .svg-layer,
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .second-hand,
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .second-cap{display:none!important;visibility:hidden!important;opacity:0!important}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .custom-text-band{display:none!important}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .single-text-overlay{
  position:absolute!important;inset:0!important;width:100%!important;height:100%!important;transform:none!important;display:block!important;
}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .single-text-overlay .quote-text{
  position:absolute!important;left:50%!important;right:auto!important;top:63%!important;bottom:auto!important;
  transform:translateX(-50%)!important;margin:0!important;width:max-content!important;max-width:76%!important;
  padding:7px 18px!important;border-radius:11px!important;background:rgba(4,4,4,.72)!important;text-align:center!important;
}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .single-text-overlay .name-line{
  position:absolute!important;left:50%!important;right:auto!important;top:73%!important;bottom:auto!important;
  transform:translateX(-50%)!important;margin:0!important;width:max-content!important;max-width:82%!important;
  padding:6px 14px!important;border-radius:11px!important;background:rgba(4,4,4,.72)!important;justify-content:center!important;
}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square.content-hidden .single-text-overlay,
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square.content-hidden .single-text-overlay .quote-text,
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square.content-hidden .single-text-overlay .name-line{
  display:none!important;visibility:hidden!important;opacity:0!important;background:transparent!important;
}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .photo-placeholder{
  background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;
  left:31%!important;top:32%!important;color:#fff!important;font-weight:900!important;text-shadow:0 2px 3px rgba(0,0,0,.55)!important;line-height:1.12!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;
}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .photo-placeholder .ph-icon{
  display:grid!important;visibility:visible!important;place-items:center!important;width:48px!important;height:48px!important;
  border:2px solid rgba(255,255,255,.72)!important;border-radius:50%!important;background:rgba(255,255,255,.12)!important;
  color:#fff!important;text-shadow:0 2px 3px rgba(0,0,0,.45)!important;font-size:25px!important;line-height:1!important;
}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square #productFront,
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square #productFront .photo-bg{
  background:radial-gradient(circle at 48% 34%,rgba(183,123,84,.42),rgba(102,59,38,.18) 42%,rgba(37,19,12,.32)),linear-gradient(145deg,#82543a,#603823 55%,#3d2115)!important;
}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square .square-num{
  color:#fff!important;-webkit-text-stroke:0 transparent!important;text-shadow:none!important;font-weight:900!important;
}
body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square #productFront.photo-loaded .square-num{
  color:#fff!important;-webkit-text-stroke:1.15px rgba(39,28,20,.82)!important;
  paint-order:stroke fill!important;text-shadow:0 1px 3px rgba(0,0,0,.38)!important;
}

/* Ürün sayfası WhatsApp / Instagram kartları. */
.design-page .form-social-banner{
  width:min(100%,500px)!important;padding:0 0 18px!important;margin:22px auto!important;background:transparent!important;
  border:0!important;border-bottom:1px solid #eadfd2!important;border-radius:0!important;box-shadow:none!important;
}
.design-page .form-social-banner .social-banner-copy{display:none!important}
.design-page .form-social-banner .social-banner-links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;width:100%!important}
.design-page .form-social-banner .social-banner-links a{
  min-height:84px!important;box-sizing:border-box!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;
  gap:12px!important;padding:14px!important;border-radius:15px!important;color:#fff!important;text-align:left!important;white-space:normal!important;
  box-shadow:0 8px 18px rgba(34,22,12,.12)!important;
}
.design-page .form-social-banner .social-banner-links a:first-child{background:linear-gradient(135deg,#1fd36b 0%,#0aa78c 100%)!important}
.design-page .form-social-banner .social-banner-links a:last-child{background:linear-gradient(135deg,#ff7435 0%,#e43d77 52%,#9029bd 100%)!important}
.design-page .form-social-banner .social-card-icon{
  flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.18);
  font-style:normal;font-size:23px;color:#fff;border:1px solid rgba(255,255,255,.15);
}
.design-page .form-social-banner .social-banner-links a>span{display:flex;flex-direction:column;gap:3px;min-width:0}
.design-page .form-social-banner .social-banner-links strong{font-size:14px!important;line-height:1.05!important;color:#fff!important}
.design-page .form-social-banner .social-banner-links small{font-size:10px!important;line-height:1.2!important;color:#fff!important;font-weight:700!important}
@media(max-width:420px){.design-page .form-social-banner .social-banner-links{gap:8px!important}.design-page .form-social-banner .social-banner-links a{padding:11px 9px!important;gap:8px!important}.design-page .form-social-banner .social-card-icon{flex-basis:32px;width:32px;height:32px;font-size:19px}.design-page .form-social-banner .social-banner-links strong{font-size:12px!important}}

@media(max-width:800px){
  body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square{
    height:440px!important;min-height:440px!important;aspect-ratio:1/1!important;background-position:center 38%!important;
  }
  body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square #scene{
    width:100%!important;height:440px!important;min-height:440px!important;display:flex!important;align-items:center!important;justify-content:center!important;
    perspective:1000px!important;
  }
  body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square #product{
    --w:420px!important;--h:420px!important;width:420px!important;height:420px!important;top:5px!important;flex:0 0 420px!important;
    transform:rotateX(var(--square-rx,1deg)) rotateY(var(--square-ry,-2deg)) scale(var(--square-mobile-scale,.7))!important;
    transform-origin:center center!important;zoom:1!important;max-width:none!important;max-height:none!important;
  }
  body.square-template.vertical-template .design-preview .real-3d.bho-preview-clock--square #productFront{
    width:420px!important;height:420px!important;max-width:none!important;max-height:none!important;
  }
}

/* Yuvarlak kategori: yalnızca template=yuvarlak ürünlerinde çalışan tek fotoğraflı 3D saat. */
body{background:#fff!important}
.main-header,.category-nav{position:relative!important;top:auto!important}
body.round-template .design-preview .real-3d.round-clock-stage{
  position:relative!important;display:grid!important;place-items:center!important;height:610px!important;min-height:610px!important;
  overflow:hidden!important;border:0!important;border-radius:22px!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035),rgba(0,0,0,.025)),
    #d8c5aa url('assets/plain-wall-sconces-backdrop.png') center 38%/cover no-repeat!important;
  perspective:1200px!important;box-shadow:inset 0 0 0 1px rgba(93,61,31,.12)!important;
}
body.round-template .design-preview .real-3d.round-clock-stage:before{display:none!important;content:none!important}
body.round-template .round-clock-product{
  position:relative;width:470px;height:470px;transform-style:preserve-3d;transition:transform .2s ease-out;
  filter:drop-shadow(0 22px 15px rgba(42,27,16,.27));touch-action:none;
}
body.round-template .round-clock-product:before{
  content:"";position:absolute;inset:5px -7px -9px 7px;border-radius:50%;z-index:0;
  background:linear-gradient(145deg,#d2c3a9 0%,#8f7b60 48%,#544633 100%);
  box-shadow:inset -7px -7px 13px rgba(29,20,13,.28),inset 4px 3px 5px rgba(255,255,255,.3);
  transform:translateZ(-12px);
}
body.round-template .round-clock-face{
  position:absolute;inset:0;z-index:2;overflow:hidden;border:2px solid rgba(90,75,57,.78);border-radius:50%;
  background:
    radial-gradient(circle at 35% 22%,rgba(212,135,111,.52) 0 7%,rgba(212,135,111,0) 38%),
    linear-gradient(145deg,#8b4538 0%,#652a26 52%,#3a1718 100%);
  border-color:rgba(54,22,24,.9);
  box-shadow:inset 0 0 48px rgba(24,8,10,.48),inset 0 3px 2px rgba(255,190,165,.2);
}
body.round-template .round-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform-origin:center;z-index:1}
body.round-template .round-photo.photo-loaded{opacity:1}
body.round-template .round-face-shade{position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 50% 45%,transparent 48%,rgba(32,20,10,.18) 100%);opacity:0}
body.round-template .photo-loaded~.round-face-shade{opacity:1}
body.round-template .round-title-svg{position:absolute;inset:0;z-index:8;width:100%;height:100%;overflow:visible;pointer-events:none}
body.round-template .round-title-svg text{fill:#fff;font:800 27px/1 "Segoe UI",Arial,sans-serif;paint-order:stroke fill;stroke:#111;stroke-width:3px;stroke-linejoin:round;letter-spacing:.2px}
body.round-template .round-number{position:absolute;z-index:8;transform:translate(-50%,-50%);color:#fff;font:900 30px/1 Arial,sans-serif;paint-order:stroke fill;-webkit-text-stroke:1.8px rgba(56,49,42,.88);text-shadow:0 2px 4px rgba(0,0,0,.35)}
body.round-template .round-clock-face:not(.photo-loaded) .round-number{color:#fff;-webkit-text-stroke:1.8px rgba(92,76,57,.82);text-shadow:0 2px 3px rgba(54,38,24,.22)}
body.round-template .round-ticks,body.round-template .round-tick{display:none!important}
body.round-template .round-placeholder{position:absolute;left:50%;top:34%;z-index:9;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:6px;color:#fff;text-align:center;font:800 12px/1.15 Arial,sans-serif;text-shadow:0 2px 3px rgba(0,0,0,.62);cursor:pointer}
body.round-template .round-placeholder span{display:grid;place-items:center;width:31px;height:31px;border:1px solid rgba(255,255,255,.95);border-radius:9px;background:rgba(255,255,255,.12);color:#fff;font-size:16px;box-shadow:0 1px 3px rgba(0,0,0,.28)}
body.round-template .round-placeholder svg{width:17px;height:17px;fill:#fff}
body.round-template .round-upload-surface{position:absolute;inset:0;z-index:30;display:block;width:100%;height:100%;margin:0;padding:0;border:0;border-radius:50%;cursor:pointer;background:transparent;overflow:hidden}
body.round-template .round-upload-surface #photos{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;opacity:0!important;cursor:pointer!important}
body.round-template .round-clock-face.photo-loaded .round-upload-surface{display:none}
body.round-template .round-hand{position:absolute;left:50%;top:50%;z-index:12;transform-origin:0 50%;filter:drop-shadow(1px 2px 1px rgba(0,0,0,.35))}
body.round-template .round-hour{width:118px;height:11px;transform:rotate(34deg);border-radius:2px;background:linear-gradient(180deg,#e8eaeb,#72777a 50%,#bfc2c4);clip-path:polygon(0 18%,88% 18%,100% 50%,88% 82%,0 82%)}
body.round-template .round-minute{width:166px;height:9px;transform:rotate(0deg);border-radius:2px;background:linear-gradient(180deg,#f4f5f5,#777c80 48%,#c8cbcd);clip-path:polygon(0 18%,92% 18%,100% 50%,92% 82%,0 82%)}
body.round-template .round-second{width:186px;height:4px;z-index:14;border-radius:4px;background:#ed1b24;animation:roundSecondSweep 60s linear infinite;box-shadow:0 1px 1px rgba(255,255,255,.45) inset}
body.round-template .round-second:before{content:"";position:absolute;right:100%;top:0;width:72px;height:4px;border-radius:4px;background:#ed1b24}
@keyframes roundSecondSweep{from{transform:rotate(165deg)}to{transform:rotate(525deg)}}
body.round-template .round-hub{position:absolute;left:50%;top:50%;z-index:15;width:18px;height:18px;transform:translate(-50%,-50%);border:2px solid #666;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,#c9c9c9 36%,#656565 75%,#333);box-shadow:0 2px 4px rgba(0,0,0,.42)}
body.round-template .round-name-band{position:absolute;left:50%;top:69%;z-index:16;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:8px;width:max-content;max-width:78%;min-height:49px;padding:3px 18px;border-radius:17px;background:rgba(3,3,3,.9);box-shadow:0 8px 14px rgba(0,0,0,.3);white-space:nowrap}
body.round-template .round-name{color:#fff;font-family:"Segoe Script","Lucida Handwriting","Brush Script MT",cursive!important;font-size:27px;font-weight:700;font-style:italic;line-height:1;letter-spacing:-.035em;text-shadow:0 1px 2px rgba(0,0,0,.55)}
body.round-template .round-heart,body.round-template .round-infinity{color:#f10d1a;font-style:normal;font-weight:900;font-size:26px}
body.round-template .preview-frame .slot-2,body.round-template .preview-frame .slot-3,body.round-template .preview-frame .slot-4,body.round-template .preview-frame .slot-5,body.round-template .photo-upload-row>div:nth-child(n+2){display:none!important}
body.round-template .photo-upload-row{grid-template-columns:minmax(0,1fr)!important}
body.round-template .photo-upload-row>div:first-child{max-width:260px;margin-inline:auto}
body.round-template .design-preview .preview-caption{display:none!important}
body.round-template .design-form .upload-box:after{content:'✦  TEK FOTOĞRAF'!important}
body.round-template .form-price-box .size-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;transform:none!important}
body.round-template .form-price-box .size-options button{min-height:76px!important}
body.round-template .form-price-box{
  display:flex!important;flex-direction:column!important;gap:14px!important;padding-top:0!important;border-top:0!important;overflow:visible!important;
}
body.round-template .form-price-box .round-price-banner,
body.round-template .form-price-box .round-size-banner{
  display:block!important;width:100%!important;box-sizing:border-box!important;padding:18px!important;
  border:1px solid #ead8bd!important;border-radius:18px!important;background:linear-gradient(145deg,#fffdf8,#fff7ea)!important;
  box-shadow:0 8px 22px rgba(112,74,32,.09)!important;
}
body.round-template .form-price-box .round-price-banner .price-line{display:flex!important;align-items:center!important;gap:18px!important;margin:0!important;transform:none!important}
body.round-template .form-price-box .round-price-banner .benefits{margin:12px 0 0!important;width:100%!important;white-space:normal!important}
body.round-template .form-price-box .round-size-banner h3{display:block!important;margin:0 0 12px!important;font-size:17px!important}
body.round-template .form-price-box .round-size-banner .size-options{display:grid!important;width:100%!important;margin:0!important}
body.round-template .design-form #adjustPanel{max-width:none;width:100%;margin:-14px 0 24px!important;padding:14px!important;border:1px solid #ead8bd;border-radius:16px;background:#fffaf2}
body.round-template .design-form #adjustPanel .adjust-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 12px;max-width:none}
body.round-template .design-form #adjustPanel .adjust-actions .adjust-reset{grid-column:1/-1}
body.round-template .design-preview #adjustPanel{display:none;max-width:620px;width:100%;box-sizing:border-box;margin:14px auto 20px!important;padding:14px!important;border:1px solid #ead8bd;border-radius:16px;background:#fffaf2;box-shadow:0 7px 18px rgba(112,74,32,.08)}
body.round-template .design-preview #adjustPanel .adjust-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:none;margin:0 0 12px}
body.round-template .design-preview #adjustPanel .adjust-actions .adjust-reset{grid-column:1/-1}
body.round-template .round-clock-face.photo-loaded{cursor:grab}
body.round-template .round-clock-stage:active .round-clock-face.photo-loaded{cursor:grabbing}
body.round-template .round-clock-face{touch-action:none!important;user-select:none!important}
@media(max-width:800px){
  body.round-template .design-preview .real-3d.round-clock-stage{height:450px!important;min-height:450px!important;background-position:center 38%!important}
  body.round-template .round-clock-product{width:365px;height:365px}
  body.round-template .round-title-svg text{font-size:26px}
  body.round-template .round-number{font-size:23px}
  body.round-template .round-name-band{top:70%;min-height:41px;padding:2px 14px;gap:6px}
  body.round-template .round-name{font-size:21px}
  body.round-template .round-heart,body.round-template .round-infinity{font-size:22px}
  body.round-template .round-hour{width:92px;height:9px}
  body.round-template .round-minute{width:130px;height:7px}
  body.round-template .round-second{width:145px}
  body.round-template .round-second:before{width:56px}
  body.round-template .photo-upload-row{display:none!important}
  body.round-template .form-price-box .round-price-banner,body.round-template .form-price-box .round-size-banner{padding:14px!important}
}
@media(max-width:430px){body.round-template .round-clock-product{width:345px;height:345px}body.round-template .design-preview .real-3d.round-clock-stage{height:420px!important;min-height:420px!important}}

/* Ürün kartlarındaki 3:4 görselleri kırpmadan tam boy göster. */
.category-page .product-card,
.category-products .mini-product,
.best-card,
.best-mini{
  height:auto!important;min-height:0!important;align-self:flex-start!important;background:#fff!important;overflow:hidden!important;
}
.category-page .product-art,
.category-products .mini-product img,
.best-card img,
.best-mini img{
  display:block!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:3/4!important;
  object-fit:contain!important;object-position:center!important;background:#f7efe3!important;
}
.category-page .product-card a.product-art,
.category-page .product-card:hover .product-art{
  margin:0!important;padding:0!important;max-height:none!important;border-radius:17px 17px 0 0!important;
  overflow:hidden!important;line-height:normal!important;white-space:normal!important;opacity:1!important;
  visibility:visible!important;transform:none!important;
}
.category-page .product-art img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}
.category-page .product-card h3{height:auto!important;min-height:62px!important;margin:14px 16px 2px!important;padding:0!important}
.category-page .product-card p{min-height:30px!important;margin:0 16px 10px!important;padding:0!important}
.category-page .product-card a:not(.product-art){margin:0 16px 16px!important}
.category-products .mini-product span{min-height:58px!important;white-space:normal!important;overflow:hidden!important;display:block!important}
.category-products .mini-product strong{margin-bottom:16px!important}
/* Keep the design action visible in every product-card renderer, at every width. */
.category-products .mini-product .product-design-cta,.best-mini .product-design-cta,
.best-card .product-design-cta,.category-page .product-card .product-design-cta{
  display:flex!important;align-items:center;justify-content:center;
  box-sizing:border-box;min-height:44px!important;margin:10px 16px 16px!important;
  padding:12px 10px!important;border:0;border-radius:22px;
  background:linear-gradient(100deg,#d7a04b,#a76b24)!important;
  color:#fff!important;font:800 13px/1.3 Arial,sans-serif!important;
  text-align:center;text-decoration:none;white-space:normal;
  box-shadow:0 4px 10px #81521c24;
}

/* The before/after comparison block was removed from the storefront. */
body.home .before-after{display:none!important}
.best-card span,.best-mini span{min-height:54px!important;box-sizing:border-box!important}
@media(max-width:800px){
  .category-page .product-card h3{min-height:56px!important}
  .category-products .mini-product span{min-height:54px!important}
}

/* Görselli kategori açılır panelleri masaüstünde menü dışına taşabilsin. */
@media(min-width:801px){
  .category-nav{overflow:visible!important}
  .category-nav .nav-item{position:relative!important;overflow:visible!important;z-index:501}
  .category-nav .nav-dropdown{z-index:5000!important}
  .category-nav>.nav-item:has(>a[hidden]){display:none!important}
  .category-nav .nav-dropdown{box-sizing:border-box;width:min(675px,calc(100vw - 24px))}
  .category-nav .nav-product{display:block;text-decoration:none}
}

/* Footer: uzun başlık çizgilerini kaldır, kısa çizgileri hareketlendir. */
.site-footer .footer-col h3{
  border-bottom:0!important;
  padding-bottom:0!important;
}
.site-footer .footer-col h3::after{
  content:""!important;
  display:block!important;
  width:42px!important;
  height:2px!important;
  margin-top:10px!important;
  border:0!important;
  background:#c49a55!important;
  transform-origin:left center!important;
  animation:footer-short-line 1.8s ease-in-out infinite!important;
}
.site-footer .footer-col:hover h3::after{
  animation-play-state:paused!important;
  transform:scaleX(1.85)!important;
}
.site-footer .footer-line{display:none!important}
/* Footer sosyal medya ikonları */
.site-footer .footer-col.social .footer-social{height:42px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;gap:13px!important;margin:0 0 9px!important;padding:0 13px!important;border:1px solid #555!important;border-radius:8px!important;background:#171717!important;color:#f7f7f7!important;font-size:13px!important;text-decoration:none!important;transition:border-color .18s,background .18s,transform .18s}.site-footer .footer-col.social .footer-social:hover{border-color:#c49a55!important;background:#222!important;transform:translateX(2px)}.site-footer .footer-social i{display:grid;place-items:center;width:20px;height:20px;box-sizing:border-box;color:#fff;font-style:normal;font-weight:800;font-size:16px;flex:none}.site-footer .footer-social.instagram i{border:2px solid #fff;border-radius:6px;position:relative;font-size:0}.site-footer .footer-social.instagram i:before{content:"";width:7px;height:7px;border:2px solid #fff;border-radius:50%}.site-footer .footer-social.instagram i:after{content:"";position:absolute;right:2px;top:2px;width:3px;height:3px;border-radius:50%;background:#fff}.site-footer .footer-social.facebook i{border-radius:50%;background:#f7f7f7;color:#171717;font-family:Arial;font-size:16px}.site-footer .footer-social.whatsapp i{border:2px solid #fff;border-radius:50%;font-size:16px;line-height:1}.site-footer .footer-social span{flex:1}
@keyframes footer-short-line{
  0%,100%{transform:scaleX(1);opacity:.78}
  50%{transform:scaleX(1.55);opacity:1}
}
@media(prefers-reduced-motion:reduce){
  .site-footer .footer-col h3::after{animation:none!important}
}

/* Tüm sayfalarda footer zemin yazısını gerçek merkeze yerleştir. */
footer.site-footer::before,
footer.shared-footer::before{
  content:"BİR HEDİYEN OLSUN"!important;
  position:absolute!important;
  left:50%!important;
  right:auto!important;
  top:50%!important;
  bottom:auto!important;
  width:max-content!important;
  max-width:none!important;
  transform:translate(-50%,-50%)!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-size:clamp(52px,7vw,124px)!important;
  line-height:1!important;
  letter-spacing:.08em!important;
  color:rgba(255,255,255,.035)!important;
  pointer-events:none!important;
  z-index:0!important;
}
@media(max-width:800px){
  footer.site-footer::before,
  footer.shared-footer::before{
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    font-size:clamp(34px,9vw,58px)!important;
    letter-spacing:.035em!important;
  }
}

/* Modern iletişim sayfası */
.contact-page-body{background:#fff!important}
.contact-page{
  width:min(1240px,calc(100% - 40px))!important;max-width:none!important;margin:34px auto 80px!important;padding:0!important;
  background:transparent!important;border:0!important;border-radius:0!important;color:#3d2918!important;
}
.contact-back{display:inline-flex!important;align-items:center;gap:8px;margin:0 0 18px!important;color:#704a20!important;text-decoration:none;font-weight:800}
.contact-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);gap:32px;align-items:center;min-height:310px;padding:52px 58px;border-radius:34px;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.2),transparent 28%),linear-gradient(125deg,#4d2d18 0%,#815326 48%,#c39550 100%);color:#fff;box-shadow:0 20px 55px rgba(91,55,20,.22)}
.contact-hero:after{content:"BHO";position:absolute;right:-15px;bottom:-55px;color:rgba(255,255,255,.055);font-size:210px;font-weight:900;line-height:1;pointer-events:none}
.contact-hero-copy{position:relative;z-index:1}.contact-kicker,.contact-section-tag{display:inline-block;color:#d6a85f;font-size:12px;font-weight:900;letter-spacing:.16em}.contact-hero h1{max-width:710px;margin:12px 0 16px;color:#fff;font-size:clamp(38px,5vw,66px);line-height:1.02;letter-spacing:-.035em}.contact-hero p{max-width:660px;margin:0;color:#f7ead8;font-size:18px;line-height:1.65}.contact-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.contact-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:900}.contact-btn.whatsapp{background:#25d366;color:#082d16}.contact-btn.light{background:#fff;color:#704a20}.contact-hero-badge{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-height:190px;padding:28px;border:1px solid rgba(255,255,255,.25);border-radius:26px;background:rgba(255,255,255,.12);backdrop-filter:blur(9px)}.contact-hero-badge b{font-size:62px;line-height:1;color:#fff}.contact-hero-badge span{margin-top:10px;font-size:18px;font-weight:900}.contact-hero-badge small{margin-top:6px;color:#f5e5d0;font-size:13px}
.contact-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}.contact-quick-grid>a{display:flex;align-items:center;gap:16px;min-width:0;padding:22px;border:1px solid #ead8bd;border-radius:22px;background:#fff;color:#4e351f;text-decoration:none;box-shadow:0 9px 25px rgba(80,50,22,.08);transition:.25s ease}.contact-quick-grid>a:hover{transform:translateY(-4px);border-color:#c59551;box-shadow:0 15px 30px rgba(80,50,22,.14)}.contact-quick-grid i{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:17px;background:#f5e9d6;color:#9b6a2e;font-style:normal;font-size:25px}.contact-quick-grid span{min-width:0}.contact-quick-grid small,.contact-quick-grid strong,.contact-quick-grid em{display:block}.contact-quick-grid small{color:#b18042;font-size:10px;letter-spacing:.12em}.contact-quick-grid strong{margin:5px 0;font-size:15px;overflow-wrap:anywhere}.contact-quick-grid em{color:#91795f;font-size:11px;font-style:normal}
.contact-main-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;margin-top:22px}.contact-card{padding:34px;border:1px solid #ead8bd;border-radius:28px;background:#fff;box-shadow:0 12px 32px rgba(80,50,22,.08)}.contact-card h2,.contact-map-head h2,.contact-whatsapp-banner h2{margin:8px 0 18px;color:#603b1b;font-size:30px}.contact-company dl{margin:0}.contact-company dl>div{display:grid;grid-template-columns:125px 1fr;gap:16px;padding:15px 0;border-bottom:1px solid #f0e4d2}.contact-company dt{color:#a07138;font-size:12px;font-weight:900;text-transform:uppercase}.contact-company dd{margin:0;color:#4d3d2f;line-height:1.55}.contact-company dd a{color:inherit;text-decoration:none;font-weight:800}.contact-route{display:inline-flex;margin-top:22px;padding:13px 18px;border-radius:999px;background:#704a20;color:#fff!important;text-decoration:none!important;font-weight:900}
.contact-form-card>p{margin:-8px 0 20px;color:#806b55;line-height:1.55}.contact-form-card form,.contact-form-card label{display:grid;gap:8px}.contact-form-card form{gap:15px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form-card label{color:#68451f;font-size:12px;font-weight:900}.contact-form-card input,.contact-form-card select,.contact-form-card textarea{box-sizing:border-box;width:100%;padding:14px 15px;border:1px solid #e2cba9;border-radius:15px;background:#fffdf9;color:#3d2c1c;font:inherit;outline:none}.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:#b88442;box-shadow:0 0 0 4px rgba(184,132,66,.12)}.contact-form-card textarea{resize:vertical;min-height:120px}.contact-form-card button{min-height:52px;border:0;border-radius:16px;background:linear-gradient(100deg,#bd8b48,#70451e);color:#fff;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(112,69,30,.22)}
.contact-map-wrap{overflow:hidden;margin-top:22px;border:1px solid #ead8bd;border-radius:30px;background:#fff;box-shadow:0 12px 32px rgba(80,50,22,.08)}.contact-map-head{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:28px 32px 22px}.contact-map-head h2{margin-bottom:0}.contact-map-head p{margin:0;color:#806b55}.contact-map-wrap iframe{display:block;width:100%;height:420px;border:0;filter:saturate(.82) contrast(.96)}
.contact-whatsapp-banner{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;margin-top:22px;padding:28px 32px;border-radius:28px;background:linear-gradient(115deg,#e8fff0,#fffaf1);border:1px solid #bfe7ca}.contact-wa-icon{display:grid;place-items:center;width:68px;height:68px;border-radius:22px;background:#25d366;color:#fff;font-size:34px}.contact-whatsapp-banner small{color:#198d45;font-weight:900;letter-spacing:.12em}.contact-whatsapp-banner h2{margin:5px 0}.contact-whatsapp-banner p{margin:0;color:#627267}.contact-whatsapp-banner>a{padding:15px 22px;border-radius:999px;background:#20b858;color:#fff;text-decoration:none;font-weight:900;white-space:nowrap}
@media(max-width:800px){
  .contact-page{width:calc(100% - 22px)!important;margin:16px auto 50px!important}.contact-back{margin-left:4px!important}
  .contact-hero{grid-template-columns:1fr;min-height:0;padding:32px 24px;border-radius:24px}.contact-hero h1{font-size:39px}.contact-hero p{font-size:15px}.contact-hero-badge{min-height:0;padding:20px}.contact-hero-badge b{font-size:46px}
  .contact-quick-grid{grid-template-columns:1fr;gap:11px}.contact-quick-grid>a{padding:16px;border-radius:18px}.contact-main-grid{grid-template-columns:1fr}.contact-card{padding:24px 19px;border-radius:22px}.contact-card h2,.contact-map-head h2,.contact-whatsapp-banner h2{font-size:25px}.contact-company dl>div{grid-template-columns:1fr;gap:5px}.contact-form-row{grid-template-columns:1fr}
  .contact-map-head{display:block;padding:24px 20px}.contact-map-head p{margin-top:10px}.contact-map-wrap iframe{height:330px}
  .contact-whatsapp-banner{grid-template-columns:auto 1fr;padding:22px 18px}.contact-wa-icon{width:54px;height:54px;border-radius:17px}.contact-whatsapp-banner>a{grid-column:1/-1;text-align:center}.contact-whatsapp-banner p{font-size:13px}
}

/* Yasal sayfalar kendi layout sistemini policy.css dosyasından alır. */

/* Footer telefon ve e-posta bağlantıları */
.site-footer .footer-contact-link{display:inline-block;color:#eee!important;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease,transform .2s ease}

.site-footer .footer-contact-link:hover,.site-footer .footer-contact-link:focus-visible{color:#d9aa61!important;border-bottom-color:#d9aa61;transform:translateX(3px);outline:0}

/* E-posta pop-up ürün bağlantısı */
.coupon-visual{cursor:pointer}.coupon-visual:focus-visible{outline:3px solid #fff;outline-offset:-6px}.coupon-visual-label{font:700 24px/1.2 Georgia!important;text-decoration:underline;text-underline-offset:5px!important;text-decoration-color:#d4a45a!important}
@media(max-width:700px){.coupon-visual-label{font-size:20px!important}}

/* Footer üstü WhatsApp ve Instagram hızlı iletişim alanı */
.footer-social-ctas{padding:28px 20px;background:#fff}.footer-social-ctas-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(760px,100%);margin:auto}.footer-social-cta{position:relative;display:flex;align-items:center;gap:13px;min-height:72px;padding:0 24px;overflow:hidden;border-radius:10px;color:#fff!important;text-decoration:none!important;box-shadow:0 9px 20px rgba(26,27,31,.16);transform:translateZ(0);transition:transform .2s ease,box-shadow .2s ease}.footer-social-cta:hover{transform:translateY(-4px) scale(1.015);box-shadow:0 16px 27px rgba(26,27,31,.24)}.footer-social-cta:focus-visible{outline:3px solid #2d2d2d;outline-offset:3px}.footer-social-cta.whatsapp{background:linear-gradient(120deg,#20bd66,#128a4b)}.footer-social-cta.instagram{background:linear-gradient(120deg,#7037b9,#c22f72 52%,#f2733f)}.footer-social-cta-icon{display:grid;place-items:center;flex:0 0 31px;width:31px;height:31px;border:2px solid rgba(255,255,255,.92);border-radius:50%;font-size:24px;font-weight:700;line-height:1}.footer-social-cta span:nth-child(2){display:grid;gap:3px;position:relative;z-index:1}.footer-social-cta strong{font-size:17px;line-height:1.1;color:#fff}.footer-social-cta small{font-size:13px;font-weight:800;color:rgba(255,255,255,.96)}.footer-social-cta i{position:absolute;right:-24px;top:-46px;width:115px;height:115px;border:1px solid rgba(255,255,255,.28);border-radius:50%;animation:footerCtaPulse 2.3s ease-in-out infinite}.footer-social-cta.instagram i{animation-delay:1.1s}@keyframes footerCtaPulse{0%,100%{transform:scale(.76);opacity:.3}50%{transform:scale(1.05);opacity:.85}}@media(max-width:600px){.footer-social-ctas{padding:18px 14px}.footer-social-ctas-inner{gap:10px}.footer-social-cta{min-height:68px;padding:0 12px;gap:9px;border-radius:10px}.footer-social-cta-icon{flex-basis:26px;width:26px;height:26px;font-size:20px}.footer-social-cta strong{font-size:13px}.footer-social-cta small{font-size:10px}}

/* Fotoğraf ayar paneli */
.design-page .adjust-panel{max-width:680px!important;margin:18px auto 28px!important;padding:13px!important;border:1px solid #e5cda8!important;border-radius:16px!important;background:linear-gradient(135deg,#fff9ee,#f6ead6)!important;box-shadow:0 10px 24px rgba(102,68,30,.1)}.design-page .adjust-controls{gap:11px!important}.design-page .adjust-controls section{padding:14px 12px!important;border-color:#e5cda8!important;border-radius:14px!important;background:#fffdf9!important}.design-page .adjust-controls h3{margin-bottom:12px!important;font-size:13px!important}.design-page .adjust-controls label{grid-template-columns:57px minmax(0,1fr) 38px!important;gap:8px!important;margin:10px 0!important;font-size:11px!important}.design-page .adjust-controls input[type=range]{height:16px!important;accent-color:#bd8e51!important}.design-page .adjust-controls output{font-size:10px!important}.design-page .adjust-mini-actions{margin-top:13px!important;gap:8px!important}.design-page .adjust-mini-actions button{min-height:34px!important;border-radius:9px!important;background:#b98a4b!important;font-size:11px!important;transition:transform .18s ease,filter .18s ease}.design-page .adjust-mini-actions button:hover,.design-page .adjust-mini-actions button:focus-visible{filter:brightness(1.08);transform:translateY(-1px)}@media(max-width:700px){.design-page .adjust-panel{margin:14px 10px 22px!important;padding:10px!important}.design-page .adjust-controls{grid-template-columns:1fr!important;gap:9px!important}.design-page .adjust-controls section{padding:13px 11px!important}.design-page .adjust-controls label{grid-template-columns:58px minmax(0,1fr) 36px!important}.design-page .adjust-mini-actions button{min-height:36px!important;font-size:11px!important}}

/* Sepet sayfası kategori navigasyonu */
.cart-site-nav{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px max(18px,calc((100% - 1260px)/2));border-top:1px solid #eee1cf;border-bottom:1px solid #eadbc5;background:#fffaf3;overflow-x:auto;scrollbar-width:thin}.cart-site-nav a{flex:0 0 auto;padding:8px 12px;border-radius:999px;color:#734916;text-decoration:none;font-size:13px;font-weight:750;white-space:nowrap;transition:background .18s ease,color .18s ease,transform .18s ease}.cart-site-nav a:hover,.cart-site-nav a:focus-visible{background:#b98a4b;color:#fff;transform:translateY(-1px);outline:0}@media(max-width:700px){.cart-site-nav{justify-content:flex-start;gap:3px;padding:8px 10px}.cart-site-nav a{padding:8px 10px;font-size:12px}.cart-progress{margin-top:0!important}}

/* Ortak ana sayfa header'ı */
.shared-main-header .header-inner{max-width:1240px!important;min-height:84px!important;height:auto!important;padding:13px 20px!important}.shared-main-header .logo img{width:72px!important}.shared-main-header .logo .logo-sign{width:170px!important}.shared-main-header .account-wrap{display:contents!important;position:static!important}.shared-main-header .account-dropdown{display:none!important}body:has(.shared-main-header) .top-promo{display:flex!important;color:var(--header-promo-color,#8a5b24)!important}.header-admin-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.header-admin-form label{display:grid;gap:7px;color:#68451f;font-size:13px;font-weight:800}.header-admin-form input,.header-admin-form select{min-height:42px;box-sizing:border-box;padding:9px 11px;border:1px solid #dfc8a8;border-radius:10px;background:#fffdf9;color:#382818;font:inherit}.header-admin-status{align-self:center;color:#498052;font-size:12px;font-weight:800}@media(max-width:700px){.shared-main-header .header-inner{display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important;padding:12px 14px!important}.shared-main-header .logo img{width:51px!important}.shared-main-header .logo .logo-sign{width:126px!important}.shared-main-header .search{grid-column:1/-1;order:initial!important;width:100%;height:42px!important}.shared-main-header .account{gap:9px!important}.shared-main-header .account button{font-size:11px!important}.category-nav{height:50px!important;padding:0 10px!important;gap:5px!important;overflow-x:auto!important;justify-content:flex-start!important}.category-nav a{flex:0 0 auto!important;padding:7px 9px!important;font-size:12px!important}.header-admin-form{grid-template-columns:1fr}.header-admin-form .checkout-primary{width:100%}}

/* Sizden Gelenler müşteri yorum bantları */
.customer-grid.customer-review-gallery{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.customer-grid article{display:flex!important;flex-direction:column!important;overflow:hidden!important;border:1px solid #ead8bd!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 24px rgba(91,59,27,.12)!important}.customer-grid article img,.customer-grid article video{display:block;width:100%!important;aspect-ratio:4/5!important;object-fit:cover!important;background:#3a2a1d}.customer-grid .customer-review-video{grid-column:span 2}.customer-grid .customer-review-video video{aspect-ratio:16/9!important}.customer-review-copy{display:flex;flex:1;flex-direction:column;padding:14px 15px 16px;background:linear-gradient(135deg,#fff9ef,#f3e2c4);color:#68451f}.customer-review-copy small{color:#c18e3f;font-size:13px;letter-spacing:2px}.customer-review-copy p{flex:1;margin:8px 0 11px;font-size:13px;font-weight:650;line-height:1.45}.customer-review-copy b{font-size:12px;color:#98642b}@media(max-width:900px){.customer-grid.customer-review-gallery{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:700px){.customer-grid.customer-review-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.customer-grid article{border-radius:15px!important}.customer-grid .customer-review-video{grid-column:1/-1}.customer-review-copy{padding:11px 12px 13px}.customer-review-copy p{font-size:12px;margin:6px 0 8px}.customer-review-copy small{font-size:11px}}

/* Üst menü: hesap ve sepet tek satırda, referanstaki hizayla */
.main-header .account{display:flex!important;align-items:center!important;gap:18px!important;margin-left:auto!important;flex:0 0 auto!important}
.main-header .account button,.main-header .account .cart{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;min-width:0!important;min-height:32px!important;height:32px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#80541d!important;font-size:13px!important;font-weight:700!important;line-height:1!important}
.main-header .account button span{font-size:13px!important;line-height:1!important;white-space:nowrap!important}
.main-header .account-icon{width:19px!important;height:20px!important;color:#8a5d24!important}
.main-header .account .cart-icon{position:relative!important;width:21px!important;height:21px!important;color:#8a5d24!important;background:none!important}
.main-header .account .cart-icon:before,.main-header .account .cart-icon:after{background:#8a5d24!important}
.main-header .account .cart b{display:grid!important;place-items:center!important;position:absolute!important;top:-5px!important;right:-7px!important;min-width:15px!important;height:15px!important;padding:0!important;border:1px solid #fff!important;border-radius:50%!important;background:#b88949!important;color:#fff!important;font-size:9px!important;font-weight:800!important;line-height:1!important;box-shadow:none!important}
@media(max-width:700px){.main-header .account{gap:10px!important}.main-header .account button,.main-header .account .cart{gap:6px!important;font-size:12px!important}.main-header .account button span{font-size:12px!important}.main-header .account-icon{width:18px!important;height:19px!important}.main-header .account .cart-icon{width:20px!important;height:20px!important}}

/* Kampanya penceresi: dengeli mobil yerleşim ve kabartmalı yüzde yazısı. */
.coupon-overlay{
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
}
.coupon-modal{
  min-width:0!important;
  max-width:920px!important;
  margin:auto!important;
}
.coupon-visual,.coupon-content{min-width:0!important}
.coupon-visual img{display:block!important;object-position:center!important}
.coupon-content h2{
  color:#8c642e!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:900!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
  text-wrap:balance;
}
.coupon-percent{
  display:inline-block;
  position:relative;
  margin-right:.14em;
  color:#d4a052;
  font-size:1.18em;
  font-weight:1000;
  letter-spacing:-.06em;
  -webkit-text-stroke:1px #744514;
  text-shadow:
    1px 1px 0 #f4d594,
    2px 2px 0 #c38b3c,
    3px 3px 0 #9a6225,
    4px 4px 0 #714015,
    6px 8px 12px rgba(69,37,12,.32);
  transform:translateY(-1px) perspective(180px) rotateX(5deg);
}
@media(max-width:700px){
  .coupon-overlay{
    align-items:flex-start!important;
    justify-content:center!important;
    padding:14px!important;
  }
  .coupon-modal{
    grid-template-columns:minmax(0,1fr)!important;
    width:min(480px,100%)!important;
    margin:auto!important;
    border-radius:22px!important;
  }
  .coupon-visual{
    width:100%!important;
    height:clamp(260px,76vw,360px)!important;
    min-height:0!important;
  }
  .coupon-visual img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .coupon-visual-label{
    right:0!important;
    bottom:0!important;
    width:auto!important;
    box-sizing:border-box!important;
    padding:20px 22px!important;
    background:linear-gradient(180deg,transparent,rgba(20,13,9,.93))!important;
  }
  .coupon-content{
    width:100%!important;
    box-sizing:border-box!important;
    padding:30px 22px 26px!important;
  }
  .coupon-content h2{
    margin:13px 0 16px!important;
    font-size:clamp(28px,8vw,36px)!important;
  }
  .coupon-content form,.coupon-content form>input,.coupon-content form>button{min-width:0!important;width:100%!important;box-sizing:border-box!important}
  .coupon-close{top:9px!important;right:9px!important}
}
@media(max-width:430px){
  .coupon-overlay{padding:9px!important}
  .coupon-modal{border-radius:18px!important}
  .coupon-visual{height:clamp(245px,78vw,320px)!important}
  .coupon-visual-label{padding:18px!important;font-size:19px!important}
  .coupon-content{padding:25px 18px 22px!important}
  .coupon-content h2{font-size:29px!important}
  .coupon-percent{-webkit-text-stroke:.8px #744514;text-shadow:1px 1px 0 #f4d594,2px 2px 0 #c38b3c,3px 3px 0 #854f1c,5px 7px 10px rgba(69,37,12,.28)}
}

/* Product-only newsletter visual: keep the full clock clear of the caption. */
.coupon-visual.coupon-visual--product{
  display:grid;grid-template-rows:minmax(0,1fr) auto;
  height:560px!important;min-height:0!important;background:#f5eee4;
}
.coupon-visual.coupon-visual--product img{
  position:static!important;width:100%!important;height:100%!important;
  min-height:0;object-fit:contain!important;object-position:center!important;
}
.coupon-visual.coupon-visual--product .coupon-visual-label{
  position:static!important;width:100%!important;box-sizing:border-box!important;
  padding:14px 18px!important;background:#76502e!important;
  color:#fff;font:700 18px/1.3 Arial,sans-serif!important;text-align:center;
  text-decoration:none!important;
}
@media(max-width:700px){
  .coupon-visual.coupon-visual--product{height:clamp(320px,90vw,420px)!important}
  .coupon-visual.coupon-visual--product .coupon-visual-label{padding:12px 16px!important;font-size:16px!important}
}

/* Verilen orijinal WhatsApp, Instagram ve Facebook ikonları */
.brand-social-icon{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;vertical-align:middle!important}.brand-social-icon-host{display:grid!important;place-items:center!important;overflow:visible!important;background:transparent!important;border:0!important;color:inherit!important;font-size:0!important}.brand-social-icon-host::before,.brand-social-icon-host::after{display:none!important}.site-footer .footer-col.social .footer-social i.brand-social-icon-host{width:22px!important;height:22px!important}.social-icon.brand-social-icon-host{width:22px!important;height:22px!important}.footer-social-cta-icon.brand-social-icon-host{border:0!important;background:transparent!important}.footer-social-cta-icon .brand-social-icon{width:31px!important;height:31px!important;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}.social-card-icon.brand-social-icon-host{width:34px!important;height:34px!important;flex:0 0 34px!important}.social-banner-links a>.brand-social-icon,.shared-social-banner a>.brand-social-icon{width:22px!important;height:22px!important;object-fit:contain!important;margin-right:7px!important;flex:0 0 22px!important}.contact-wa-icon.brand-social-icon-host{padding:0!important}.contact-wa-icon .brand-social-icon{width:42px!important;height:42px!important}@media(max-width:600px){.footer-social-cta-icon .brand-social-icon{width:26px!important;height:26px!important}.contact-wa-icon .brand-social-icon{width:34px!important;height:34px!important}}

/* Yönetim paneli Meta Pixel ve Conversions API ayarları */
.meta-admin{margin-bottom:24px!important}.meta-admin>p{max-width:820px;color:#5f5f5f;line-height:1.55}.meta-admin-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:18px}.meta-admin-form>label{display:grid;gap:7px;color:#4b4f54;font-size:12px;font-weight:700}.meta-admin-form input[type=text],.meta-admin-form input[type=url],.meta-admin-form input[inputmode=numeric]{width:100%;min-height:40px;padding:9px 11px;border:1px solid #8c8f94;border-radius:3px;background:#fff;color:#1d2327;font:inherit}.meta-admin-form .meta-toggle{grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:13px;border:1px solid #dcdcde;border-radius:4px;background:#f6f7f7}.meta-admin-form .meta-toggle input{width:18px;height:18px;margin:0;accent-color:#2271b1}.meta-admin-form .meta-toggle span{display:grid;gap:4px}.meta-admin-form .meta-toggle small{color:#646970;font-weight:400;line-height:1.35}.meta-admin-actions{grid-column:1/-1;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.meta-test-button{min-height:38px;padding:0 14px;border:1px solid #2271b1;border-radius:3px;background:#fff;color:#2271b1;font-weight:700;cursor:pointer}.meta-admin-actions output{color:#2271b1;font-size:12px;font-weight:700}.meta-admin-note{grid-column:1/-1;margin-top:4px;padding:13px 15px;border-left:4px solid #dba617;background:#fff8e5;color:#50575e;font-size:12px;line-height:1.5}@media(max-width:700px){.meta-admin-form{grid-template-columns:1fr}.meta-admin-actions{align-items:stretch}.meta-admin-actions .checkout-primary,.meta-test-button{width:100%}}

/* Kargo takip: müşteri ekranı ve yönetim paneli */
.header-shipping{display:inline-flex!important;align-items:center!important;gap:7px!important;color:#80541d!important;white-space:nowrap}.header-shipping i{font-style:normal;font-size:18px;color:#a66e2d}.cargo-page{background:#fffaf5!important}.cargo-shell{width:min(850px,calc(100% - 32px));margin:30px auto 70px}.cargo-back{display:inline-block;margin:0 0 18px;color:#744918;text-decoration:none;font-weight:800}.cargo-hero{padding:48px;border:1px solid #ead6b6;border-radius:28px;background:radial-gradient(circle at 90% 10%,rgba(255,255,255,.55),transparent 27%),linear-gradient(135deg,#5b351a,#b8833f);color:#fff;box-shadow:0 18px 45px rgba(91,53,26,.16)}.cargo-hero>span{font-size:11px;letter-spacing:.18em;font-weight:900;color:#f3d6a2}.cargo-hero h1{margin:10px 0 9px;font-size:42px;letter-spacing:-.03em}.cargo-hero p{margin:0;color:#fbedda;font-size:16px}.cargo-hero form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:28px}.cargo-hero label{display:grid;gap:6px;color:#fff;font-size:12px;font-weight:800}.cargo-hero input{min-height:50px;padding:0 15px;border:0;border-radius:13px;background:#fff;color:#442812;font:inherit}.cargo-hero button{align-self:end;min-height:50px;padding:0 22px;border:0;border-radius:13px;background:#fff;color:#704719;font-weight:900;cursor:pointer}.cargo-result{margin-top:20px}.cargo-state{padding:28px;border:1px solid #ead8bd;border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(91,59,27,.1);color:#50351e}.cargo-state small{color:#a8732e;font-size:11px;font-weight:900;letter-spacing:.1em}.cargo-state h2{margin:8px 0;color:#704719;font-size:28px}.cargo-state p{margin:0;color:#725c45;line-height:1.55}.cargo-state dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.cargo-state dl>div{padding:12px;border-radius:12px;background:#fff8ed}.cargo-state dt{color:#9b7a55;font-size:10px;font-weight:800;text-transform:uppercase}.cargo-state dd{margin:5px 0 0;color:#4b341d;font-size:13px;font-weight:800;overflow-wrap:anywhere}.cargo-state>a,.cargo-help>a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:11px;background:#b9823c;color:#fff;text-decoration:none;font-size:13px;font-weight:900}.cargo-missing{border-color:#efd7aa;background:#fffaf0}.cargo-help{display:flex;align-items:center;gap:14px;margin-top:20px;padding:20px 22px;border:1px solid #d7eadb;border-radius:18px;background:#f4fff6;color:#46614a}.cargo-help b{color:#28713f}.cargo-help span{flex:1;font-size:13px;line-height:1.4}.cargo-help>a{background:#23a455;white-space:nowrap}.shipping-admin{margin-bottom:24px!important}.shipping-admin>p{color:#5f5f5f;line-height:1.5}.shipping-admin-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.shipping-admin-form label{display:grid;gap:7px;color:#4b4f54;font-size:12px;font-weight:700}.shipping-admin-form input,.shipping-admin-form select{min-height:40px;padding:9px 11px;border:1px solid #8c8f94;border-radius:3px;background:#fff;color:#1d2327;font:inherit}.shipping-admin-form .shipping-note{grid-column:span 1}.shipping-admin-actions{grid-column:1/-1;display:flex;align-items:center;gap:12px}.shipping-admin-actions output{color:#2271b1;font-size:12px;font-weight:700}.shipping-admin-list{display:grid;gap:8px;margin-top:22px}.shipping-admin-list article{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;padding:13px;border:1px solid #dcdcde;border-radius:4px;background:#fff}.shipping-admin-list article div{display:grid;gap:4px}.shipping-admin-list article b{color:#1d2327;font-size:13px}.shipping-admin-list article span,.shipping-admin-list article small{color:#646970;font-size:11px}.shipping-admin-list article strong{color:#27723f;font-size:12px}.shipping-admin-list button{padding:7px 10px;border:1px solid #b32d2e;border-radius:3px;background:#fff;color:#b32d2e;font-size:11px;font-weight:700;cursor:pointer}.shipping-empty{margin:0;padding:14px;border:1px dashed #dcdcde;color:#646970;font-size:12px}@media(max-width:700px){.header-shipping span{display:none}.header-shipping{gap:0!important}.cargo-shell{width:calc(100% - 22px);margin:16px auto 42px}.cargo-hero{padding:29px 20px;border-radius:21px}.cargo-hero h1{font-size:34px}.cargo-hero form{grid-template-columns:1fr}.cargo-hero button{width:100%}.cargo-state{padding:21px 17px}.cargo-state dl{grid-template-columns:1fr}.cargo-help{display:grid;grid-template-columns:1fr;padding:18px}.cargo-help>a{width:100%}.shipping-admin-form{grid-template-columns:1fr}.shipping-admin-list article{grid-template-columns:1fr}.shipping-admin-list button{width:max-content}}

/* Hesabım, kargo takip ve sepet için sağlanan tema ikonları */
.main-header .account .header-action-icon{display:block!important;flex:0 0 22px!important;width:22px!important;height:22px!important;object-fit:contain!important;filter:sepia(.22) saturate(.9) brightness(.83)!important}.main-header .account .header-account,.main-header .account .header-shipping,.main-header .account .cart{position:relative!important}.main-header .account .header-account:hover .header-action-icon,.main-header .account .header-shipping:hover .header-action-icon,.main-header .account .cart:hover .header-action-icon{filter:sepia(.32) saturate(1.2) brightness(.68)!important}@media(max-width:700px){.main-header .account .header-action-icon{flex-basis:20px!important;width:20px!important;height:20px!important}.main-header .account .header-shipping{display:inline-flex!important}.main-header .account .header-shipping span{display:none!important}}

/* Sipariş oluşturulduğunda gösterilen teşekkür kartı */
.confirmation-shell .confirmation-notice{width:min(100%,1040px)!important;min-height:132px!important;margin:30px auto 38px!important;padding:27px 34px!important;border:1px solid #b9e0c1!important;border-radius:24px!important;background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.9),transparent 27%),linear-gradient(120deg,#e9faeb,#f9fff3)!important;box-shadow:0 16px 34px rgba(37,139,71,.12)!important}.confirmation-shell .confirmation-notice>span{flex:0 0 62px!important;width:62px!important;height:62px!important;background:linear-gradient(135deg,#22b85d,#159247)!important;font-size:34px!important;box-shadow:0 7px 16px rgba(25,146,71,.25)!important}.confirmation-shell .confirmation-notice strong{display:block;margin-bottom:7px;color:#196638!important;font-size:21px!important}.confirmation-shell .confirmation-notice p{color:#427454!important;font-size:15px!important;line-height:1.55!important}@media(max-width:700px){.confirmation-shell .confirmation-notice{min-height:0!important;margin:20px auto 28px!important;padding:21px 18px!important;border-radius:18px!important;align-items:flex-start!important}.confirmation-shell .confirmation-notice>span{flex-basis:47px!important;width:47px!important;height:47px!important;font-size:27px!important}.confirmation-shell .confirmation-notice strong{font-size:16px!important}.confirmation-shell .confirmation-notice p{font-size:13px!important}}

/* WhatsApp hızlı destek penceresi */
.whatsapp-help-widget{position:fixed;right:28px;bottom:96px;z-index:1000;width:min(390px,calc(100vw - 28px));padding:25px 28px 28px;border:1px solid rgba(255,255,255,.25);border-radius:23px;background:linear-gradient(145deg,#704719,#a66e2d);color:#fff;box-shadow:0 22px 48px rgba(76,43,17,.28);opacity:0;visibility:hidden;transform:translateY(18px) scale(.96);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s}.whatsapp-help-widget.is-open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.whatsapp-widget-close{position:absolute;right:16px;top:16px;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:10px;background:#fff;color:#80541d;font-size:27px;line-height:1;cursor:pointer}.whatsapp-widget-person{display:flex;align-items:center;gap:11px;margin-bottom:22px}.whatsapp-widget-person>span{display:grid;place-items:center;width:49px;height:49px;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:linear-gradient(135deg,#edd6af,#9a6730);color:#5c3518;font-size:13px;font-weight:900}.whatsapp-widget-person div{display:grid;gap:3px}.whatsapp-widget-person b{font-size:14px}.whatsapp-widget-person small{color:#fff1d8;font-size:11px}.whatsapp-help-widget h2{margin:0 0 9px;color:#fff;font-size:22px;letter-spacing:-.02em}.whatsapp-help-widget p{margin:0 0 20px;color:#fff5e6;font-size:14px;line-height:1.5}.whatsapp-help-widget form{display:flex;overflow:hidden;border-radius:13px;background:#fff}.whatsapp-help-widget input{min-width:0;flex:1;height:51px;padding:0 15px;border:0;background:transparent;color:#4c3119;font:inherit;outline:0}.whatsapp-help-widget form button{width:56px;border:0;background:#fff;color:#9c6122;font-size:19px;font-weight:900;cursor:pointer}.whatsapp-float{position:fixed;right:28px;bottom:27px;z-index:999;display:flex;align-items:center;gap:9px;min-height:58px;padding:0 18px;border:0;border-radius:999px;background:linear-gradient(135deg,#7d4d1d,#bd8a46);color:#fff;box-shadow:0 13px 28px rgba(76,43,17,.26);font-weight:900;cursor:pointer;transition:transform .18s ease,filter .18s ease}.whatsapp-float:hover{transform:translateY(-3px);filter:brightness(1.06)}.whatsapp-float span{display:grid;place-items:center;width:27px;height:27px;border:2px solid #fff;border-radius:50%;font-size:20px;line-height:1}@media(max-width:700px){.whatsapp-help-widget,.whatsapp-float{display:none!important}}

/* Hesabım giriş penceresi */
body.account-modal-open{overflow:hidden}.account-modal{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.account-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.account-modal-backdrop{position:absolute;inset:0;background:rgba(53,36,20,.5);backdrop-filter:blur(5px)}.account-modal-card{position:relative;z-index:1;width:min(100%,500px);max-height:calc(100vh - 40px);overflow:auto;padding:32px;border:1px solid #ead7bb;border-radius:28px;background:#fffdfa;color:#67431c;box-shadow:0 28px 75px rgba(53,36,20,.3);transform:translateY(14px) scale(.98);transition:transform .2s ease}.account-modal.is-open .account-modal-card{transform:translateY(0) scale(1)}.account-modal-close{position:absolute;right:16px;top:16px;width:39px;height:39px;border:0;border-radius:50%;background:#f7eee2;color:#80521d;font-size:26px;line-height:1;cursor:pointer}.account-modal-brand{display:flex;align-items:center;gap:11px;margin-bottom:23px;padding-right:42px}.account-modal-brand>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#6f451a,#bd8a46);color:#fff;font-size:14px;font-weight:900}.account-modal-brand div{display:grid;gap:2px}.account-modal-brand b{font-size:14px}.account-modal-brand small{font-size:12px;color:#a27b4c}.account-modal-view header{margin-bottom:20px}.account-modal-eyebrow{margin:0 0 6px;color:#a66e2d;font-size:11px;font-weight:900;letter-spacing:.12em}.account-modal-view h2{margin:0 0 8px;font-size:28px;color:#67431c}.account-modal-view header>p:last-child{margin:0;color:#947252;font-size:14px;line-height:1.5}.account-login-form,.account-register-form,.account-forgot-form{display:grid;gap:15px}.account-modal-view label{display:grid;gap:7px;color:#704719;font-size:13px;font-weight:800}.account-modal-view input{width:100%;height:48px;border:1px solid #dfc8a8;border-radius:12px;padding:0 13px;background:#fff;color:#4c3119;font:inherit;outline:0}.account-modal-view input:focus{border-color:#a66e2d;box-shadow:0 0 0 3px rgba(166,110,45,.13)}.account-password{position:relative}.account-password input{padding-right:51px}.account-password-toggle{position:absolute;right:5px;top:5px;width:38px;height:38px;border:0;border-radius:9px;background:#f7eee2;color:#855520;cursor:pointer}.account-modal-links{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-modal-links .remember{display:flex;align-items:center;gap:7px;font-size:12px}.account-modal-links .remember input{width:15px;height:15px}.account-text-button{border:0;background:transparent;color:#8d5a21;font:inherit;font-weight:800;cursor:pointer;padding:0}.account-modal-primary{min-height:51px;border:0;border-radius:13px;background:linear-gradient(135deg,#754a1b,#ae7938);color:#fff;font-size:15px;font-weight:900;cursor:pointer}.account-divider{display:flex;align-items:center;gap:13px;margin:21px 0;color:#a27b4c;font-size:12px}.account-divider:before,.account-divider:after{content:'';height:1px;flex:1;background:#eadbc8}.account-google-button{position:relative;width:100%;min-height:51px;border:1px solid #dfc8a8;border-radius:13px;background:#fff;color:#67431c;font-size:15px;font-weight:900;cursor:pointer}.account-google-g{position:absolute;left:18px;color:#4285f4;font-size:19px;font-family:Arial,sans-serif;font-weight:900}.account-register-prompt{margin:20px 0 0;text-align:center;color:#947252;font-size:13px}.account-modal-status{margin:0 0 16px;padding:12px 13px;border-radius:11px;background:#edf7ea;color:#36713b;font-size:13px;line-height:1.45}.account-modal-status.error{background:#fff0ee;color:#a53f32}@media(max-width:560px){.account-modal{padding:12px}.account-modal-card{max-height:calc(100vh - 24px);padding:26px 20px;border-radius:22px}.account-modal-view h2{font-size:24px}.account-modal-links{align-items:flex-start;flex-direction:column}.account-modal-brand{margin-bottom:18px}}

/* Footer marka alanı */
.site-footer .footer-main:has(.footer-brand-panel){grid-template-columns:1.5fr 1.15fr 1fr 1.1fr 1.1fr;gap:38px}.footer-brand-panel{position:relative;min-width:0;padding:5px 0 12px}.footer-brand-panel:after{content:'BH';position:absolute;left:-12px;bottom:-35px;color:rgba(255,255,255,.035);font-family:Georgia,serif;font-size:180px;font-weight:900;line-height:1;pointer-events:none}.footer-brand-logo{position:relative;z-index:1;display:flex;align-items:center;gap:9px;width:max-content;max-width:100%;margin-bottom:23px;text-decoration:none}.footer-brand-logo img:first-child{width:76px;height:auto;object-fit:contain;filter:brightness(1.2) contrast(.95)}.footer-brand-logo img:last-child{width:158px;height:auto;object-fit:contain;filter:brightness(0) invert(1) sepia(.18) saturate(.65) hue-rotate(340deg) brightness(1.3)}.footer-brand-panel>p{position:relative;z-index:1;max-width:265px;margin:0 0 20px!important;color:#eadcc8!important;font-size:14px!important;line-height:1.55!important}.footer-brand-links{position:relative;z-index:1;display:grid;gap:9px}.footer-brand-social{display:flex!important;align-items:center;gap:10px;min-height:52px;padding:8px 11px!important;border:1px solid rgba(214,181,133,.55)!important;border-radius:10px;background:rgba(255,255,255,.035)!important;color:#fff!important;text-decoration:none!important;transition:transform .18s ease,background .18s ease,border-color .18s ease}.footer-brand-social:hover{transform:translateX(4px);border-color:#d7b47d!important;background:rgba(183,132,71,.18)!important}.footer-brand-social img{width:29px;height:29px;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,0,0,.25))}.footer-brand-social span{display:grid;gap:2px}.footer-brand-social small{color:#dcbf91;font-size:9px;font-weight:900;letter-spacing:.1em}.footer-brand-social b{color:#fff;font-size:12px;line-height:1.1}@media(max-width:1100px){.site-footer .footer-main:has(.footer-brand-panel){grid-template-columns:1.35fr 1fr 1fr;gap:32px}.footer-brand-panel{grid-row:span 2}.footer-brand-panel>p{font-size:13px!important}}@media(max-width:700px){.site-footer .footer-main:has(.footer-brand-panel){grid-template-columns:1fr 1fr;gap:26px}.footer-brand-panel{grid-column:1/-1;grid-row:auto;padding-bottom:18px;border-bottom:1px solid rgba(214,181,133,.25)}.footer-brand-panel>p{max-width:420px}.footer-brand-links{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand-social{min-height:56px}.footer-brand-social b{font-size:11px}.footer-brand-logo img:last-child{width:145px}}@media(max-width:420px){.footer-brand-links{grid-template-columns:1fr}.footer-brand-logo img:first-child{width:68px}.footer-brand-logo img:last-child{width:134px}}

/* Yönetim paneli: Sizden Gelenler */
.reviews-admin{margin-bottom:22px}.reviews-admin-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.reviews-admin-form label{display:grid;gap:6px;color:#704719;font-size:12px;font-weight:800}.reviews-admin-form input,.reviews-admin-form select,.reviews-admin-form textarea{width:100%;min-height:40px;padding:9px 10px;border:1px solid #dfc8a8;border-radius:9px;background:#fff;color:#4d331d;font:inherit}.reviews-admin-form textarea{min-height:76px;resize:vertical}.reviews-admin-form .reviews-admin-quote{grid-column:span 2}.reviews-publish{display:flex!important;align-items:center;gap:8px;height:42px;margin-top:21px}.reviews-publish input{width:16px!important;min-height:auto!important}.reviews-admin-actions{grid-column:1/-1;display:flex;align-items:center;gap:12px}.reviews-reset,.reviews-admin-row-actions button{border:1px solid #dfc8a8;border-radius:8px;background:#fff8ec;color:#704719;padding:9px 12px;font-weight:800;cursor:pointer}.reviews-admin-actions output{color:#4d874d;font-size:12px;font-weight:800}.reviews-admin-list{display:grid;gap:8px;margin-top:20px}.reviews-admin-list article{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;padding:9px;border:1px solid #ead8bd;border-radius:10px;background:#fffdfa}.reviews-admin-thumb{display:grid;place-items:center;width:54px;height:54px;overflow:hidden;border-radius:8px;background:#f1e2c7;color:#8a5b24;font-weight:900}.reviews-admin-thumb img{width:100%;height:100%;object-fit:cover}.reviews-admin-list b{color:#704719;font-size:12px}.reviews-admin-list p{margin:4px 0 0;color:#876b4b;font-size:12px;line-height:1.4}.reviews-admin-row-actions{display:flex;gap:6px}@media(max-width:700px){.reviews-admin-form{grid-template-columns:1fr}.reviews-admin-form .reviews-admin-quote,.reviews-admin-actions{grid-column:auto}.reviews-publish{margin-top:0}.reviews-admin-list article{grid-template-columns:45px 1fr}.reviews-admin-thumb{width:45px;height:45px}.reviews-admin-row-actions{grid-column:2}.reviews-admin-row-actions button{padding:7px 9px;font-size:11px}}

/* Kampanya penceresi tüm sayfanın, header dahil, üzerinde kalır. */
.coupon-overlay{z-index:10000!important}

/* Ana sayfa Instagram Reels akışı */
.instagram-reels{max-width:1340px;margin:42px auto 28px;padding:30px 34px 24px;border:1px solid #ead8c4;border-radius:28px;background:linear-gradient(130deg,#fffbf6,#fff6f8 58%,#fff8ee);overflow:hidden;box-sizing:border-box}
.instagram-reels-head{display:flex;justify-content:space-between;align-items:flex-start;gap:22px;margin:0 0 22px}.instagram-reels-head span{display:block;margin-bottom:4px;color:#a66b68;font-size:12px;font-weight:800;letter-spacing:.11em}.instagram-reels-head h2{margin:0;color:#704719;font-size:28px;line-height:1.12}.instagram-reels-head p{margin:8px 0 0;color:#8a735e;font-size:14px}.instagram-reels-head>a{flex:none;margin-top:4px;padding:11px 17px;border-radius:999px;background:#8f1e48;color:#fff;text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 7px 14px rgba(115,35,65,.16)}.instagram-reels-head>a:hover{background:#704719}
.reels-viewport{overflow:hidden;margin:0 -12px;padding:4px 12px 12px}.reels-rail{display:flex;width:max-content;gap:18px;animation:bhoReelsScroll 65s linear infinite}.instagram-reels.is-paused .reels-rail,.reels-rail:hover{animation-play-state:paused}.reel-card{width:224px;flex:0 0 224px;overflow:hidden;border:1px solid #eadbd5;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(95,58,31,.12)}.reel-top{display:flex;align-items:center;gap:7px;min-height:42px;padding:0 11px;color:#6f4a2c;font-size:11px;font-weight:800}.reel-top>img{width:20px;height:20px;object-fit:contain}.reel-top b{margin-left:auto;color:#a06763;font-size:10px}.reel-media{position:relative;display:block;width:100%;height:350px;padding:0;border:0;background:#2e211b;cursor:pointer;overflow:hidden}.reel-media video{display:block;width:100%;height:100%;object-fit:cover}.reel-play{position:absolute;top:50%;left:50%;display:grid;width:66px;height:66px;place-items:center;transform:translate(-50%,-50%);padding-left:4px;border:0;border-radius:50%;background:rgba(255,255,255,.88);color:#8f1e48;font-size:27px;box-shadow:0 7px 18px rgba(43,25,19,.25);transition:opacity .2s,transform .2s}.reel-media:hover .reel-play{transform:translate(-50%,-50%) scale(1.07)}.reel-media.is-playing .reel-play{opacity:0;pointer-events:none}.reel-post-link{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;background:#8f1e48;color:#fff;text-decoration:none;font-size:12px;font-weight:800}.reel-post-link:hover{background:#704719}.reel-post-link span{font-size:16px}.reels-hint{margin:13px 0 0;text-align:center;color:#9a8073;font-size:12px}@keyframes bhoReelsScroll{to{transform:translateX(calc(-50% - 9px))}}
@media(max-width:700px){.instagram-reels{margin:28px 12px 20px;padding:23px 16px 17px;border-radius:22px}.instagram-reels-head{align-items:center;margin-bottom:16px}.instagram-reels-head h2{font-size:20px}.instagram-reels-head p{font-size:12px;line-height:1.45}.instagram-reels-head>a{padding:9px 12px;font-size:11px}.reels-viewport{margin:0 -7px;padding:3px 7px 9px}.reels-rail{gap:12px;animation-duration:52s}.reel-card{width:184px;flex-basis:184px;border-radius:15px}.reel-top{min-height:36px;padding:0 9px}.reel-media{height:286px}.reel-play{width:55px;height:55px;font-size:22px}.reel-post-link{min-height:41px;font-size:11px}.reels-hint{font-size:10px}}
@media(prefers-reduced-motion:reduce){.reels-rail{animation:none}}
.coupon-content form>button:disabled{cursor:wait;opacity:.7}.coupon-success{line-height:1.35}.coupon-success.coupon-error{color:#9a3f2f}
/* Masaüstü kategori menüsü: eşit hücreli merkez grid ile simetrik hizalama. */
@media(min-width:1151px){
  .home .category-nav>a[data-api-menu-item],.home .category-nav>.nav-item:has(>a[hidden]),.home .category-nav>a[hidden]:not(.hot){display:none!important}
  .home .category-nav>a.hot{display:flex!important}
  .home .category-nav{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;align-items:stretch!important;justify-content:initial!important;gap:0!important;padding-left:0!important;padding-right:0!important;overflow:visible!important}
  .home .category-nav>a,.home .category-nav>.nav-item{width:100%!important;min-width:0!important;flex:none!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}
  .home .category-nav>.nav-item>a{width:100%!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}
  .home .category-nav .script{flex:none!important;font-size:13px!important;letter-spacing:-.2px!important}
}

/* WhatsApp destek penceresi: Merve müşteri temsilcisi */
.whatsapp-help-widget{background:linear-gradient(145deg,#79501f,#a87531)!important}.whatsapp-widget-person>img{width:52px;height:52px;flex:0 0 52px;object-fit:cover;border:2px solid rgba(255,255,255,.92);border-radius:50%;background:#ead5b2}.whatsapp-widget-person>span{display:none!important}.whatsapp-widget-person b{font-size:15px!important}.whatsapp-widget-person small{font-weight:700}.whatsapp-float{right:28px!important;bottom:27px!important;width:61px!important;min-height:61px!important;padding:0!important;justify-content:center!important;border-radius:50%!important;background:#25d366!important;box-shadow:0 13px 28px rgba(19,138,75,.34)!important}.whatsapp-float img{width:33px;height:33px;object-fit:contain;filter:drop-shadow(0 1px 0 rgba(0,0,0,.12))}.whatsapp-float b{display:none!important}.whatsapp-float:hover{filter:brightness(1.04)!important}@media(max-width:700px){.whatsapp-float{display:none!important}}
/* WhatsApp destek penceresi: daha ferah krem arka plan */
.whatsapp-help-widget{border-color:#f0d7af!important;background:linear-gradient(135deg,#fffdf9 0%,#fff3df 55%,#ebc47e 145%)!important;color:#583914!important;box-shadow:0 20px 45px rgba(113,73,27,.2)!important}.whatsapp-help-widget:before{content:"";position:absolute;right:-58px;bottom:-70px;width:190px;height:190px;border:1px solid rgba(183,131,56,.25);border-radius:50%;pointer-events:none}.whatsapp-widget-close{background:#fff8ed!important;color:#956022!important;box-shadow:0 3px 10px rgba(100,62,19,.1)}.whatsapp-widget-person b,.whatsapp-help-widget h2{color:#5e3b16!important}.whatsapp-widget-person small{color:#91703f!important}.whatsapp-help-widget p{color:#765937!important}.whatsapp-help-widget form{position:relative;border:1px solid #ecd1a2;box-shadow:0 5px 14px rgba(114,76,30,.09)}.whatsapp-help-widget form button{color:#a46b25!important}.whatsapp-widget-person>img{border-color:#fff!important;box-shadow:0 4px 10px rgba(104,66,19,.17)}
/* Instagram Reels alanı: Bir Hediyen Olsun altın-kahve teması */
.instagram-reels{border-color:#e4cda9!important;background:linear-gradient(130deg,#fffdf9,#fbf2e4 58%,#f7e8cf)!important}.instagram-reels-head span{color:#a56f2d!important}.instagram-reels-head>a,.reel-post-link{background:linear-gradient(135deg,#81511e,#bd8b47)!important;box-shadow:0 7px 14px rgba(111,70,22,.18)!important}.instagram-reels-head>a:hover,.reel-post-link:hover{background:linear-gradient(135deg,#694119,#a87532)!important}.reel-card{border-color:#e7d2af!important;box-shadow:0 8px 22px rgba(91,57,21,.12)!important}.reel-top b{color:#a6783d!important}.reel-play{color:#946024!important;border:1px solid #ead2ad!important;background:rgba(255,253,249,.94)!important}
/* Reels kapakları, video yüklenmeden önce her kartta sabit kalır. */
.reel-media .reel-cover{position:absolute;inset:0;z-index:1;display:block;width:100%;height:100%;object-fit:cover;transition:opacity .18s ease}.reel-media video{position:relative;z-index:2;opacity:0;transition:opacity .18s ease}.reel-media.is-playing video{opacity:1}.reel-media.is-playing .reel-cover{opacity:0}.reel-media .reel-play{z-index:3}

/* Footer: temiz zemin, dengeli kolonlar ve yüksek okunurluk. */
footer.site-footer,
footer.site-footer.shared-footer {
  min-height: 0 !important;
  margin-top: 64px !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #f6eee3 !important;
  background:
    radial-gradient(760px 300px at 8% 0%, rgba(175, 118, 42, .16), transparent 70%),
    linear-gradient(135deg, #17110d 0%, #0d0a08 58%, #17110d 100%) !important;
  border-top: 1px solid rgba(210, 166, 95, .5) !important;
  border-radius: 0 !important;
}
footer.site-footer::before,
footer.site-footer.shared-footer::before,
.footer-brand-panel::after {
  display: none !important;
  content: none !important;
}
.site-footer .footer-main {
  position: relative !important;
  z-index: 1 !important;
  width: min(1320px, calc(100% - 64px)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 54px 0 48px !important;
  background: none !important;
  grid-template-columns: minmax(235px, 1.45fr) repeat(4, minmax(145px, 1fr)) !important;
  gap: clamp(28px, 4vw, 64px) !important;
}
.site-footer .footer-brand-panel {
  padding: 0 !important;
}
.site-footer .footer-brand-logo {
  margin-bottom: 19px !important;
}
.site-footer .footer-brand-panel > p {
  max-width: 285px !important;
  margin-bottom: 20px !important;
  color: #eadfce !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}
.site-footer .footer-col h3 {
  color: #fffaf2 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  letter-spacing: .015em !important;
  margin: 0 0 22px !important;
}
.site-footer .footer-col h3::after {
  width: 36px !important;
  height: 2px !important;
  margin-top: 9px !important;
  background: #d2a65f !important;
  animation: none !important;
}
.site-footer .footer-col p,
.site-footer .footer-col h4,
.site-footer .footer-col > a {
  color: #eadfce !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}
.site-footer .footer-col p { margin: 0 0 12px !important; }
.site-footer .footer-col h4 {
  margin: 17px 0 4px !important;
  color: #dcb777 !important;
  font-size: 11px !important;
  letter-spacing: .055em !important;
}
.site-footer .footer-col > a {
  margin-bottom: 11px !important;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease !important;
}
.site-footer .footer-col > a:hover,
.site-footer .footer-col > a:focus-visible {
  color: #f5c878 !important;
  transform: translateX(3px) !important;
  outline: 0 !important;
}
.site-footer .footer-brand-social {
  min-height: 48px !important;
  border-color: rgba(211, 170, 102, .45) !important;
  background: rgba(255, 255, 255, .035) !important;
}
.site-footer .footer-bottom {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 18px 24px !important;
  color: #cbbba6 !important;
  border-top: 1px solid rgba(255,255,255,.11) !important;
  background: rgba(0,0,0,.22) !important;
  font-size: 12px !important;
}
.site-footer .footer-bottom small {
  margin: 3px 0 0 !important;
  color: #9e8d7a !important;
  font-size: 10px !important;
}
.site-footer .to-top {
  position: fixed !important;
  z-index: 30 !important;
  right: 22px !important;
  bottom: 22px !important;
  width: 44px !important;
  height: 44px !important;
  background: #b98036 !important;
  box-shadow: 0 9px 24px rgba(0,0,0,.28) !important;
}
@media (max-width: 1180px) {
  .site-footer .footer-main {
    grid-template-columns: minmax(235px, 1.45fr) repeat(3, minmax(145px, 1fr)) !important;
    gap: 34px !important;
  }
  .site-footer .footer-brand-panel { grid-row: span 2; }
}
@media (max-width: 760px) {
  .site-footer .footer-main {
    width: min(100% - 40px, 560px) !important;
    padding: 40px 0 34px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 24px !important;
  }
  .site-footer .footer-brand-panel {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    padding-bottom: 22px !important;
    border-bottom: 1px solid rgba(255,255,255,.11) !important;
  }
  .site-footer .footer-brand-links { grid-template-columns: 1fr 1fr !important; }
  .site-footer .footer-bottom { padding: 16px 52px 16px 20px !important; text-align: left !important; align-items: flex-start !important; }
}
@media (max-width: 460px) {
  .site-footer .footer-main { grid-template-columns: 1fr !important; }
  .site-footer .footer-brand-links { grid-template-columns: 1fr !important; }
  .site-footer .to-top { right: 14px !important; bottom: 14px !important; }
}

/* WhatsApp destek temsilcisi: canlı çevrim içi durumu. */
.whatsapp-widget-person small {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.whatsapp-online-dot {
  position: relative;
  display: inline-block;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20b85a;
  box-shadow: 0 0 0 2px rgba(255,255,255,.9);
}
.whatsapp-online-dot::after {
  position: absolute;
  inset: -5px;
  border: 2px solid rgba(32,184,90,.55);
  border-radius: inherit;
  content: "";
  animation: whatsapp-online-pulse 1.7s ease-out infinite;
}
@keyframes whatsapp-online-pulse {
  0% { opacity: .85; transform: scale(.55); }
  75%,100% { opacity: 0; transform: scale(1.45); }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-online-dot::after { animation: none; opacity: .25; transform: scale(1); }
}


/* Instagram: yinelenmeyen, tam görünen kartlar. */
.instagram-reels .reels-viewport { overflow-x: auto !important; overflow-y: hidden !important; margin: 0 !important; padding: 4px 2px 14px !important; scrollbar-width: thin; scrollbar-color: #c99a58 transparent; }
.instagram-reels .reels-rail { display: grid !important; grid-auto-flow: column !important; grid-auto-columns: minmax(212px, 1fr) !important; width: auto !important; gap: 18px !important; animation: none !important; transform: none !important; }
.instagram-reels .reel-card { width: auto !important; min-width: 0 !important; scroll-snap-align: start; }
.instagram-reels .reel-media.reel-external { text-decoration: none; }
.instagram-reels .reel-external .reel-play { font-size: 30px; }
@media (max-width: 700px) { .instagram-reels .reels-rail { grid-auto-columns: minmax(184px, 72vw) !important; gap: 12px !important; } }
.instagram-reels .reels-viewport{position:relative!important;scroll-behavior:smooth!important}
.instagram-reels .reels-nav{position:absolute;top:50%;z-index:5;display:grid;place-items:center;width:38px;height:38px;border:1px solid #d8b27d;border-radius:50%;background:#fffaf2;color:#80521f;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 5px 14px rgba(86,52,17,.2);transform:translateY(-50%)}
.instagram-reels .reels-nav:hover{background:#b9853d;color:#fff}.instagram-reels .reels-nav-prev{left:8px}.instagram-reels .reels-nav-next{right:8px}
@media(max-width:700px){.instagram-reels .reels-nav{width:34px;height:34px;font-size:24px}.instagram-reels .reels-nav-prev{left:4px}.instagram-reels .reels-nav-next{right:4px}.instagram-reels .reels-viewport{padding-left:34px!important;padding-right:34px!important}}
/* WhatsApp kısayolu yukarı çık butonunun hemen solunda yer alır. */
.whatsapp-float{right:92px!important;bottom:24px!important;width:52px!important;min-height:52px!important;height:52px!important;padding:0!important;justify-content:center!important;border-radius:50%!important}
.whatsapp-float img{width:29px!important;height:29px!important}
@media(max-width:700px){.whatsapp-float{display:flex!important;right:82px!important;bottom:18px!important;width:48px!important;height:48px!important;min-height:48px!important}.whatsapp-float img{width:26px!important;height:26px!important}}
/* Kategori ürün şeridi okları ve kart görsel gezinmesi. */
.category-products{position:relative}
.category-strip-controls{position:absolute;right:24px;top:0;display:flex;gap:7px;z-index:4}
.category-strip-controls button,.mini-card-arrows button{display:grid;place-items:center;border:1px solid #d8b27d;background:#fffaf2;color:#80521f;cursor:pointer;box-shadow:0 4px 12px rgba(86,52,17,.15)}
.category-strip-controls button{width:34px;height:34px;border-radius:50%;font-size:25px;line-height:1}
.category-strip-controls button:hover,.mini-card-arrows button:hover{background:#b9853d;color:#fff}
.mini-product{position:relative}
.mini-card-arrows{position:absolute;left:8px;right:8px;top:34%;display:flex;justify-content:space-between;z-index:3;opacity:0;transition:opacity .2s ease;pointer-events:none}
.mini-card-arrows button{width:30px;height:30px;border-radius:50%;font-size:22px;line-height:1;pointer-events:auto}
@media(max-width:800px){
  .category-products-viewport{overflow-x:auto!important;scroll-behavior:smooth;scrollbar-width:none;touch-action:pan-x}
  .category-products-viewport::-webkit-scrollbar{display:none}
  .category-products-track{animation:none!important;transform:none!important}
  .category-strip-controls{right:12px;top:-4px}
  .category-strip-controls button{width:32px;height:32px}
  .mini-card-arrows{opacity:1;top:34%}
  .mini-card-arrows button{width:30px;height:30px}
}
.ba-before,.ba-after{display:block!important;z-index:4!important;top:12px!important;padding:6px 10px!important;border-radius:7px!important;font-size:11px!important}
.instagram-reels .instagram-reels-head>a{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  min-width:116px!important;
  min-height:44px!important;
  padding:0 18px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.45)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#70451f,#c18c46)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  box-shadow:0 8px 18px rgba(105,64,19,.24),inset 0 1px 0 rgba(255,255,255,.35)!important;
  transform:translateY(0)!important;
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease!important;
}
.instagram-reels .instagram-reels-head>a:after{content:'↗';font-size:17px;line-height:1;transition:transform .22s ease}
.instagram-reels .instagram-reels-head>a span{display:none!important}
.instagram-reels .instagram-reels-head>a:before{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent 24%,rgba(255,255,255,.45) 49%,transparent 72%);transform:translateX(-130%);animation:profileCtaShine 3.8s ease-in-out infinite;pointer-events:none}
.instagram-reels .instagram-reels-head>a:hover,.instagram-reels .instagram-reels-head>a:focus-visible{filter:brightness(1.08)!important;transform:translateY(-3px)!important;box-shadow:0 13px 25px rgba(105,64,19,.32),inset 0 1px 0 rgba(255,255,255,.4)!important;outline:0}
.instagram-reels .instagram-reels-head>a:hover:after{transform:translate(3px,-2px)}
@keyframes profileCtaShine{0%,55%{transform:translateX(-130%)}75%,100%{transform:translateX(130%)}}
@media(max-width:700px){.instagram-reels .instagram-reels-head>a{min-width:105px;min-height:42px;padding:0 14px!important;font-size:12px!important;border-radius:13px}}
.vlog-promo{display:grid!important;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr)!important;gap:clamp(24px,5vw,72px)!important;align-items:center!important;max-width:1320px!important;margin:50px auto!important;padding:clamp(24px,5vw,62px)!important;box-sizing:border-box!important;overflow:hidden!important;border:1px solid #dbc09b!important;border-radius:28px!important;background:linear-gradient(135deg,#70451f,#b7894e)!important;color:#fff!important}
.vlog-visual{width:100%;min-height:330px;border-radius:20px;background:#9c7040 url('assets/vlog-reference.png') right center/240% auto no-repeat;box-shadow:0 12px 26px rgba(36,20,8,.18)}
.vlog-copy{min-width:0}.vlog-copy>small{display:inline-block;margin-bottom:10px;padding:7px 11px;border:1px solid rgba(255,255,255,.45);border-radius:99px;font-size:11px;font-weight:800;letter-spacing:.08em}.vlog-copy h2{margin:0 0 16px;color:#fff;font:700 clamp(28px,4vw,48px)/1.05 Georgia,serif}.vlog-copy p{max-width:620px;margin:0 0 12px;color:#fff4e5;font-size:14px;line-height:1.55}.vlog-copy .vlog-lead{font-size:17px;font-weight:800}.vlog-copy h3{margin:18px 0 9px;color:#fff;font-size:16px}.vlog-copy ol{display:grid;gap:6px;margin:0 0 18px;padding-left:22px;color:#fff4e5;font-size:13px;line-height:1.45}.vlog-copy li::marker{color:#f5c778;font-weight:800}.vlog-copy .vlog-button{display:inline-flex;align-items:center;gap:12px;padding:12px 20px;border-radius:999px;background:#fff;color:#70451f;font-weight:800;text-decoration:none}.vlog-copy .vlog-button span{font-size:18px}
@media(max-width:800px){.vlog-promo{grid-template-columns:1fr!important;gap:20px!important;width:calc(100% - 20px)!important;margin:32px auto!important;padding:18px!important;border-radius:20px!important}.vlog-visual{min-height:210px;border-radius:15px;background-size:250% auto}.vlog-copy h2{font-size:30px}.vlog-copy .vlog-lead{font-size:15px}.vlog-copy p{font-size:13px}.vlog-copy ol{font-size:12px}.vlog-copy .vlog-button{width:100%;justify-content:center;box-sizing:border-box}}
@media(min-width:801px){.mini-product:hover .mini-card-arrows{opacity:1}}
/* Mobilde karşılaştırma üstte, sipariş adımları altta tek kolonda akar. */
@media(max-width:800px){
  .home .before-after{
    display:flex!important;
    flex-direction:column!important;
    width:calc(100% - 20px)!important;
    max-width:520px!important;
    min-height:0!important;
    margin:28px auto 44px!important;
    padding:18px 14px 22px!important;
    gap:18px!important;
    overflow:hidden!important;
  }
  .home .before-after .ba-image{
    order:1!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/10!important;
    border-radius:16px!important;
  }
  .home .before-after .ba-image>.ba-before-img,
  .home .before-after .ba-image .ba-after-img,
  .home .before-after .ba-image .ba-after-img img{height:100%!important;width:100%!important}
  .home .before-after .steps{
    order:2!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:20px 14px!important;
    box-sizing:border-box!important;
    border-radius:18px!important;
  }
  .home .before-after .steps-title{align-items:flex-start!important;gap:10px!important;margin-bottom:14px!important}
  .home .before-after .steps-title b{font-size:11px!important;padding:8px 9px!important}
  .home .before-after .steps-title h2{font-size:23px!important;line-height:1.12!important;margin:0!important}
  .home .before-after .step-grid{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
  .home .before-after .step-grid>div,
  .home .before-after .step-grid>div.wide{grid-column:auto!important;min-height:0!important;padding:11px!important;align-items:flex-start!important}
  .home .before-after .step-grid span{font-size:12px!important;line-height:1.4!important}
  .home .before-after .step-grid span strong{font-size:14px!important;margin-bottom:3px!important}
  .home .before-after .step-grid>div>b{width:28px!important;height:28px!important;font-size:15px!important}
  .home .before-after .step-cta{display:block!important;width:100%!important;text-align:center!important;box-sizing:border-box!important;margin-top:12px!important}
}
/* İki sabit buton arasında taşma olmaması için güvenli yatay aralık. */
.to-top{z-index:1001!important}
.whatsapp-float{right:104px!important;z-index:1000!important}
@media(max-width:700px){.whatsapp-float{right:90px!important}}
.footer-social-ctas-inner{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:600px){
  .footer-social-ctas{padding:18px 14px!important}
  .footer-social-ctas-inner{grid-template-columns:1fr!important;gap:12px!important;width:100%!important}
  .footer-social-cta{min-height:74px!important;padding:0 18px!important;gap:12px!important;border-radius:12px!important}
  .footer-social-cta-icon{flex-basis:31px!important;width:31px!important;height:31px!important}
  .footer-social-cta strong{font-size:15px!important;line-height:1.2!important}
  .footer-social-cta small{font-size:11px!important;line-height:1.2!important}
}
@media(max-width:600px){
  .site-footer .footer-brand-panel>p{font-size:15px!important;line-height:1.65!important;max-width:100%!important}
  .site-footer .footer-brand-social{min-height:62px!important;padding:10px 13px!important;gap:12px!important}
  .site-footer .footer-brand-social img{width:32px!important;height:32px!important}
  .site-footer .footer-brand-social small{font-size:11px!important;line-height:1.2!important;letter-spacing:.08em!important}
  .site-footer .footer-brand-social b{font-size:14px!important;line-height:1.25!important}
}
.ba-before,.ba-after{display:block!important;z-index:4!important;top:12px!important;padding:6px 10px!important;border-radius:7px!important;font-size:11px!important}
/* Mobile 3D preview: enlarge the product so it fills the frame without affecting desktop. */
/* Three independent purchase banners; retain the existing interactive elements. */
body.design-page .form-price-box.purchase-banners{display:flex!important;flex-direction:column;gap:18px!important;padding:0!important;border:0!important;overflow:visible!important;background:transparent;box-shadow:none}
.purchase-banners>.purchase-banner{box-sizing:border-box;width:100%;min-width:0;margin:0;padding:18px;border:1px solid #ead8bd;border-radius:16px;background:#fffaf3;box-shadow:0 4px 14px rgba(97,62,22,.05)}
.purchase-banners>.purchase-banner--price{background:#f5ead8}
body.design-page .purchase-banners .price-line{display:flex!important;align-items:center;flex-wrap:wrap;gap:12px!important;margin:0!important;transform:none!important}
body.design-page .purchase-banners .price-line strong{font-size:32px!important;color:#704a20}
body.design-page .purchase-banners .price-line s{font-size:14px;color:#987a57}
body.design-page .purchase-banners h3{display:block!important;margin:0 0 12px!important;font-size:16px!important}
body.design-page .purchase-banners .size-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important;transform:none!important}
body.design-page .purchase-banners .size-options:has(>button:only-child){grid-template-columns:1fr!important}
body.design-page .purchase-banners .size-options button{position:relative;min-height:88px;height:auto!important;padding:12px 18px 12px 10px!important;font-size:14px!important;line-height:1.5;white-space:normal;word-break:normal;border-radius:12px}
body.design-page .purchase-banners .size-options button b{position:absolute!important;top:5px!important;right:5px!important;font-size:12px!important}
body.design-page .purchase-banners .benefits{display:flex!important;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 16px;margin:0!important;padding:0!important;font-size:14px!important;line-height:1.6!important;white-space:normal!important;color:#704a20}
body.design-page .purchase-banners .benefits>span{white-space:nowrap}
@media(max-width:480px){.purchase-banners>.purchase-banner{padding:16px}.purchase-banners>.purchase-banner--benefits{text-align:center}body.design-page .purchase-banners .size-options button{font-size:13px!important}}
@media (max-width:800px){.design-preview .real-3d #product{transform:translateY(-7px) scale(1.05)!important;transform-origin:center center!important}}
@media (max-width:800px){body.design-page .footer-social-ctas{display:none!important}}
/* Order confirmation modal styled to match the shared premium confirmation reference. */
body.checkout-page .order-thankyou{width:min(860px,calc(100vw - 40px));max-height:calc(100dvh - 36px);overflow:auto;box-sizing:border-box;padding:58px 52px 38px;border-radius:36px;background:#fffdfa;color:#33291f;box-shadow:0 32px 90px rgba(28,19,11,.3)}
body.checkout-page .order-thankyou:before{background:rgba(30,26,22,.54)}
body.checkout-page .order-thankyou-close{top:22px;right:22px;width:54px;height:54px;border:2px solid #f0e5d8;background:#fffdfa;color:#3e2c1a;font-size:32px}
body.checkout-page .order-thankyou-icon{width:96px;height:96px;margin:0 auto 20px;background:#e5f5e3;color:#4a9b4b;font-size:56px;box-shadow:0 0 0 12px rgba(229,245,227,.28)}
body.checkout-page .order-thankyou>small{margin:4px 0 8px;color:#ac773b;font-size:13px;letter-spacing:.22em}
body.checkout-page .order-thankyou h3{margin:8px 0 12px;color:#2b2118;font-family:Georgia,serif;font-size:clamp(30px,4vw,46px);line-height:1.12}
body.checkout-page .order-thankyou>p{max-width:600px;margin:0 auto 24px;color:#776c61;font-size:clamp(15px,2vw,20px);line-height:1.5}
.thankyou-order-summary{display:flex;align-items:center;gap:22px;width:100%;box-sizing:border-box;margin:0 0 28px;padding:20px 24px;border-radius:20px;background:#f8efe2;text-align:left}
.thankyou-summary-icon{display:grid;place-items:center;flex:0 0 70px;width:70px;height:70px;border-right:2px solid #dfc6a4;color:#9a6c36;font-size:52px}
.thankyou-order-summary>div{display:grid;gap:10px;color:#716456;font-size:clamp(14px,1.8vw,19px)}
.thankyou-order-summary b{color:#75491d;font-size:1.08em}
.thankyou-items-heading{display:flex;align-items:center;gap:14px;margin:0 0 14px;color:#aa773d;font-size:13px;font-weight:800;letter-spacing:.16em}
.thankyou-items-heading:before,.thankyou-items-heading:after{content:"";height:1px;flex:1;background:#ead9c2}
.thankyou-product{display:flex;align-items:center;gap:22px;width:100%;box-sizing:border-box;margin-bottom:22px;padding:12px;border:1px solid #ead8bd;border-radius:20px;background:#fffdfa;text-align:left}
.thankyou-product>img{display:block;flex:0 0 215px;width:215px;height:150px;object-fit:cover;border-radius:13px;background:#f4eadb}
.thankyou-product>div{display:grid;gap:8px;min-width:0}
.thankyou-product strong{color:#36281b;font-family:Georgia,serif;font-size:clamp(19px,2.4vw,28px);line-height:1.2}
.thankyou-product small{color:#9b8974;font-size:16px}
.thankyou-product>div>b{color:#985f24;font-size:28px}
.thankyou-whatsapp{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;min-height:82px;box-sizing:border-box;margin:0 0 24px;padding:18px 26px;border-radius:20px;background:linear-gradient(110deg,#1db35b,#158a4b);color:#fff;text-decoration:none;font-size:clamp(19px,2.4vw,28px);font-weight:800;box-shadow:0 12px 26px rgba(25,142,72,.2)}
.thankyou-whatsapp>span{font-size:38px}.thankyou-whatsapp>b{margin-left:auto;font-size:40px;font-weight:400}
.thankyou-whatsapp>span{display:block;width:38px;height:38px;flex:0 0 38px;font-size:0;background:url("assets/social-icons/pngtree-whatsapp-phone-icon-png-image_6315989.png") center/contain no-repeat}
body.checkout-page .order-thankyou-home{color:#9a6a31;font-size:19px;text-decoration:underline;text-underline-offset:5px}
body.checkout-page .order-thankyou #emailDraftLink{display:none!important}
@media(max-width:600px){body.checkout-page .order-thankyou{width:calc(100vw - 28px);max-height:calc(100dvh - 24px);padding:38px 18px 24px;border-radius:26px}body.checkout-page .order-thankyou-close{top:12px;right:12px;width:42px;height:42px;font-size:27px}body.checkout-page .order-thankyou-icon{width:66px;height:66px;margin-bottom:14px;font-size:40px;box-shadow:0 0 0 8px rgba(229,245,227,.28)}body.checkout-page .order-thankyou>small{font-size:10px}body.checkout-page .order-thankyou h3{font-size:29px}body.checkout-page .order-thankyou>p{margin-bottom:18px;font-size:14px}.thankyou-order-summary{gap:12px;margin-bottom:20px;padding:13px 14px;border-radius:15px}.thankyou-summary-icon{flex-basis:48px;width:48px;height:52px;font-size:38px}.thankyou-order-summary>div{gap:7px;font-size:12px}.thankyou-items-heading{margin-bottom:10px;font-size:10px}.thankyou-product{gap:12px;margin-bottom:17px;padding:8px;border-radius:15px}.thankyou-product>img{flex-basis:112px;width:112px;height:102px;border-radius:10px}.thankyou-product strong{font-size:17px}.thankyou-product small{font-size:12px}.thankyou-product>div>b{font-size:21px}.thankyou-whatsapp{min-height:60px;gap:10px;margin-bottom:17px;padding:12px 15px;border-radius:14px;font-size:17px}.thankyou-whatsapp>span{font-size:28px}.thankyou-whatsapp>b{font-size:31px}body.checkout-page .order-thankyou-home{font-size:15px}}

/* Final thank-you card polish: match the supplied confirmation reference. */
body.checkout-page .order-thankyou:before{background:rgba(31,24,19,.48);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
body.checkout-page .order-thankyou{border:1px solid rgba(234,216,189,.92);scrollbar-width:thin;scrollbar-color:#d7b787 transparent}
body.checkout-page .order-thankyou-icon{position:relative;isolation:isolate}
body.checkout-page .order-thankyou-icon:before,body.checkout-page .order-thankyou-icon:after{content:"";position:absolute;top:50%;width:28px;height:2px;background:#b78037;transform:translateY(-50%)}
body.checkout-page .order-thankyou-icon:before{right:calc(100% + 20px)}body.checkout-page .order-thankyou-icon:after{left:calc(100% + 20px)}
.thankyou-summary-icon{position:relative;color:transparent;font-size:0}
.thankyou-summary-icon:before{content:"";display:block;width:34px;height:40px;margin:auto;border:3px solid #a6753b;border-radius:5px;background:linear-gradient(#a6753b,#a6753b) 8px 14px/16px 3px no-repeat,linear-gradient(#a6753b,#a6753b) 8px 23px/16px 3px no-repeat;clip-path:polygon(0 0,66% 0,100% 28%,100% 100%,0 100%)}
.thankyou-summary-icon:after{content:"";position:absolute;top:10px;left:calc(50% + 1px);width:11px;height:11px;border-left:3px solid #a6753b;border-bottom:3px solid #a6753b;background:#f8efe2;transform:rotate(-45deg)}
body.checkout-page .order-thankyou-home{position:relative;display:block;margin-top:3px;padding-bottom:36px}
body.checkout-page .order-thankyou-home:after{content:"♡";position:absolute;left:50%;bottom:0;transform:translateX(-50%);color:#d8bd92;font-size:28px;font-family:Georgia,serif}
@media(max-width:600px){body.checkout-page .order-thankyou{max-height:calc(100dvh - 18px);padding:42px 18px 24px}body.checkout-page .order-thankyou-icon:before,body.checkout-page .order-thankyou-icon:after{width:20px}body.checkout-page .order-thankyou-icon:before{right:calc(100% + 12px)}body.checkout-page .order-thankyou-icon:after{left:calc(100% + 12px)}body.checkout-page .order-thankyou-home{padding-bottom:34px}}

/* Instructions on the empty wall below the vertical clock, mobile only. */
.vertical-wall-instructions{display:none!important}
@media(max-width:800px){
  body.vertical-template:not(.square-template) .design-preview .real-3d>.vertical-wall-instructions{display:grid!important;position:absolute;left:12px;right:12px;bottom:18px;z-index:4;gap:3px;margin:0;padding:0;color:#49341f;text-align:center;font-family:Arial,sans-serif;font-size:clamp(13px,3.8vw,18px);font-weight:900;line-height:1.35;letter-spacing:.04em;text-shadow:0 1px 1px rgba(255,255,255,.8);pointer-events:none}
}

/* Category product browsing: visible controls on desktop and touch screens. */
.category-page .category-product-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px;padding:12px;border:1px solid #e7d3b4;border-radius:18px;background:#fffaf3}
.category-product-controls button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 16px;border:1px solid #d5b17c;border-radius:12px;background:#fff;color:#704719;font:700 14px Arial,sans-serif;cursor:pointer}
.category-product-controls button span{font-size:29px;font-weight:400;line-height:1}
.category-product-position{color:#80603d;font-size:13px;text-align:center;white-space:nowrap}
.category-page .product-grid.category-product-carousel{display:flex!important;gap:20px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#c2985c #f6ecdc;padding:0 0 14px;overscroll-behavior-x:contain}
.category-page .category-product-carousel>.product-card{flex:0 0 calc((100% - 60px)/4);width:auto!important;min-width:0!important;scroll-snap-align:start}
.category-card-media{position:relative;width:100%;isolation:isolate}
.category-card-media .category-arrows{display:none!important}
.category-image-controls{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:0 10px;pointer-events:none}
.category-image-controls button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid #dfc298;border-radius:50%;background:rgba(255,253,248,.96);box-shadow:0 3px 12px #49311730;color:#704719;font:32px/1 Arial,sans-serif;cursor:pointer;pointer-events:auto}
.category-image-controls button:hover,.category-product-controls button:hover{background:#b78744;color:#fff}
.category-image-controls button:focus-visible,.category-product-controls button:focus-visible{outline:3px solid #875519;outline-offset:3px}
.category-image-controls button:disabled,.category-product-controls button:disabled{opacity:.4;cursor:default}
@media(max-width:1000px){.category-page .category-product-carousel>.product-card{flex-basis:calc((100% - 40px)/3)}}
@media(max-width:700px){.category-page .category-product-carousel>.product-card{flex-basis:calc((100% - 20px)/2)}.category-page .category-product-controls{gap:6px;padding:9px;margin-bottom:14px}.category-product-controls button{gap:6px;padding:0 11px;font-size:13px}.category-product-position{font-size:12px}}
@media(max-width:480px){.category-page .category-product-carousel>.product-card{flex-basis:100%}}

/* Mobile quick navigation: category menu, WhatsApp, cart. */
.mobile-bottom-nav{display:none}
@media(max-width:800px){
  body:has(.mobile-bottom-nav){padding-bottom:calc(82px + env(safe-area-inset-bottom))!important}
  .mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1080;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;min-height:68px;padding:7px 10px calc(7px + env(safe-area-inset-bottom));border:1px solid #ead8bd;border-bottom:0;border-radius:20px 20px 0 0;background:rgba(255,253,249,.97);box-shadow:0 -8px 28px rgba(65,42,18,.13);backdrop-filter:blur(14px)}
  .mobile-bottom-nav>button,.mobile-bottom-nav>a{position:relative;display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;background:transparent;color:#623b1c;text-decoration:none;font-family:inherit;font-size:12px;font-weight:700;line-height:1.1;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .mobile-bottom-nav>button:active,.mobile-bottom-nav>a:active{transform:scale(.97)}
  .mobile-bottom-bars{display:grid;width:27px;height:24px;align-content:center;gap:4px;font-style:normal}
  .mobile-bottom-bars b{display:block;width:25px;height:3px;border-radius:3px;background:#704719}
  .mobile-bottom-whatsapp img{width:30px;height:30px;object-fit:contain}
  .mobile-bottom-cart i{font-size:26px;font-style:normal;line-height:1}
  .mobile-bottom-cart-count{position:absolute;top:4px;right:calc(50% - 27px);display:grid;place-items:center;min-width:17px;height:17px;padding:0 3px;border-radius:20px;background:#bd873c;color:white;font-size:10px}
  .mobile-menu-toggle{left:14px!important;top:50%!important;width:44px!important;height:44px!important;transform:translateY(-50%);padding:8px!important;gap:5px!important}
  .mobile-menu-toggle i{width:28px!important;height:3px!important}
  .mobile-menu-toggle.open i:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .mobile-menu-toggle.open i:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .mobile-menu-shade{z-index:1200!important}.mobile-category-drawer{z-index:1210!important}
  .whatsapp-help-widget{bottom:calc(88px + env(safe-area-inset-bottom))!important}
  .mobile-bottom-top{position:fixed;right:calc(16.6667% - 20px);bottom:calc(78px + env(safe-area-inset-bottom));z-index:1090;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:linear-gradient(145deg,#cc984c,#aa7028);box-shadow:0 6px 16px rgba(70,42,13,.28);color:#fff;font:700 23px/1 Arial,sans-serif;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .mobile-bottom-top:active{transform:scale(.94)}
}

@media(min-width:801px){.mobile-bottom-top{display:none!important}}

/* Tablolar ürünleri sipariş formu: 3D saat arayüzü kullanılmaz. */
.table-simple-mode .design-layout{grid-template-columns:minmax(0,1fr) minmax(360px,480px)!important;align-items:start!important;gap:24px!important}
.table-simple-mode .design-preview{min-width:0!important;padding:18px!important;background:#fffaf3!important;border:1px solid #ead8bd!important;border-radius:22px!important}
.table-simple-visual{display:flex;flex-direction:column;gap:18px;padding:18px;border:1px solid #ead8bd;border-radius:18px;background:#fffdf9;box-shadow:0 12px 30px rgba(83,51,21,.08)}
.table-simple-visual img{display:block;width:100%;max-height:680px;object-fit:contain;border-radius:13px;background:#f4eadb}
.table-simple-visual div{display:grid;gap:5px;color:#80603d}.table-simple-visual b{color:#4e3019;font:700 22px Georgia,serif}.table-simple-visual span{font-size:14px;line-height:1.5}
.table-simple-mode .design-form{padding:26px!important;border:1px solid #ead8bd!important;border-radius:22px!important;background:#fffdf9!important;box-shadow:0 12px 30px rgba(83,51,21,.08)!important}
.table-simple-mode .design-lower{display:none!important}
.table-simple-badge{display:inline-flex;padding:7px 12px;border-radius:999px;background:#f6ead8;color:#9a692e;font-size:11px;font-weight:800;letter-spacing:.08em}.table-simple-mode .design-form h1{margin-top:10px!important}.table-simple-lead{margin:0 0 18px;color:#8b735a;font-size:14px;line-height:1.5}
.table-simple-mode .table-simple-upload{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:132px!important;margin:0 0 18px!important;padding:18px!important;border:1px dashed #c89d60!important;border-radius:15px!important;background:#fffaf2!important;text-align:center!important;cursor:pointer}.table-simple-upload input{position:absolute!important;width:1px;height:1px;opacity:0}.table-simple-upload strong{color:#704719;font-size:15px}.table-simple-upload small{color:#9b8061;font-size:12px}.table-upload-preview{display:flex;align-items:center;gap:10px;width:100%;padding:7px 10px;border:1px solid #ead7bc;border-radius:10px;background:#fff;box-sizing:border-box;text-align:left}.table-upload-preview[hidden]{display:none}.table-upload-preview img{width:54px;height:54px;flex:0 0 54px;object-fit:cover;border-radius:7px;border:1px solid #d8b681}.table-upload-preview span{color:#704719;font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.table-simple-mode .table-simple-upload:before,.table-simple-mode .table-simple-upload:after,.table-simple-mode .table-simple-upload strong:after,.table-simple-mode .table-simple-upload small:after{content:none!important;display:none!important}
.table-simple-field,.table-simple-names label{display:grid;gap:7px;margin:0 0 14px;color:#704719;font-size:13px;font-weight:700}.table-simple-field textarea,.table-simple-names input{width:100%;box-sizing:border-box;min-height:48px;padding:12px 13px;border:1px solid #dfc8a8;border-radius:11px;background:#fff;color:#5c4630;font:inherit;font-weight:400;resize:vertical}.table-simple-field textarea{min-height:84px}.table-simple-names{display:grid;grid-template-columns:1fr 1fr;gap:10px}.table-simple-price{display:flex;align-items:center;justify-content:space-between;margin:8px 0 16px;padding:14px 15px;border-radius:12px;background:#fff5e8;color:#80603d}.table-simple-price strong{color:#9a6328;font-size:24px}.table-simple-submit{display:flex!important;align-items:center;justify-content:center;gap:12px;width:100%;min-height:52px;border:0;border-radius:13px;background:linear-gradient(110deg,#b9823f,#8d5726);color:#fff;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(112,71,25,.18)}.table-simple-submit span{font-size:22px}.table-simple-submit:disabled{opacity:.65;cursor:wait}.table-simple-mode .design-submit-note{display:none;margin:0;padding:10px 12px;border-radius:9px;background:#fff0e6;color:#a2412d;font-size:12px}.table-simple-mode .design-submit-note.is-visible{display:block}
@media(max-width:800px){.table-simple-mode .design-layout{display:block!important;margin:10px 0 35px!important;padding:0 10px!important}.table-simple-mode .design-preview{margin-bottom:14px!important;padding:10px!important}.table-simple-visual{padding:12px;gap:12px}.table-simple-visual img{max-height:390px}.table-simple-visual b{font-size:18px}.table-simple-visual span{font-size:13px}.table-simple-mode .design-form{padding:18px!important;border-radius:18px!important}.table-simple-names{grid-template-columns:1fr 1fr;gap:8px}.table-simple-mode .design-form h1{font-size:24px!important}}

/* Compact mobile header: remove the oversized blank band and keep the menu at top-left. */
@media(max-width:800px){
  .main-header{height:64px!important;min-height:64px!important;overflow:visible!important}
  .main-header .header-inner{height:64px!important;min-height:64px!important;padding:0 12px 0 62px!important;gap:8px!important}
  .main-header .logo{max-width:42vw!important;width:125px!important}
  .main-header .logo .logo-sign{width:115px!important}
  .main-header .account{gap:2px!important}
  .mobile-menu-toggle{left:12px!important;top:50%!important;width:40px!important;height:40px!important;padding:7px!important;gap:5px!important}
  .mobile-menu-toggle i{width:26px!important;height:3px!important}
}
.coupon-success.coupon-error{color:#8a632d!important;background:#fff8e9;border:1px solid #e5c993;border-radius:8px;padding:9px 11px;font-size:12px;font-weight:600}
.category-strip a:last-child{padding:0!important;background:transparent!important;border:0!important;border-radius:25px!important;box-sizing:border-box!important;overflow:hidden!important}
.category-strip a:last-child img{width:100%!important;height:100%!important;border-radius:25px!important;object-fit:cover!important;object-position:center!important}
.category-page .product-card:before{background:linear-gradient(115deg,#9b6727 0%,#f1c567 32%,#a56d27 58%,#f5d47a 78%,#8a5420 100%)!important;background-size:260% 100%!important;animation:premium-badge-gradient 3.6s ease-in-out infinite!important;box-shadow:0 0 0 2px rgba(224,170,75,.22),0 5px 16px rgba(168,108,32,.32)!important}
.category-page .product-card .product-design-cta{background:linear-gradient(110deg,#8a4f27 0%,#e2ad55 35%,#a9672b 62%,#f0c56c 82%,#76411f 100%)!important;background-size:280% 100%!important;animation:design-cta-gradient 3.2s ease-in-out infinite,design-cta-glow 2.8s ease-in-out infinite!important}
/* Tablo yükleme kutusundaki metinler, genel upload stilinden bağımsız görünür kalır. */
.table-simple-mode .design-form .table-simple-upload strong{display:block!important;font-size:15px!important;color:#704719!important;line-height:1.25!important;visibility:visible!important}
.table-simple-mode .design-form .table-simple-upload strong:after{content:none!important;display:none!important}
.table-simple-mode .design-form .table-simple-upload small{display:block!important;font-size:12px!important;color:#9b8061!important;line-height:1.25!important;visibility:visible!important}
.table-simple-mode .design-form .table-simple-upload small:after{content:none!important;display:none!important}
.category-api-description{max-width:760px;margin:-8px auto 24px;text-align:center;color:#8b735a;font-size:15px;line-height:1.6}.category-api-empty{grid-column:1/-1;padding:40px;text-align:center;color:#8b735a;background:#fffaf3;border:1px solid #ead8bd;border-radius:16px}
