@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@600;700;800;900&family=Raleway&display=swap');


/*----------------------- Preloader -----------------------*/
/* body.preloader-site {
    overflow: hidden;
} */

.preloader-wrapper {
    height: 100%;
    width: 100%;
    /* background: radial-gradient( circle, rgba(59, 40, 64) 0%, rgba(4, 7, 19, 1) 100% ) !important; */
    background: #555555;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
     position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100%;
   z-index: 9999999999;
   /* background: radial-gradient( circle, rgba(59, 40, 64) 0%, rgba(4, 7, 19, 1) 100% ) !important; */
   background: #555555;
   background-position: center;
   overflow-x: overlay;
   /* overflow-y: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
}


.mobileonly {display: none;}

input {
    -webkit-appearance: none;
}


html {
  scroll-behavior: smooth; font-size: 12px; font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5 {font-family: 'Martel', serif; margin-bottom: 20px !important;}

.txr {text-align: right !important;}
.txc {text-align: center !important;}

::-webkit-scrollbar {
  z-index: 999;
  width: 20px;
  margin: 5px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 10px;
  background-clip: content-box;
  border: 6px solid rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
  background-color: transparent;
  z-index: 9999999999;
}
/* Buttons */
::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  height: 0;
  width: 0;
}
/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0;
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent;
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 0;
  border-color: transparent transparent transparent;
}

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: transparent;
}


html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {object-fit: contain;}


body {
  line-height: 1;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: overlay;
  background: #FAF8F5;
  color: #2D2825;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


p { line-height: 1.7;
margin-bottom: 10px !important;}


header {
    padding: 16px 20px;
    border-radius: 0 0 6px 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    position: fixed;
    width: 1240px;
    max-width: 100vw;
    margin: -120px auto 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgba(250, 248, 245, 0.94);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.2);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border: 1px solid #ffffff3a;
    color: #030303;
  }

.mt {margin-top: 10px;}

.do {margin-top: -120px ;}
.stick {margin-top: 0px ;}

.wide {display: flex; align-items: center; width: 1240px; max-width: 100vw; margin: 0 auto; justify-content: space-between; }

.wide .hlogo { height: 55px;
    object-fit: contain;
    display: block;
}
.wide nav ul { 
  display: flex; 
  align-items: center; 
  list-style: none;
  gap: 8px;
}
.wide nav ul li { margin-left: 0; }
.wide nav a { 
  text-decoration: none; 
  color: #3C3631; 
  outline: none; 
  transition: all .25s ease; 
  font-size: 13.5px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid transparent;
}
.wide nav a:hover {  
  color: #8C2333; 
  background: rgba(140, 35, 51, 0.06); 
}
.wide nav a.active,
.wide nav a.selected {
  color: #FFF !important;
  background: #8C2333;
  box-shadow: 0 2px 8px rgba(140, 35, 51, 0.25);
}

