/* Dinamik bölümler — masaüstünde tasarım pikseli (1920) ile çizilip var(--s) ile ölçeklenir */
.deskui > .c-box { position: absolute; transform: scale(var(--s)); transform-origin: 0 0; box-sizing: border-box; pointer-events: auto;
  font-family: 'Lato', sans-serif; color: #4B4036; }
.c-box *, .c-box *::before, .c-box *::after { box-sizing: border-box; }
.c-box a { color: inherit; text-decoration: none; }
.c-box img { display: block; max-width: none; }
.c-box[hidden] { display: none !important; }
.deskui > .c-marquee, .deskui > .c-video, .deskui > .c-img { pointer-events: none; }

/* düğmeler */
.c-btn { display: inline-flex; align-items: center; justify-content: center; font: 400 12px/1 'Lato', sans-serif; letter-spacing: .15em;
  text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.c-btn.dark { background: #4B4036; color: #F3F3F3 !important; border: 1px solid #4B4036; }
.c-btn.dark:hover { background: #2f2721; }
.deskui > .c-btn.line { border: 1px solid #4B4036; background: transparent; color: #4B4036; }
.deskui > .c-btn.line:hover { background: #4B4036; color: #F3F3F3; }

/* noktalar */
.c-dots { position: absolute; left: 0; right: 0; display: flex; justify-content: center; align-items: center; gap: 30px; height: 21px; }
.c-dot { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 50%; background: #4B4036; cursor: pointer; transition: all .25s; }
.c-dot.on { width: 21px; height: 21px; background: #B2A69B; }

/* ürün kartı */
.c-pcard { position: relative; width: 100%; height: 100%; }
.c-pcard .ph { display: block; overflow: hidden; }
.c-pcard .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.c-pcard:hover .ph img { transform: scale(1.03); }
.c-pcard .nm { display: block; text-align: center; font: 400 24px/1.25 'Cormorant', serif; color: #4B4036; }
.c-cart { position: absolute; left: 50%; top: 21px; width: 212px; height: 45px; transform: translate(-50%, -6px); opacity: 0; pointer-events: none;
  border: 0; border-radius: 23px; background: #A69CA4; color: #fff; font: 400 12px/1 'Lato', sans-serif; letter-spacing: .15em; cursor: pointer;
  transition: opacity .25s, transform .25s; z-index: 2; }
.c-pcard:hover .c-cart, .c-cart:focus-visible { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.c-pcard.pill .ph { height: 100%; }
.c-pcard.pill .nm { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); max-width: calc(100% - 40px); padding: 14px 26px;
  background: #fff; border-radius: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* tasarım görselleri üstünde, sadece fare gelince beliren butonlar */
.deskui > .c-hover { display: block; }
.c-hover.cart .c-cart { top: 21px; width: 212px; height: 45px; border-radius: 0; background: #4B4036; color: #F3F3F3; }
.c-hover:hover .c-cart, .c-hover:focus-visible .c-cart { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.c-more { position: absolute; left: 0; bottom: 0; height: 45px; display: flex; align-items: center; justify-content: center; background: #4B4036; color: #F3F3F3;
  font: 400 14px/1 'Lato', sans-serif; letter-spacing: .2em; white-space: nowrap; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.c-hover:hover .c-more, .c-hover:focus-visible .c-more { opacity: 1; transform: none; }
.c-pcard.pill .c-cart { top: 24px; }

/* ürün şeridi (anasayfa popüler ürünler, ürün detay ilgili ürünler) */
.c-rail .vp { position: absolute; left: 0; right: 0; top: 0; height: calc(100% - 50px); overflow: hidden; touch-action: pan-y; }
.c-rail .tr { display: flex; height: 100%; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.c-rail .pg { flex: 0 0 100%; display: flex; }
.c-rail .cell { position: relative; flex: none; height: 100%; }
.c-rail .c-pcard .ph { position: absolute; left: 0; right: 0; top: var(--img-top); height: var(--img-h); }
.c-rail .c-pcard .c-cart { top: calc(var(--img-top) + 21px); }
.c-rail .c-pcard .nm { position: absolute; left: -20px; right: -20px; top: var(--title-top); }

/* katalog slider (anasayfa 2) ve mağaza ızgarası */
.c-catalog .vp { position: absolute; left: 0; right: 0; top: 0; height: 1110px; overflow: hidden; touch-action: pan-y; }
.c-catalog .tr { display: flex; height: 100%; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.c-catalog .pg { position: relative; flex: 0 0 100%; height: 100%; }
.c-catalog .cell, .c-grid .cell { position: absolute; }

/* sayfalama */
.c-pager { display: flex; align-items: center; gap: 28px; }
.c-pnum { width: 71px; height: 71px; border: 1px solid #4B4036; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font: 400 13px/1 'Lato', sans-serif; letter-spacing: .25em; padding-left: .25em; transition: all .2s; }
.c-pnum.on, .c-pnum:hover { border-color: #E8D1BB; color: #B2A69B; }
.c-pnext { margin-left: auto; display: inline-flex; align-items: center; gap: 12px; font: 400 13px/1 'Lato', sans-serif; letter-spacing: .25em; }
.c-pnext svg { width: 16px; height: 16px; }

/* blog listesi */
.c-posts .post { position: absolute; left: 0; width: 1203px; height: 934px; }
.c-posts .ph { display: block; width: 1203px; height: 581px; overflow: hidden; }
.c-posts .ph img { width: 100%; height: 100%; object-fit: cover; }
.c-posts .meta { position: absolute; left: 133px; top: 633px; margin: 0; font: 400 13px/1 'Lato', sans-serif; letter-spacing: .25em; text-transform: uppercase; }
.c-posts h3 { position: absolute; left: 133px; top: 685px; width: 1000px; margin: 0; font: 400 68px/70px 'Cormorant', serif;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.c-posts .c-btn { position: absolute; left: 133px; top: 889px; width: 230px; height: 45px; }

/* S.S.S. */
.c-faq { overflow: visible; }
.c-faq-i { border-bottom: 1px solid #E8D1BB; }
.c-faq .q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0 18px; border: 0; background: none;
  text-align: left; cursor: pointer; color: #4B4036; font: 400 var(--q-size, 23px)/1.3 'Cormorant', serif; }
.c-faq .q .ic { flex: none; width: 22px; height: 22px; border: 1px solid #4B4036; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: transform .3s, border-color .3s, color .3s; }
.c-faq .q .ic svg { width: 12px; height: 12px; transform: rotate(180deg); }
.c-faq-i.open .q { color: #B2A69B; }
.c-faq-i.open .q .ic { transform: rotate(-90deg); border-color: #E8D1BB; color: #B2A69B; }
.c-faq .a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.c-faq .a > div { overflow: hidden; font: 400 18px/27px 'Lato', sans-serif; color: #4B4036; }
.c-faq-i.open .a { grid-template-rows: 1fr; }
.c-faq-i.open .a > div { padding-bottom: 22px; }
.c-faq.sss .c-faq-i { border-bottom: 0; }
.c-faq.sss .q { padding: 18px 0; }

/* kayan bant */
.c-marquee { overflow: hidden; display: flex; align-items: center; pointer-events: none; }
.c-marquee .tk { display: flex; width: max-content; animation: c-marq 70s linear infinite; }
.c-marquee .run { display: flex; align-items: center; gap: 42px; padding-right: 42px; white-space: nowrap; }
.c-marquee .w { font: 400 68px/1 'Cormorant', serif; color: #F3F3F3; }
.c-marquee .w.b { font-style: italic; color: #E8D1BB; }
.c-marquee .w.c { color: #D9C3AE; }
.c-marquee .w.d { font-style: italic; }
.c-marquee .st { font-size: 42px; color: #F3F3F3; }
.c-marquee .st.o { color: transparent; -webkit-text-stroke: 1px #F3F3F3; }
@keyframes c-marq { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* hizmet slider'ı (anasayfa 3) */
.c-services { overflow: visible; }
.c-services .sv { position: absolute; left: 0; top: 0; width: 458px; margin: 0; transition: transform .6s cubic-bezier(.2,.7,.2,1), opacity .4s; cursor: pointer; }
.c-services .sv.off { opacity: 0; pointer-events: none; }
.c-services .sv .im { width: 458px; height: 663px; overflow: hidden; transition: margin-top .6s, height .6s; }
.c-services .sv .im img { width: 100%; height: 100%; object-fit: cover; }
.c-services .sv.center { cursor: default; }
.c-services .sv.center .im { margin-top: 103px; height: 458px; }
.c-services figcaption { text-align: center; padding-top: 45px; transition: padding-top .6s; }
.c-services .sv.center figcaption { padding-top: 43px; }
.c-services figcaption b { display: block; font: 600 30px/1.2 'Cormorant', serif; color: #1c1612; }
.c-services figcaption span { display: block; margin-top: 16px; font: 400 16px/1.4 'Lato', sans-serif; color: #606060; }
.deskui > .c-services { overflow: hidden; }

/* video */
.c-video { overflow: hidden; pointer-events: none; }
.c-video video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* görsel kutuları */
.c-img { overflow: hidden; pointer-events: none; }
.c-img img { width: 100%; height: 100%; object-fit: cover; }

/* Instagram hücreleri */
.deskui > .c-ig { display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0); transition: background .25s; cursor: pointer; }
.c-ig .ic { display: flex; align-items: center; justify-content: center; border: 2px solid #fff; border-radius: 50%; color: #fff; opacity: 0; transform: scale(.85);
  transition: opacity .25s, transform .25s; }
.c-ig.big .ic { width: 82px; height: 82px; }
.c-ig.big .ic svg { width: 38px; height: 38px; }
.c-ig.small .ic { width: 40px; height: 40px; border-width: 1.5px; }
.c-ig.small .ic svg { width: 20px; height: 20px; }
.deskui > .c-ig:hover { background: rgba(40,33,27,.28); }
.c-ig:hover .ic, .c-ig:focus-visible .ic { opacity: 1; transform: scale(1); }

/* Google yorum alanı */
.c-greview { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 40px 60px; background: #FDF9F5; border: 1px solid #E8D1BB; }
.c-greview h2 { margin: 0 0 18px; font: 400 50px/1.1 'Cormorant', serif; }
.c-greview p { margin: 22px 0 0; font: 400 18px/27px 'Lato', sans-serif; }
.c-greview .c-btn { margin-top: 32px; width: 300px; height: 54px; }
.c-greview .alt { font-size: 15px; color: #7a6d62; }
.c-greview .alt a { text-decoration: underline; }
.c-stars i { font-style: normal; color: #d9d2cb; letter-spacing: 3px; }
.c-stars i.on { color: #F5B301; }
.c-stars.big i { font-size: 34px; }

/* ürün detayı */
.c-crumb { font: 400 13px/30px 'Lato', sans-serif; letter-spacing: .25em; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; }
.c-ptitle h1 { margin: 0; font: 400 68px/70px 'Cormorant', serif; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.c-ptitle h1.long { font-size: 50px; line-height: 54px; }
.c-ptitle { display: flex; align-items: flex-end; padding-bottom: 60px; }
.c-pstars { display: flex; align-items: center; gap: 14px; white-space: nowrap; font: 400 13px/1 'Lato', sans-serif; letter-spacing: .25em; }
.c-pstars .c-stars i { font-size: 20px; color: #B2A69B; }
.c-pstars .c-stars i.on { color: #4B4036; }
.c-pdesc p { margin: 0; font: 400 18px/27px 'Lato', sans-serif; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.c-tabs .bar { display: flex; justify-content: center; gap: 60px; height: 94px; align-items: flex-start; padding-top: 13px; }
.c-tabs .bar button { height: 38px; padding: 0 48px; border: 1px solid transparent; background: none; cursor: pointer; font: 400 13px/1 'Lato', sans-serif; letter-spacing: .25em; color: #4B4036; }
.c-tabs .bar button.on { border-color: #4B4036; }
.c-tabs .pn { padding-top: 40px; max-height: 376px; overflow: auto; }
.c-tabs .pn p { margin: 0; font: 400 18px/27px 'Lato', sans-serif; }
.c-tabs .pn a { text-decoration: underline; }
.c-rev { padding: 16px 0; border-bottom: 1px solid #E8D1BB; }
.c-rev .hd { display: flex; align-items: center; gap: 16px; }
.c-rev .hd b { font: 400 24px/1 'Cormorant', serif; }
.c-rev .dt { margin-left: auto; font-size: 13px; letter-spacing: .2em; color: #B2A69B; }
.c-rev p { margin: 8px 0 0 !important; }
.c-empty { margin: 0; font: 400 18px/27px 'Lato', sans-serif; color: #7a6d62; }

/* blog detay */
.c-article { background: #fff; overflow: hidden; }
.c-article .meta { margin: 20px 0 0; font: 400 13px/1 'Lato', sans-serif; letter-spacing: .25em; text-transform: uppercase; }
.c-article h1 { margin: 60px 0 40px; font: 400 68px/74px 'Cormorant', serif; }
.c-article p { margin: 0 0 24px; font: 400 18px/27px 'Lato', sans-serif; }
.c-comments { background: #fff; overflow: auto; }
.c-comments h2 { margin: 0 0 60px; font: 400 68px/1 'Cormorant', serif; }
.c-cmt { display: grid; grid-template-columns: 133px 1fr; gap: 52px; margin-bottom: 50px; }
.c-cmt.reply { margin-left: 185px; }
.c-cmt img, .c-cmt .av { width: 133px; height: 133px; border-radius: 50%; object-fit: cover; }
.c-cmt .av { display: flex; align-items: center; justify-content: center; background: #E8D1BB; font: 400 50px/1 'Cormorant', serif; }
.c-cmt .dt { margin: 12px 0 0; font: 400 13px/1 'Lato', sans-serif; letter-spacing: .25em; }
.c-cmt .nm { margin: 12px 0 0; font: 400 24px/1 'Cormorant', serif; }
.c-cmt .tx { margin: 16px 0 0; font: 400 18px/27px 'Lato', sans-serif; max-width: 900px; }

/* ================= MOBİL ================= */
#mob .c-mrail { grid-auto-columns: 72%; }
#mob .c-pcard, #mob .c-pcard .ph, #mob .c-pcard.pill .ph { height: auto; }
#mob .c-pcard .ph { position: relative; }
#mob .c-pcard .ph img { width: 100%; display: block; }
#mob .c-pcard .ph img { aspect-ratio: 1; height: auto; }
#mob .c-pcard .nm { font-size: 20px; margin-top: 10px; }
#mob .c-pcard .c-cart { position: static; transform: none; opacity: 1; pointer-events: auto; width: 100%; height: 40px; margin-top: 10px; border-radius: 20px; }
#mob .c-pcard.pill .nm { position: static; transform: none; max-width: none; padding: 8px 0 0; background: none; white-space: normal; }
#mob .m-grid .c-pcard .nm { font-size: 18px; }
#mob .c-mpager { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 26px 0 10px; }
#mob .c-mpager .c-pnum { width: 42px; height: 42px; font-size: 12px; }
#mob .c-mpager .c-pnext { font-size: 12px; }
#mob .c-faq.mob .q { font-size: 20px; padding: 16px 0; }
#mob .c-faq.mob .a > div { font-size: 15px; line-height: 1.65; }
#mob .c-msv { grid-auto-columns: 78%; }
#mob .c-msv figure { margin: 0; text-align: center; }
#mob .c-msv img { width: 100%; aspect-ratio: 458 / 560; object-fit: cover; border-radius: 200px 200px 0 0; }
#mob .c-msv b { display: block; margin-top: 14px; font: 600 24px/1.2 var(--serif); }
#mob .c-msv span { display: block; margin-top: 6px; color: var(--gray); font-size: 14px; }
#mob [data-c="video"] video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
#mob .c-greview.mob { padding: 28px 22px; align-items: stretch; }
#mob .c-greview.mob h2 { font-size: 34px; }
#mob .c-greview.mob p { font-size: 15px; line-height: 1.65; margin-top: 14px; }
#mob .c-greview.mob .c-btn { width: 100%; height: 50px; margin-top: 22px; }
#mob .c-stars.big i { font-size: 26px; }
#mob .revs .c-rev .hd b { font-size: 20px; }
#mob .list .c-cmt { grid-template-columns: 64px 1fr; gap: 14px; margin-bottom: 22px; }
#mob .list .c-cmt.reply { margin-left: 30px; }
#mob .list .c-cmt img, #mob .list .c-cmt .av { width: 64px; height: 64px; font-size: 26px; }
#mob .list .c-cmt .nm { font-size: 22px; margin-top: 4px; }
#mob .list .c-cmt .tx { font-size: 15px; line-height: 1.6; margin-top: 6px; }
#mob .list .c-cmt .dt { font-size: 11px; margin-top: 2px; }
#mob .m-insta a { position: relative; display: block; }
#mob .m-insta a .ig { width: 34px; opacity: 0; transition: opacity .2s; }
#mob .m-insta a:hover .ig, #mob .m-insta a:active .ig, #mob .m-insta a:focus-visible .ig { opacity: 1; }
#mob .m-marquee { overflow: hidden; }
#mob .m-marquee .run { width: max-content; animation: c-marq 45s linear infinite; }
#mob .m-marquee .run > div { display: inline-flex; padding-right: 22px; }
@media (prefers-reduced-motion: reduce) {
  .c-marquee .tk, #mob .m-marquee div { animation: none; }
}
