body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  margin: 0 0 10px 0;
}
#logo img {
  max-width: 200px;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header-cart {
  margin-bottom: 10px;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart .dropdown-menu {
  background: #eee;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* Homepage random-book hero */
.book-hero {
  --hero-ink: #17332d;
  --hero-accent: #c96c3b;
  margin: 0 0 22px;
  padding: 18px 0 22px;
  overflow: hidden;
  color: var(--hero-ink);
  background: linear-gradient(135deg, #f8f2e7 0%, #efe5d3 100%);
  border-top: 1px solid rgba(23, 51, 45, 0.1);
  border-bottom: 1px solid rgba(23, 51, 45, 0.14);
}
.book-hero__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}
.book-hero__heading h1 {
  margin: 1px 0 0;
  color: var(--hero-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}
.book-hero__heading p {
  max-width: 350px;
  margin: 0 55px 2px 0;
  color: #5e6c67;
  font-size: 12px;
  line-height: 1.4;
}
.book-hero__eyebrow,
.book-hero__counter {
  color: var(--hero-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.book-hero__slide {
  display: grid;
  grid-template-columns: minmax(220px, 32%) 1fr;
  min-height: 290px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 51, 45, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(48, 43, 34, 0.1);
}
.book-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 290px;
  padding: 20px 48px;
  background: linear-gradient(145deg, #23453d, #132b26);
}
.book-hero__visual::after {
  position: absolute;
  right: 14%;
  bottom: 14px;
  left: 14%;
  height: 12px;
  content: "";
  background: rgba(0, 0, 0, 0.22);
  border-radius: 50%;
  filter: blur(9px);
}
.book-hero__cover {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: 240px;
  object-fit: contain;
  border-radius: 3px 7px 7px 3px;
  box-shadow: 8px 12px 20px rgba(0, 0, 0, 0.34);
}
.book-hero__number {
  position: absolute;
  top: 16px;
  left: 20px;
  color: rgba(255, 255, 255, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1;
}
.book-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 26px 70px 26px 34px;
}
.book-hero__content h2 {
  display: -webkit-box;
  max-width: 760px;
  margin: 7px 0 14px;
  overflow: hidden;
  color: var(--hero-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.6vw, 31px);
  line-height: 1.12;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.book-hero__details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 17px;
}
.book-hero__details div {
  min-width: 0;
  padding: 7px 9px;
  background: rgba(239, 229, 211, 0.68);
  border-radius: 8px;
}
.book-hero__details dt {
  color: #7b8782;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.book-hero__details dd {
  margin: 1px 0 0;
  overflow: hidden;
  color: #263f39;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-hero__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.book-hero__price {
  min-width: 100px;
  color: var(--hero-accent);
  font-family: "Roboto Slab", Rockwell, Georgia, serif;
  font-size: 21px;
  font-weight: 700;
}
.book-hero__actions .btn {
  padding: 8px 17px;
  background: var(--hero-ink);
  border-color: var(--hero-ink);
  border-radius: 999px;
  font-size: 12px;
}
.book-hero .carousel-control-prev,
.book-hero .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 34px;
  height: 34px;
  opacity: 1;
  background: var(--hero-accent);
  border-radius: 50%;
  transform: translateY(-50%);
}
.book-hero .carousel-control-prev { left: 11px; }
.book-hero .carousel-control-next { right: 11px; }
.book-hero .carousel-control-prev-icon,
.book-hero .carousel-control-next-icon {
  width: 15px;
  height: 15px;
}
@media (max-width: 767.98px) {
  .book-hero { padding: 14px 0 18px; }
  .book-hero__heading { display: block; margin-bottom: 10px; }
  .book-hero__heading p { margin: 5px 0 0; font-size: 11px; }
  .book-hero__slide { grid-template-columns: minmax(125px, 42%) 1fr; min-height: 245px; border-radius: 12px; }
  .book-hero__visual { min-height: 245px; padding: 18px 30px; }
  .book-hero__cover { height: 190px; }
  .book-hero__number { top: 12px; left: 12px; font-size: 34px; }
  .book-hero__content { padding: 18px 28px 18px 16px; }
  .book-hero__content h2 { margin: 5px 0 10px; font-size: 19px; -webkit-line-clamp: 3; }
  .book-hero__details { grid-template-columns: 1fr; gap: 4px; margin-bottom: 10px; }
  .book-hero__details div { padding: 4px 6px; }
  .book-hero__details div:nth-child(3) { display: none; }
  .book-hero__actions { align-items: flex-start; flex-direction: column; gap: 7px; }
  .book-hero__price { min-width: 0; font-size: 18px; }
  .book-hero__actions .btn { padding: 6px 11px; font-size: 11px; }
  .book-hero .carousel-control-prev,
  .book-hero .carousel-control-next { width: 29px; height: 29px; }
  .book-hero .carousel-control-prev { left: 7px; }
  .book-hero .carousel-control-next { right: 7px; }
}
@media (max-width: 420px) {
  .book-hero__heading h1 { font-size: 22px; }
  .book-hero__slide { grid-template-columns: 40% 60%; }
  .book-hero__visual { padding: 16px 24px; }
  .book-hero__cover { height: 165px; }
  .book-hero__content { padding: 14px 24px 14px 12px; }
  .book-hero__content h2 { font-size: 17px; }
  .book-hero__details { display: none; }
}

/* Modern Güneş Sahaf identity and homepage collections */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #31302e;
}
#logo {
  margin: 0 0 12px;
}
#logo .brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #17332d;
  text-decoration: none;
}
#logo .brand-lockup__image,
#logo img.brand-lockup__image {
  display: block;
  width: auto;
  max-width: 260px;
  height: 54px;
  max-height: 56px;
  object-fit: contain;
}
#logo .brand-lockup__name {
  display: none !important;
}
.book-hero__heading h1,
.book-hero__content h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}
.home-modern {
  background: #fff;
}
.home-collection {
  padding: 46px 0 52px;
  overflow: hidden;
  background: #fff;
}
.home-collection--warm {
  background: #f6f5f4;
}
.home-collection__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 22px;
}
.home-collection__header h2 {
  margin: 4px 0 5px;
  color: rgba(0, 0, 0, 0.92);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(29px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.home-collection__header p {
  max-width: 620px;
  margin: 0;
  color: #615d59;
  font-size: 13px;
  line-height: 1.5;
}
.home-collection__eyebrow {
  color: #c96c3b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.home-collection__controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}
.home-collection__controls button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  color: #17332d;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  font-size: 18px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.home-collection--warm .home-collection__controls button {
  background: #f6f5f4;
}
.home-collection__controls button:hover,
.home-collection__controls button:focus-visible {
  color: #fff;
  background: #17332d;
  transform: translateY(-1px);
}
.book-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  gap: 18px;
  padding: 2px 2px 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(23, 51, 45, 0.25) transparent;
  scrollbar-width: thin;
}
.book-rail:focus-visible {
  outline: 2px solid #c96c3b;
  outline-offset: 5px;
}
.modern-book-card {
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.035) 0 4px 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.modern-book-card:hover {
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.06) 0 10px 28px;
}
.modern-book-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  padding: 18px;
  overflow: hidden;
  background: #f1eee9;
}
.modern-book-card__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 214px;
  object-fit: contain;
  border-radius: 3px 6px 6px 3px;
  box-shadow: 7px 9px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease;
}
.modern-book-card:hover .modern-book-card__image img {
  transform: scale(1.025);
}
.modern-book-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  padding: 3px 8px;
  overflow: hidden;
  color: #ffffff;
  background: #173d32;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.modern-book-card__body {
  display: flex;
  flex-direction: column;
  min-height: 145px;
  padding: 15px 16px 14px;
}
.modern-book-card__body h3 {
  display: -webkit-box;
  min-height: 40px;
  margin: 0 0 6px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.modern-book-card__body h3 a {
  color: #31302e;
  text-decoration: none;
}
.modern-book-card__body h3 a:hover {
  color: #c96c3b;
}
.modern-book-card__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 76px;
  margin: 0 0 12px;
}
.modern-book-card__meta span {
  display: flex;
  align-items: baseline;
  min-width: 0;
  overflow: hidden;
  color: #6e6a66;
  font-size: 10px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modern-book-card__meta b {
  flex: 0 0 auto;
  margin-right: 6px;
  color: #17332d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.modern-book-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 11px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.modern-book-card__footer strong {
  color: #c96c3b;
  font-family: "Roboto Slab", Rockwell, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.price-new,
.price-old,
.product-thumb .price {
  font-family: "Roboto Slab", Rockwell, Georgia, serif;
  font-variant-numeric: tabular-nums;
}
.modern-book-card__footer a {
  color: #17332d;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .book-rail { grid-auto-columns: calc((100% - 36px) / 3); }
  #logo .brand-lockup__image,
  #logo img.brand-lockup__image { width: auto; max-width: 180px; height: 44px; max-height: 46px; }
  #logo .brand-lockup__name { display: none !important; }
}
@media (max-width: 767.98px) {
  #logo .brand-lockup { width: 100%; }
  #logo .brand-lockup__image,
  #logo img.brand-lockup__image { width: auto; max-width: 150px; height: 38px; max-height: 40px; }
  #logo .brand-lockup__name { display: none !important; }
  .home-collection { padding: 34px 0 39px; }
  .home-collection__header { align-items: center; gap: 12px; margin-bottom: 17px; }
  .home-collection__header h2 { font-size: 29px; }
  .home-collection__header p { font-size: 12px; }
  .book-rail { grid-auto-columns: calc((100% - 16px) / 2); gap: 16px; }
  .modern-book-card__image { height: 215px; padding: 14px; }
  .modern-book-card__image img { height: 183px; }
}
@media (max-width: 420px) {
  .home-collection__header p { display: none; }
  .home-collection__controls button { width: 34px; height: 34px; }
  .book-rail { grid-auto-columns: 72%; }
}

/* Final usability polish */
body {
  color: #31302e;
  font-size: 14px;
  line-height: 1.55;
}

button:focus {
  outline: none !important;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(201, 108, 59, 0.55) !important;
  outline-offset: 3px;
}

#search .form-control-lg {
  min-height: 46px;
  font-size: 15px;
  border-radius: 10px 0 0 10px;
}
#search .btn-lg {
  min-width: 54px;
  min-height: 46px;
  border-radius: 0 10px 10px 0;
}

