.flex {
  display: flex;
}

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

.flex-grow {
  flex-grow: 1;
}

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

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

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

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

.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: 20rem;
  }
} */

/* grid */

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 73px !important;
}

.grid-title {
  margin: 0 !important;
  font-size: 20px !important;
  font-family: "Montserrat" !important;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0.9rem !important;
  color: #3c5083 !important;
}

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

.more-info {
  display: flex;
  align-items: center;
  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;
} */

.grid-item {
}

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

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

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

/* .grid-item-info {
  font-weight: bold !important;
  padding: 1rem 2rem 0.8rem 2rem;
  background: white;

  flex-grow: 1;

  border: solid 2px #4699B5 !important;
  border-top: none !important;
} */

.grid-item-info-woo .woocommerce-LoopProduct-link > *:not(:first-child) {
  display: block !important;
}

/* .grid-item-info-buttons {
  align-items: center;
  margin-top: 0.8rem;
} */

/* slider */

.description-box {
  display: block !important;
  height: 100%;
}

.description-box > * {
  color: #6f7780 !important;
  line-height: 1.4em;

  font-size: 14px !important;
  font-weight: normal !important;

  font-family: "Montserrat" !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mobile-title {
  text-transform: uppercase;
  color: var(--e-global-color-b943fc4) !important;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.2rem !important;
}

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

  font-size: 14px !important;
  font-family: "Montserrat" !important;
  font-weight: normal !important;

  /* height: 100%; */
  /* max-height: 10rem; */
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

  font-size: 14px !important;
  font-family: "Montserrat" !important;
  /* max-height: 10rem; */
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* .description:not(:first-child) { */
/* display: none; */
/* } */

/* .description:not(:first-child) { */
/* display: none !important; */
/* } */

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

/* info box */

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

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

/* .sl-container-mobile {
  border-top: 1px solid #7e9aa8;
  padding-top: 1.2rem;
  background: white;
  margin-top: 1.2rem;
} */

.sl-container-c 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;
}

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

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

  padding: 0 0.4rem;
  padding-right: 0;
  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;
} */

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

  width: 100%;

  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;
}

/* 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 {
  letter-spacing: 0em;
  /* line-height: 2.1em; */
  transform: translateY(1.5px);
  font-family: "Courier New", Courier, monospace;
}

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

/* Products Border */

div.astra-shop-thumbnail-wrap
  > .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  border: solid 2px #4699b5 !important;
  border-bottom: none !important;
}

.grid-item-info-woo
  > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  padding: 0.5rem 1rem;
  border-left: solid 2px #4699b5 !important;
  border-right: solid 2px #4699b5 !important;

  height: 100%;
  /* background: red; */
}