.sepetbtn {background: #e1143a; color: #fff; border-radius: 10px; outline: none; border: none; cursor: pointer; padding: 5px 10px; transition: all 0.4s ease;}
.sepettemizle {background: #6f6f6f; color: #fff; border-radius: 10px; outline: none; border: none; cursor: pointer; padding: 5px 10px; transition: all 0.4s ease;}
.sepetbtn:hover {background: #7e081e; }

.note {font-size: 12px;}

.scrolld {position: absolute; z-index: 9999999; bottom: 10vh; background: rgba(0, 0, 0, 0.6); padding: 10px; border-radius: 90px;}


section {
  padding: 80px 0;
  width: 100vw;
  min-height: auto;
  z-index: 29 !important;
  position: relative;
  background: #FAF8F5;
  display: block;
}

h1 , h2 {
  font-family: 'Martel', serif;
  margin: 20px auto !important;
  text-align: center;
  width: 100%;
  display: block !important;
}
h1 { font-size: 32px; }
h2 { font-size: 26px; }

.catalog-heading {
  border-bottom: none !important;
  font-size: 26px;
  letter-spacing: 0.5px;
  color: #2D2825;
  margin-top: 15px !important;
  margin-bottom: 18px !important;
  scroll-margin-top: 85px;
}

section .wide { padding: 0 40px; }

/* Edebî Karşılama Alanı (Hero / Manifesto) */
.hero-section {
  min-height: auto !important;
  height: auto !important;
  padding: 115px 20px 30px !important;
  background: 
    radial-gradient(ellipse at 50% 30%, rgba(255, 255, 255, 0.96) 0%, rgba(247, 241, 232, 0.9) 48%, rgba(236, 227, 214, 0.96) 100%),
    #EFE6D8;
  border-bottom: 1px solid rgba(140, 35, 51, 0.12);
  box-shadow: inset 0 -16px 28px -12px rgba(140, 35, 51, 0.05), 0 4px 18px rgba(45, 35, 25, 0.04);
  text-align: center;
  position: relative;
}
section.catalog-section,
.hero-section + section {
  padding-top: 20px !important;
  min-height: auto !important;
}
.hero-content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.hero-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 10px 10px 20px;
}
.hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #8C2333;
  background: rgba(140, 35, 51, 0.07);
  border: 1px solid rgba(140, 35, 51, 0.16);
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 22px;
  text-transform: uppercase;
  box-shadow: 0 1px 4px rgba(140, 35, 51, 0.06);
}
.hero-title {
  font-family: 'Martel', serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1614;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  border-bottom: none !important;
  margin: 0 auto 20px !important;
  letter-spacing: -0.5px;
}
.hero-desc {
  font-size: 1.12rem;
  line-height: 1.85;
  color: #4A433D;
  margin: 0 auto 30px !important;
  max-width: 680px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.hero-btn-primary {
  background: #E1143A;
  color: #FFF !important;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(225, 20, 58, 0.28);
  transition: all 0.3s ease;
}
.hero-btn-primary:hover {
  background: #B30C2B;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(225, 20, 58, 0.38);
}
.hero-btn-secondary {
  background: #FFF;
  color: #3C3631 !important;
  border: 1px solid #DCD5C9;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-btn-secondary:hover {
  background: #F4EFE6;
  border-color: #8C2333;
  color: #8C2333 !important;
}

/* Vintage Matbaa Ayracı */
.vintage-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  max-width: 420px;
  width: 80%;
  gap: 15px;
}
.divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #BAAEA0, transparent);
}
.divider-ornament {
  font-size: 19px;
  color: #8C2333;
  opacity: 0.9;
  text-shadow: 0 1px 2px rgba(140, 35, 51, 0.15);
}