#alert .alert {
  width: min(460px, calc(100vw - 30px));
  min-width: 0;
}

#header-cart .btn-lg {
  border-radius: 10px;
}
#header-cart .dropdown-menu {
  max-width: min(427px, calc(100vw - 30px));
  overflow-x: auto;
}

.product-thumb,
.card {
  border-radius: 12px;
}
.product-thumb .button-group {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}

@media (max-width: 767.98px) {
  #top {
    margin-bottom: 12px;
    padding: 7px 0;
  }
  #top .nav {
    float: none !important;
    text-align: center;
  }
  #top .nav.float-end {
    margin-top: 4px;
  }
  #top .list-inline {
    margin-bottom: 0;
  }
  header .row > div {
    margin-bottom: 8px;
  }
  #search {
    margin-bottom: 0;
  }
  #header-cart {
    margin-bottom: 0 !important;
  }
  #header-cart .dropdown-menu {
    right: 0;
    left: auto;
  }
}

/* Priority UI improvements */
.home-trust { padding: 18px 0; color: #f8f2e7; background: #17332d; }
.home-trust .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.home-trust__intro { display: flex; flex: 0 1 auto; flex-direction: column; align-items: flex-start; gap: 2px; }
.home-trust__eyebrow, .product-detail-panel__eyebrow { color: #c96c3b; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.home-trust__intro strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px; line-height: 1.1; }
.home-trust__items { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px 20px; color: rgba(248,242,231,.86); font-size: 11px; }
.home-trust__items span, .home-trust__items a { white-space: nowrap; }
.home-trust__items i { margin-right: 5px; color: #e8a071; }
.home-trust__items a { color: #fff; font-weight: 700; }
.home-catalog-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 38px; }
.home-catalog-cta h2 { margin: 4px 0 0; color: #17332d; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(25px,3vw,34px); }
.home-catalog-cta .btn, .product-purchase-box #button-cart { border-radius: 999px; }
.product-detail-panel__eyebrow { display: block; margin-top: 20px; }
.product-detail-panel h1 { margin-top: 5px !important; color: #17332d; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(28px,4vw,44px); line-height: 1.05; }
.product-detail-facts { padding: 13px 16px; background: #f6f5f4; border-left: 3px solid #c96c3b; border-radius: 8px; }
.product-detail-facts li { padding: 3px 0; }
.product-detail-facts strong { color: #17332d; }
.product-stock { color: #28745d; font-weight: 700; }
.product-purchase-box { margin-top: 18px; }
.product-purchase-box #button-cart { min-height: 48px; padding-inline: 24px; }
.product-purchase-note { color: #6e6a66; font-size: 12px; }
.product-purchase-note i { color: #c96c3b; margin-right: 5px; }
.product-thumb { height: calc(100% - 15px); display: flex; flex-direction: column; overflow: hidden; }
.product-thumb .image { min-height: 235px; display: flex; align-items: center; justify-content: center; padding: 14px; background: #f1eee9; }
.product-thumb .image img { max-height: 220px; width: auto; object-fit: contain; }
.product-thumb .content { display: flex; flex: 1; flex-direction: column; }
.product-thumb .description { flex: 1; }
.product-thumb h4 { display: -webkit-box; min-height: 42px; overflow: hidden; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-thumb .button { display: flex; border-top: 1px solid #e4e1db; background: #faf9f7; }
.product-thumb .button button { min-height: 42px; flex: 0 0 42px; border: 0; background: transparent; color: #17332d; }
.product-thumb .button .product-card-cart { display: inline-flex; flex: 1; align-items: center; justify-content: center; gap: 6px; color: #fff; background: #17332d; }
.product-thumb .button .product-card-cart span { font-size: 11px; font-weight: 700; }
.product-thumb .button button:hover { background: #c96c3b; color: #fff; }
@media (max-width: 767.98px) {
  .home-trust .container { display: block; }
  .home-trust__items { justify-content: flex-start; margin-top: 10px; gap: 8px 14px; }
  .home-trust__items span:nth-child(3) { display: none; }
  .home-catalog-cta { align-items: flex-start; flex-direction: column; padding-top: 28px; }
  .home-catalog-cta .btn { width: 100%; }
  .product-detail-panel__eyebrow { margin-top: 5px; }
}

/* Footer and cookie policy experience */
.site-footer { margin-top: 0; padding: 0; color: #e9e5dd; background: #102720; border: 0; }
.site-footer__top { display: grid; grid-template-columns: minmax(220px, 1.5fr) repeat(4, minmax(135px, 1fr)); gap: 34px; padding: 54px 0 38px; }
.site-footer__brand h2, .site-footer__column h2 { margin: 0 0 13px; color: #fffaf0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; font-weight: 700; }
.site-footer__column h2 { font-family: "Inter", sans-serif; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.site-footer__eyebrow { display: block; margin-bottom: 7px; color: #e8a071; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.site-footer__brand p { max-width: 300px; margin: 0; color: rgba(233,229,221,.78); font-size: 12px; line-height: 1.65; }
.site-footer__column ul { margin: 0; }
.site-footer__column li { margin: 0 0 9px; }
.site-footer a { color: rgba(233,229,221,.78); font-size: 12px; line-height: 1.45; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: #fff; text-decoration: underline; }
.site-footer__contact { display: flex; flex-direction: column; gap: 9px; margin-top: 18px; }
.site-footer__contact a { color: #fffaf0; font-weight: 600; }
.site-footer__contact i { width: 16px; margin-right: 5px; color: #e8a071; }
.site-footer__column--legal a { color: #f4cfb8; }
.site-footer__assurances { display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 16px 0; color: #d9e5df; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.site-footer__assurances i { margin-right: 6px; color: #e8a071; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 22px; color: rgba(233,229,221,.58); font-size: 10px; }
.site-footer__bottom p { margin: 0; }
#cookie.cookie-notice { position: fixed; z-index: 9999; bottom: 16px; left: 16px; width: min(640px, calc(100vw - 32px)); height: auto; padding: 0; color: #243832; background: #fffdf8; border: 1px solid rgba(23,51,45,.18); border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.24); opacity: 1; }
.cookie-notice__content { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 18px; }
.cookie-notice__text { display: flex; align-items: flex-start; gap: 11px; }
.cookie-notice__text > i { padding-top: 3px; color: #c96c3b; font-size: 19px; }
.cookie-notice__text p { margin: 0; color: #4f5d58; font-size: 12px; line-height: 1.5; }
.cookie-notice__text a { color: #17332d; font-weight: 700; }
.cookie-notice__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-notice__actions .btn { white-space: nowrap; border-radius: 999px; font-size: 11px; font-weight: 700; }
@media (max-width: 991.98px) { .site-footer__top { grid-template-columns: repeat(3, 1fr); } .site-footer__brand { grid-column: span 3; } }
@media (max-width: 767.98px) { .site-footer__top { grid-template-columns: repeat(2, 1fr); gap: 26px 20px; padding: 38px 0 30px; } .site-footer__brand { grid-column: span 2; } .site-footer__bottom { display: block; } .site-footer__bottom p + p { margin-top: 7px; } .cookie-notice__content { display: block; } .cookie-notice__actions { margin-top: 14px; } }
@media (max-width: 420px) { .site-footer__top { grid-template-columns: 1fr; } .site-footer__brand { grid-column: auto; } .site-footer__assurances { display: block; } .site-footer__assurances span { display: block; margin: 0 0 8px; } .cookie-notice__actions { display: grid; grid-template-columns: 1fr; } .cookie-notice__actions .btn { width: 100%; } }

/* Güneş Sahaf: Kondisyon Rozetleri (High-Contrast Solid Badges) */
.sahaf-condition-badge {
  background: #1e293b !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3.5px 8px !important;
  border-radius: 4px !important;
  letter-spacing: .02em;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
  white-space: nowrap !important;
}
.sahaf-condition-badge--yeni,
.sahaf-condition-badge[data-condition="Yeni"],
.sahaf-condition-badge[data-condition="yeni"] {
  background-color: #0f5132 !important;
  color: #ffffff !important;
  border-color: #0b3d26 !important;
}
.sahaf-condition-badge--yeni-gibi,
.sahaf-condition-badge[data-condition="Yeni Gibi"],
.sahaf-condition-badge[data-condition="yeni-gibi"] {
  background-color: #055160 !important;
  color: #ffffff !important;
  border-color: #043f4b !important;
}
.sahaf-condition-badge--cok-iyi,
.sahaf-condition-badge[data-condition="Çok İyi"],
.sahaf-condition-badge[data-condition="cok-iyi"] {
  background-color: #1e3a5f !important;
  color: #ffffff !important;
  border-color: #152842 !important;
}
.sahaf-condition-badge--iyi,
.sahaf-condition-badge[data-condition="İyi"],
.sahaf-condition-badge[data-condition="iyi"] {
  background-color: #475569 !important;
  color: #ffffff !important;
  border-color: #334155 !important;
}
.sahaf-condition-badge--lg {
  font-size: 13px !important;
  padding: 5px 12px !important;
  border-radius: 6px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5) !important;
}
