.flex {
  display: flex;
}

.flex-col {
  flex-flow: column;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.transition-transform {
  transition: transform;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: ease-in-out;
}

.min-w-full {
  min-width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.max-h-full {
  max-height: 100%;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-center {
  object-position: center;
}

.cursor-pointer {
  cursor: pointer;
}

.h-slider {
  height: 40vh;
}

.translate-nav {
  transform: translateY(20vh);
  z-index: 10;
  color: #6f7780;
}

.translate-nav svg {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.desktop {
  display: none;
}

@media screen and (min-width: 700px) {
  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

  .h-slider {
    height: auto;
  }
}

/* grid */

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 73px !important;
  /* grid-template-columns: repeat(auto-fill, minmax(280px, auto)) !important; */
}

.grid-title {
  font-size: 20px !important;
  text-transform: uppercase;
  font-family: "Montserrat" !important;
  color: #3c5083 !important;

  margin: 0 !important;
  margin-bottom: 0.9rem !important;
}

@media screen and (min-width: 1400px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.small-title {
  margin: 0 !important;
  color: blue;
  font-size: 1.5rem;
}

.more-info {
  color: #2486a8;
  font-size: 12px !important;
  font-family: "Montserrat" !important;
  font-size: 0.9rem !important;
  background: #ffd64c;
  padding: 2px 10px;
  border-radius: 100px;
  font-weight: bold;
}

.more-info:hover {
  /* color: #2daae1; */
  /* text-decoration: underline !important; */
  /* transition: ; */
}

.grid-item {
  height: min-content;
}

.z-10 {
  z-index: 10;
}

.grid-item-top {
  padding: 1rem 0 0 0;
  border: solid 2px #4699b5;
  /* background: #ededed; */
  background: white;

  display: flex;
  flex-flow: column;
  height: 100%;
}

.grid-item-top img {
  height: 190px !important;
}

.grid-item-info {
  font-weight: bold !important;
  margin-top: -8.5rem;
  padding: 10rem 1rem 0.8rem 1rem;
  background: white;

  border: none !important;

  flex-grow: 1;
}

.astra-shop-thumbnail-wrap .grid-item-info {
  border: #4699b5 2px solid !important;
}

.grid-item-info-buttons {
  align-items: center;
  /* margin-top: 1.4rem; */
  height: 53px;
  background: #1880a4;
  border: solid 2px #4699b5;
  border-top: none;
  padding-right: 1rem;
}

/* slider */

.mobile-title {
  text-transform: uppercase;
  color: #0a3560 !important;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.2rem !important;
}

/* .description {
  line-height: 1.4em;
} */

.description-box {
  height: 100%;
}

.description-box ul {
  margin: 0 !important;
}

.description a,
.description {
  color: #6f7780 !important;
  line-height: 1.4em;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  height: auto;
  /* height: 100%; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 !important;
  font-weight: normal !important;
}

.description + p {
  color: #6f7780 !important;
  line-height: 1.4em;

  /* height: 100%; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 !important;
  font-weight: normal !important;
}

.mobile-description,
.mobile-description + p {
  color: #6f7780 !important;
  line-height: 1.4em;
  margin: 0 1.5rem !important;
}

/* info box */

.mobile-padding {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.sl-container {
  background: #4699b5;
  padding: 1rem;
  /* margin-top: 0.5rem; */
}

.sl-container-mobile {
  border-top: 1px solid #4699b5;
  padding-top: 1.2rem;
  background: white;
  margin-top: 1.2rem;
}

.sl-container svg {
  color: white;
}

.mini-tower {
  margin: 0 !important;
  font-size: 1.2rem !important;
  font-family: "Montserrat" !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white !important;
  margin-bottom: 0.8rem !important;
}

.sl-left {
  display: flex;
  flex-flow: column nowrap;
  text-align: initial;

  width: 100%;
  max-width: 50%;

  padding: 0 0.4rem;
  padding-right: 1rem;
  justify-content: space-between;
}

.sl-left > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.sl-left .svg {
  border: solid white 1px;
  border-radius: 8px;
  padding: 0.2rem;
  width: 90%;
  filter: brightness(500%);
}

.sl-left .svg + .svg {
  margin-left: 0.2rem;
}

.sl-right {
  /* display: flex; */

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;

  padding: 0 0.4rem;
  padding-left: 1rem;
  box-sizing: border-box;
  color: white;
  gap: 0.4rem;
  /* border box funktioniert nicht? */
  /* padding-left: 0.3rem; */
}

/* .sl-container svg {
  fill: white;
  margin: 0.1rem;
  width: 2rem;
  min-width: 2rem;
} */

.sl-right > div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;

  padding-top: 0.1rem;
  font-size: 1rem;

  box-sizing: border-box;

  border: 1px white solid;
  border-radius: 4px;
  white-space: nowrap;
}

.sl-mobile {
  color: #6f7780 !important;
  border-color: #6f7780 !important;
}

.sl-mobile .svg {
  color: #6f7780 !important;
  border-color: #6f7780 !important;
  filter: none;
}

/* filter */

.filter {
  background: #2daae2;
  color: white;
  text-transform: uppercase;

  margin-top: 0.1rem;
  margin-bottom: 1rem;
  padding: 0.3rem 1rem;

  align-items: center;
}

.filter a {
  color: white;
  transition: transform 500ms ease-in-out;
}

.filter a:hover {
  text-decoration: underline !important;
}

.filter a + a:before {
  content: "|";
  margin: 0 0.5rem;
}

.rotate-90 {
  width: 2rem;
  transform: rotate(-90deg);
}

.volume {
  font-family: "Courier New", Courier, monospace;
  /* line-height: 1.615em; */
  transform: translateY(1.5px);
}
