.shopping-cart-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}

.shopping-cart-link {
  display: inline-block;  
}

h1 {
  text-align: center; /* Center the title horizontally */
  font-size: 2em; /* Adjust font size if necessary */
  margin-bottom: 20px; /* Add spacing below the title */
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  gap: 20px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.section {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section.cc-store-home-wrap {
  border: 0 solid #000;
  margin: 40px;
}

.links-section-footer {
  margin-top: 40px;
}

.flex-block {
  color: #4f4f4f;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-link {
  opacity: .6;
  color: #333;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

.div-block {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
}

.body {
  font-family: Lora, sans-serif;
}

.div-block-2 {
  flex: 0 auto;
  justify-content: center;
  width: 25%;
  height: 700px;
  display: flex;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 80%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.book-page-image {
  width: 400px; /* Set a fixed container width */
  height: 560px; /* Set a fixed height */
  overflow: hidden; /* Prevents images from overflowing */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8; /* Optional: Adds a background to unify look */
  border-radius: 5px; /* Optional: Rounded corners */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); /* Optional: Subtle shadow */
}

.book-page-body {
  justify-content: center;
  display: flex;
}

.book-description-text {
  opacity: .6;
  text-align: justify;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 40px;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.book-subtitle {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 52px;
}

.book-title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.body-2 {
  font-family: Lora, sans-serif;
}

.book-page-description {
  width: 50%;
  max-width: 500px;
  display: block;
}

.list {
  font-family: Lora, sans-serif;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.properties-list-item-key {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.properties-list-item-value {
  font-size: 16px;
}

.text-block-2 {
  color: #333;
  font-size: 16px;
}

.book-page-tabs {
  margin-top: 20px;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tab-pane {
  width: 50%;
}

.book-page-tabs-content {
  justify-content: center;
  display: flex;
}

.bold-text, .text-block {
  font-weight: 400;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.slider-books {
  background-color: #0000;
  height: 100%;
  margin: 20px;
}

.slide-books {
  float: none;
  object-fit: fill;
  position: relative;
}

.list-books {
  justify-content: center;
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.book-list-item {
  margin-left: 40px;
  margin-right: 40px;
}

.book-list-image {
  border: 1px solid #000;
}

.slider-arrow {
  font-family: Lora, sans-serif;
}

.slider-arrow-icon {
  color: #1a1b1f;
  background-color: #0000;
}

.slide-nav {
  aspect-ratio: auto;
  font-family: Lora, sans-serif;
  display: block;
}

.italic-text {
  padding-left: 40px;
}

.section-2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.flex-block-book-page {
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.flex-block-3 {
  flex-direction: row;
  flex: 0 auto;
}

.flex-block-4 {
  flex-direction: row;
  align-items: center;
}

.button.w--current {
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
}

.button.button-nach-oben {
  margin-top: 40px;
}

.flex-block-5 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.heading-2 {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .navigation {
    padding: 25px 30px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    display: block;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .book-page-image {
    width: 100%; /* Ensures image fills its container */
    height: 100%; /* Ensures height matches the container */
    object-fit: cover; /* Ensures uniform aspect ratio, crops if necessary */
    display: block;
  }

  .book-page-description, .tab-pane {
    width: 80%;
  }

  .flex-block-book-page {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .image {
    max-height: 200px;
  }

  .product-image {
    height: 500px;
  }

  .book-page-image {
    flex-wrap: nowrap;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .slider-books {
    height: 200px;
  }

  .book-list-item {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block-book-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .flex-block-4 {
    text-align: left;
    flex-wrap: wrap;
    place-content: stretch center;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .book-page-image {
    width: 70%;
  }

  .book-page-body {
    flex-wrap: nowrap;
  }

  .book-description-text {
    text-align: justify;
    min-width: 100%;
  }

  .book-subtitle {
    text-align: center;
    font-size: 17px;
  }

  .book-title {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .book-page-description {
    min-width: 250px;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .tabs-menu {
    background-color: #ddd;
    flex-direction: column;
    align-items: center;
  }

  .tab-pane {
    text-align: left;
    width: 90%;
  }

  .book-page-tabs-content {
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .book-list-item {
    min-width: 80px;
  }

  .slider-arrow {
    margin-top: 140px;
  }

  .flex-block-book-page {
    align-items: center;
  }

  .flex-block-3 {
    flex: 1;
    align-items: center;
  }

  .flex-block-4 {
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .button {
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }
}

#w-node-a54b4512-8bf4-9db9-0d54-0361d3ab5462-d3ab5461 {
  grid-area: 1 / 1 / 2 / 2;
}