/* Akıllı Tür Filtreleme Barı (Sticky Capsule Dock) */
.filter-wrapper,
.filter-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  z-index: 999;
  width: 1080px;
  max-width: 92vw;
  margin: 0 auto 25px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding: 6px 12px;
  border-radius: 40px;
  border: 1px solid rgba(216, 208, 196, 0.85);
  box-shadow: 0 6px 20px -2px rgba(45, 35, 25, 0.07);
  box-sizing: border-box;
}
.filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 5px 6px;
}
.filter-bar::-webkit-scrollbar {
  display: none;
}
.filter-pill {
  display: inline-flex;
  align-items: center;
  background: #FFF;
  color: #4A443E;
  border: 1px solid #DFD9CE;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
  outline: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.filter-pill:hover {
  border-color: #E1143A;
  color: #E1143A;
  box-shadow: 0 3px 10px rgba(225, 20, 58, 0.18);
  transform: none;
}
.filter-pill.active {
  background: #E1143A;
  border-color: #E1143A;
  color: #FFF !important;
  box-shadow: 0 3px 12px rgba(225, 20, 58, 0.25);
}
.filter-pill .pill-count {
  font-size: 11px;
  font-weight: 700;
  margin-left: 6px;
  opacity: 0.8;
  background: rgba(0,0,0,0.06);
  padding: 2px 6px;
  border-radius: 10px;
}
.filter-pill.active .pill-count {
  background: rgba(255,255,255,0.25);
  color: #FFF;
}

section:last-of-type {
  z-index: 19 !important;
  box-shadow: 0 20px 60px 10px rgba(0, 0, 0, 0.5);
}

.box {    
  padding: 22px;
  margin: 0;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 16px rgba(45, 35, 25, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.box:hover {
  box-shadow: 0 8px 26px rgba(45, 35, 25, 0.08);
  transform: translateY(-2px);
}

a {text-decoration: none;}
.about {flex-direction: column; margin-top: 50px;}
.logoarea { width: 20%; height: 20%; margin: 0 auto;}
.logoarea img { width: 100%; object-fit: contain;}
.aboutarea { width: 70%; text-align: left; margin-top: 20px;}
.aboutarea .links { display: flex; width: 100%; gap: 10px; flex-wrap: wrap; margin-top: 15px; }
a , a:visited { color: #555555;}
.aboutarea .links a { 
  flex: 1 1 180px; 
  text-align: center; 
  border: 1px solid rgb(233, 233, 233); 
  padding: 10px 14px; 
  margin: 5px; 
  border-radius: 6px; 
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.3), 0 12px 12px 0 rgba(58, 70, 92, 0.2); 
  align-items: center; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  font-size: 14px; 
  font-weight: 600;
  transition: all .6s ease; 
}
.aboutarea .links a:hover { 
  border-color: #8C2333;
  color: #8C2333 !important;
  box-shadow: 0 4px 2px 0 rgba(58, 70, 92, 0.1), 0 2px 2px 0 rgba(58, 70, 92, 0.2);
}

.about-quote {
  font-family: 'Martel', serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.6;
  color: #8C2333;
  border-left: 4px solid #E1143A;
  background: #FFF;
  padding: 18px 24px;
  margin: 25px 0 30px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 12px rgba(45, 35, 25, 0.04);
}

.about-badges {
  display: flex;
  gap: 16px;
  margin: 30px 0 25px;
  justify-content: space-between;
}
.badge-card {
  flex: 1;
  background: #FAF8F5;
  border: 1px solid #ECE4D8;
  border-radius: 6px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: none;
  cursor: default;
}
.badge-num {
  display: block;
  font-family: 'Martel', serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #8C2333;
  margin-bottom: 4px;
}
.badge-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2C2825;
  margin-bottom: 4px;
}
.badge-desc {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #7A726A;
}

.photoarea {height: 30vh; float: right; margin: 0 0 10px 10px;}
.photoarea img {height: 30vh; -webkit-filter: grayscale(1); filter: grayscale(1); transition: all 0.6s ease;}
.photoarea img:hover { -webkit-filter: grayscale(0); filter: grayscale(0);}

.bookcontainer { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; }
.bookarea { width: 48%; height: 380px; display: flex; margin: 1% 1% 30px 1%; perspective: 1000px; box-sizing: border-box; }
.bookarea .price { margin-top: 22px; background: #ca0e27; color: #fff; padding: 0 10px; border-radius: 12px; font-size: 21px; text-align: center;}

/* Cilt ve 3D Derinlik */
.bookarea .bimage {
  position: relative;
  width: 44%;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.25, 1);
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  flex-shrink: 0;
}
.bookarea:hover .bimage {
  transform: perspective(1000px) rotateY(-15deg) translateY(-8px) scale(1.05);
}
.bookarea .kdvdahil { font-size: 12px; background: #e8e3e4; color: #332e2f; text-align: center; padding: 3px; border-radius: 10px; }
.bookarea .bimage img {
  border-radius: 3px 6px 6px 3px;
  box-shadow: 
    -2px 0 3px rgba(0, 0, 0, 0.08),
    2px 3px 6px rgba(0, 0, 0, 0.12),
    6px 12px 20px -2px rgba(0, 0, 0, 0.22);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.25, 1), filter 0.4s ease;
}
.bookarea:hover .bimage img {
  box-shadow: 
    -6px 2px 8px rgba(0, 0, 0, 0.15),
    10px 14px 24px rgba(0, 0, 0, 0.22),
    22px 28px 42px -4px rgba(0, 0, 0, 0.35);
  filter: brightness(1.03) contrast(1.02);
}

.bookarea .binfo { width: calc(56% - 25px); display: flex; flex-direction: column; padding: 0; flex-grow: 1;}
.bookarea .binfo h3 { margin: 0 !important; font-size: 1.2rem; line-height: 1.3;}
.bookarea .binfo .bookauthor { margin: 0 !important; padding-top: 12px; padding-bottom: 5px; font-size: 14px; border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.bookarea .binfo .text { height: 100%; overflow: hidden; text-overflow: ellipsis; font-size: 13px; margin: 6px 0;}

.bookarea .binfo .bbottom { width: 100%; display: flex; flex-direction: row; gap: 10px;}
.bookarea .binfo .bbottom .infobox { width: 100%; background: rgba(255, 255, 255, 0.1); padding: 5px;}
.bookarea .binfo .bbottom .infobox .header{ font-size: 11px; font-weight: 700;}

.atcbtn:active {background: #000 !important; transition: all 0.1s ease !important; transform: scale(1.1);}


.ayrac {border-radius: 10px; overflow: hidden; margin: 10px auto; max-width: 550px;}

/* .bookarea .btng {display: flex; width: 100%; margin: 10px 0 0px 0 ;  position: relative;} */
.bookarea .bookbtn { display: block; background: #e1143a; font-size: 15px; font-weight: 700; border-radius: 6px; width: 100%; text-align: center; padding: 10px 8px; margin: auto 0 0 0; border: 1px solid #ffffff3a; text-decoration: none; color: #fff; position: relative; box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.3), 0 12px 12px 0 rgba(58, 70, 92, 0.2); transition: all .6s ease;}
.bookarea .bookbtn:hover { background: #64091a; box-shadow: 0 1px 1px 0 rgba(58, 70, 92, 0.1), 0 2px 2px 0 rgba(58, 70, 92, 0.2); }


#ModalBtn { cursor: pointer; }
body.modal-open {
    overflow: hidden;
}

.separator {height: 95px;}
.flexstart {align-items: flex-start;}
.gutter {gap: 20px;}
.wrap {flex-wrap: wrap;}

.modal {
  z-index: 99999999 !important;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  overflow-y: scroll ; /* Enable scroll if needed */
  overflow-x: hidden;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal .modal-content {
  animation: animatebottom 0.9s;
  background-color: #fefefe;
  margin: 5% auto 3% auto; /* 15% from the top and centered */
  padding: 40px;
  border-radius: 20px;
  width: 60%; /* Could be more or less, depending on screen size */
  max-width: 1000px;
 box-shadow: 0 0 100px -10px #000;
}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

/* The Close Button */
.modal .closeterms {
  z-index: 99999;
    display: block;
    position: relative;
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: 300;
    }

.modal .closeterms:hover,
.modal .closeterms:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal .modal-header {display: flex;    justify-content: space-between;    align-items: center; margin-bottom: 30px; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.modal .modal-header .btngroup {display: flex;    justify-content: flex-end;    align-items: center;}
.modal button.close {
  background: #e6e4e4; outline: none; border: none; padding: 10px; 
  width: 34px; height: 34px; display: flex; align-items: center; transition: all 0.4s ease;
  justify-content: center; border-radius: 10px; margin: 0 0 0 10px; line-height: 1;
}
.modal button.close:hover {opacity: 0.6;}

.modal-body .btn {cursor: pointer; border-radius: 5px;} 
.modal-body .btn.minus-item { border-radius: 5px 0 0 5px;} 
.modal-body .btn.plus-item { border-radius: 0 5px 5px 0;} 
.modal-body .btn:hover {opacity: 0.6;}

.modal-total {display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 10px; padding: 20px 10px; background: #eee;}


.modal .carttable {width: 100%;}
.modal .carttable th {text-align: left;}
.modal .carttable td {border-bottom: 1px solid #cacaca; padding: 10px 0;}
.modal .carttable td button {background: #cacaca; outline: none; border: none; padding: 2px 8px;}
.modal .carttable td .item-count { width: 60px;}


.modal .carttable td.bookname input, 
.modal .carttable td.bookprice input, 
.modal .carttable td.booktotprice input , #totalcart , #sipnumber {  border: none;  outline: none; background: transparent;}
.booktotprice input, td.bookprice input , #totalcart {text-align: right;}
#sipnumber {background: #e8c8c8; border-radius: 6px; color: #804747; font-size: 12px; padding: 4px;}

.sip-page {width: 100%;}
.sip-table {display: flex; flex-direction: row; align-items: stretch; justify-content: space-between; width: 500px; margin: 10px auto; background: #fff; border-radius: 10px; padding: 10px; 
  box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.2); }
.sip-col {display: flex; flex-direction: column; width: 100%;}
.sip-line { border-bottom: 1px solid #bdbdbd; width: 100%; padding: 6px 0;}
.sip-right {text-align: right;}
.sip-bold { font-weight: 700; font-size: 12px; color: #222;}
.sip-total {font-weight: 700; font-size: 12px; color: #222;}
.sip-bignum {font-weight: 700; font-size: 24px; color: #222;}
.sip-showform { display: flex; width: 100%; flex-direction: column;}
.sip-form {display: flex; width: 100%; flex-direction: column;}
.sip-inputs {display: flex; width: 100%; justify-content: space-between; padding: 30px; font-size: 15px; background: #dedede; border-radius: 5px; align-items: baseline;}
.sip-inputs > div {padding: 5px;}
.sip-formline {padding: 10px;}
.sip-listheader {display: flex; justify-content: space-between;}
.note {padding: 10px;}

.modal .desc {padding: 10px 0; font-size: 0.7rem; line-height: 2; font-weight: 500; text-align: right;}
.modal a {color: crimson;}
.modal p {padding: 10px 0; font-size: 0.8rem; line-height: 2;}
.modal h3 {padding: 0; margin: 0 !important; font-size: 1.4rem; font-weight: 700;}

.modal .modal-content { width: unset;}

.modal-footer {display: flex; justify-content: flex-end; }
.modal .btn.sepetbtn {margin: 5px 0 5px auto;  }
.errormodal p , .errormodal ul li , .errormodal a {font-size: 0.9rem; margin-bottom: 4px; line-height: 1.4;}
.errormodal ul li {padding-left: 30px;}

#myModalon .btn_group button { 
  width: 200px !important; margin: 10px auto;
  background: #553d6a; width: 100%; justify-content: center; font-weight: 700; font-size: 1.6rem; margin-top: 10px;
  border: none;  color: white;  padding: 20px;  text-align: center;
  text-decoration: none;  display: flex;  font-size: 16px;  outline: none;  border-radius: 10px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  box-shadow: 0 64px 64px 0 rgba(58, 70, 92, 0.2),
    0 32px 32px 0 rgba(58, 70, 92, 0.2), 0 16px 16px 0 rgba(58, 70, 92, 0.2),
    0 8px 8px 0 rgba(58, 70, 92, 0.2), 0 4px 4px 0 rgba(58, 70, 92, 0.2),
    0 2px 2px 0 rgba(58, 70, 92, 0.2);
}
#myModalon .btn_group button:hover:enabled {
  color: #553d6a;
  background-color: #f7a833 !important;
  box-shadow: 0 64px 64px 0 rgba(243, 159, 103, 0.2), 
    0 32px 32px 0 rgba(243, 194, 103, 0.2),
    0 16px 16px 0 rgba(243, 210, 103, 0.2), 0 8px 8px 0 rgba(243, 182, 103, 0.2), 0 64px 64px -30px rgba(233, 97, 79, 0.9),
    0 4px 4px 0 rgba(243, 166, 103, 0.2), 0 2px 2px 0 rgba(243, 182, 103, 0.2);
}



footer {
  /* overflow: overlay; */
  /* width: 100vw; */
  height: 45vh;
  display: flex;
  position: relative;
  z-index: 1 !important;
  width: 100%;
  font-weight: 400;

}

footer .fixer {
  /* overflow: overlay; */
  color: #f1f1f1;
  background-color: #555555; 
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  /* display: flex; */
  position: fixed;
  padding: 80px 0;
  width: 100vw;
  height: 45vh;
  bottom: 0;
}

footer a,
footer a:visited,
footer a:focus {
  color: #f1f1f1;
  text-decoration: none;
  transition: all ease 0.2s;
  outline: none;
}
footer a:hover {
  color: #bcc1c7;
  margin-left: 3px;
}

footer .wide {
  max-width: 90%;
  width: 1000px;
  margin: 2vh auto;
      flex-direction: column;
}
footer .wide .links {
  margin-bottom: 3vh;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
footer .wide .links .general {  font-size: 1.5rem; width: 50%; padding: 0; margin: 0;}
footer .wide .links .general li{ margin: 12px 0; font-weight: 400;}
footer .wide .links .sm {
  font-size: 15px;
  width: 100%;
}
footer .wide .links li {
  padding-bottom: 7px;
  width: 100%;
  display: block;
}

footer .logo {
  height: 5vh;
    position: relative;
    justify-content: flex-start;
    padding: 0;
}

footer .logo img {  height: 100%; width: initial; }
footer .desc {  margin: 20px auto; font-size: 0.8rem; text-align: center; }

section .selldesc  { color: rgba(255, 255, 255, 0.3);  margin: 40px 0; font-size: 0.7rem; }

/* İletişim Bölümü Tasarımı (Yatay Layout) */
.contact-horizontal-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 0 25px;
}
.contact-brand-pane {
  flex: 0 0 36%;
  background: #FAF8F5;
  border: 1px solid #ECE4D8;
  border-radius: 6px;
  padding: 32px 26px;
  box-shadow: none;
  text-align: left;
  box-sizing: border-box;
}
.contact-brand-pane .contact-logo {
  max-width: 140px;
  margin-bottom: 18px;
}
.contact-brand-pane .contact-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.contact-brand-pane .contact-heading {
  font-family: 'Martel', serif;
  font-size: 24px;
  font-weight: 700;
  color: #1F1B18;
  margin: 0 0 12px 0 !important;
  text-align: left !important;
  border-bottom: none !important;
  scroll-margin-top: 85px;
}
.contact-brand-pane .contact-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #5A534C;
  margin: 0;
}
.contact-info-pane {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-sizing: border-box;
}
.contact-item-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  background: #FAF8F5;
  border: 1px solid #ECE4D8;
  border-radius: 6px;
  padding: 16px 20px;
  box-shadow: none;
  text-align: left;
  cursor: default;
}
.contact-item-card .contact-card-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: rgba(140, 35, 51, 0.07);
  color: #8C2333;
  border-radius: 50%;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-item-card .contact-item-body {
  flex-grow: 1;
}
.contact-item-card .contact-item-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #8C2333;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.contact-item-card p {
  font-size: 14.5px;
  line-height: 1.5;
  color: #2C2825;
  margin: 0 !important;
}
.contact-item-card p a {
  color: #2C2825 !important;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-item-card p a:hover {
  color: #E1143A !important;
}
.contact-item-card .contact-sub {
  display: block;
  font-size: 12px;
  color: #8C847B;
  margin-top: 3px;
}

@media only screen and (max-width: 1441px) {
  header .wide {
    display: flex;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    justify-content: space-between;
}
}



/* Geniş ekranlar: Kutu genişliği daralmadan 3 kolona yayılma (>= 1500px) */
@media (min-width: 1500px) {
  section .wide {
    width: 95%;
    max-width: 1760px;
  }
  .bookarea {
    width: 31.333%;
    margin: 1% 1% 35px 1%;
  }
}

@media (max-width: 768px) {

  .hero-section {
    padding: 100px 15px 25px;
  }
  .hero-title {
    font-size: 1.85rem !important;
    line-height: 1.3;
  }
  .hero-desc {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .hero-actions {
    flex-direction: column;
    gap: 10px;
  }
  .hero-btn-primary, .hero-btn-secondary {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
  .filter-wrapper,
  .filter-sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 999;
    width: calc(100% - 24px);
    max-width: 100%;
    border-radius: 26px;
    padding: 5px 8px;
    margin: 0 auto 18px;
    background: rgba(255, 255, 255, 0.94);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(216, 208, 196, 0.75);
    box-shadow: 0 4px 14px rgba(45, 35, 25, 0.06);
  }
  .filter-bar {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 4px 6px;
  }
  .filter-pill {
    padding: 6px 13px;
    font-size: 12.5px;
  }
  .about-badges {
    flex-direction: column;
    gap: 12px;
  }
  .contact-horizontal-wrap {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }
  .contact-brand-pane {
    width: 100%;
    text-align: center;
    padding: 25px 20px;
  }
  .contact-brand-pane .contact-logo {
    margin: 0 auto 15px;
  }
  .contact-brand-pane .contact-heading {
    text-align: center !important;
  }
  .contact-info-pane {
    width: 100%;
  }
  .contact-item-card {
    padding: 15px 18px;
  }

  h1 { font-size: 3.8em;}

   .row {margin: 20vh auto;}
   .hero { height: calc(100vh + 5px); }

  .split .col {
    width: 100%;
    min-height: 300px;
  }
  .split .col .inner {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  section { min-height: unset; padding: 0;  margin-top: -5px;}

  .bookarea {
    width: 100%;
    height: 320px;
    margin: 10px 0 25px 0;
  }
  .bookarea .bimage {
    width: 38%;
    margin-right: 25px;
  }
  .bookarea .binfo {
    width: calc(62% - 25px);
  }
  .bookarea .binfo h3 {
    font-size: 1.2rem;
  }
  .bookarea .bookbtn {
    font-size: 15px;
    padding: 10px;
  }



  header .wide { width: 90%;}
  header .wide nav ul li {    margin-left: 15px;    width: min-content; }

img.hlogo  { max-height: 65px; object-fit: contain;  }
  


    footer a, footer a:visited, footer a:focus { text-shadow: 0 2px 4px #000000;}
  footer .fixer { background-size: contain;     background-position: bottom right; background-size: 80%;}
  footer .logo img { height: 3.5vh; }
  footer .logo { height: 6vh; padding: 0;  }

  .modal .modal-content { width: 80%; }

}

@media (max-width: 500px) {

  header {
    padding: 5px 20px;}

  .hero-title {
    font-size: 1.55rem !important;
  }
  .hero-eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    padding: 4px 12px;
  }


  .mobileonly {display: flex;}
  .hidemobile {display: none !important;}
    nav.main, nav.main ul, nav.main li { width: 90% !important; display: flex; justify-content: flex-end;}

  html {font-size: 12px; -webkit-text-size-adjust: none; touch-action: pan-y; /*prevent user scaling*/ }

  h1 + div {margin-top: 10vh !important;}
  h1 { font-size: 2.9em;}



  header .wide { width: 96%; justify-content: space-between;}
  header .wide .hlogo { height: 30px; }
  header .wide nav ul li { margin-left: 8px; width: min-content; font-size: 1.1rem;}
  
  section .wide {    flex-wrap: wrap;    width: 100vw;    padding: 10px;    margin: 0 auto;}
  section .wide .bookarea,
  .bookarea {
    width: 100%;
    height: auto;
    min-height: 280px;
    margin: 5px 0 25px 0;
  }
  .bookarea .bimage {
    width: 42%;
    margin-right: 15px;
  }
  .bookarea .binfo {
    width: calc(58% - 15px);
  }
  .bookarea .binfo h3 {
    font-size: 1rem;
    line-height: 1.25;
  }
  .bookarea .binfo .bookauthor {
    padding-top: 8px;
    font-size: 12px;
  }
  .modal .carttable td .item-count { width: 30px;}

  .aboutarea { width: 90%; }
  .aboutarea .links { flex-wrap: wrap;}
  .aboutarea .links a { flex: 1 auto; }

  .row {margin: 5vh auto;}

  h1 { font-size: 3.4em;}
  h2 { font-size: 1.7em; }


  .bookarea .binfo .text { height: auto; max-height: 140px; font-size: 11px; margin: 4px 0;}
  .bookarea .bookbtn { font-size: 13px; padding: 8px 4px; }
  td.bookname {max-width: 12vw;}
  .modal .carttable td button { padding: 2px 4px; }
  .sepettemizle { padding: 0px 0px; }
  .sip-inputs { padding: 12px; font-size: 13px; border-radius: 5px; flex-direction: column;}
  .sip-formline { padding: 10px 0;}
  .sip-inputs > div { padding: 0px; width: 100%;}
  .sip-formline input {width: 100%;}
  .sip-table {    width: 100%;    margin: 6px auto;    border-radius: 10px;    padding: 6px;}
  .separator { height: 65px; }
  .mb {margin-bottom: 40px;}
  .mb1 {margin-bottom: 20px;}
  .note {padding: 5px;}

  
  .modal .modal-content { width: 95%; box-shadow: 0 0 100px -10px #000;}
  .modal .modal-content p { font-size: 1.3rem; line-height: 1.3;} 
  .modal .desc { font-size: 1rem; }
  .modal .modal-content { padding: 12px; border-radius: 10px;}
  .modal-dialog {margin-bottom: 50px;}

  footer a, footer a:visited, footer a:focus { text-shadow: 0 2px 4px #000000;}
  footer .fixer { background-size: contain; background-position: bottom; }
  footer .fixer { padding: 20px 0; }
  footer .logo img { height: 5.5vh; max-width: 90%; margin: 0 auto; }
  footer .logo { height: unset; width: 50%; padding: 0; background: transparent; }

  footer .wide { flex-direction: column; }

  footer .wide .links li { margin: 12px; } 
  footer .wide .links .sm {  display: flex;   font-size: 0.8rem;    width: 50%;    padding: 0;    justify-content: flex-end;    align-items: flex-start;    }

}



b, strong { font-weight: bold !important; }
