.adopt-single {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  width: 100%;
}
@media (max-width: 900px) {
  .adopt-single {
    grid-template-columns: 1fr;
  }
}
.adopt-single__gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.adopt-single__gallery__track {
  display: flex;
  gap: 0.5rem;
  width: calc(100% + 0.5rem);
  overflow-x: auto;
}
.adopt-single__featured {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
.adopt-single__featured__container {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 1/1;
}
.adopt-single__featured__bone {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: fit-content;
  height: fit-content;
  border-radius: 3.75rem;
  border: 0.75rem solid hsl(23, 100%, 98%);
  position: absolute;
  z-index: 10;
}
@media (max-width: 900px) {
  .adopt-single__featured__bone {
    border-radius: 3.75rem;
    border: 0.375rem solid hsl(23, 100%, 98%);
  }
}
.adopt-single__featured__bone:first-child {
  background-color: hsl(23, 99%, 65%);
  align-self: flex-start;
  transform: translate(-35%, -50%);
  top: 0;
  left: 0;
}
.adopt-single__featured__bone:first-child svg * {
  stroke: #fff;
}
.adopt-single__featured__bone:last-child {
  background-color: hsl(32, 67%, 85%);
  align-self: flex-end;
  transform: translate(35%, 50%);
  bottom: 0;
  right: 0;
}
.adopt-single__featured__bone:last-child svg {
  stroke: hsl(0, 0%, 0%);
}
.adopt-single__featured__bone svg {
  height: 3rem;
  width: 3rem;
}
@media (max-width: 900px) {
  .adopt-single__featured__bone svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.adopt-single__image {
  width: calc(25% - 0.5rem);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.25rem;
  transition: all 120ms ease-in-out;
  cursor: pointer;
}
.adopt-single__image:hover:not([class$="--featured"]), .adopt-single__image[data-gallery-selected=true] {
  filter: brightness(0.5);
}
.adopt-single__image--featured {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
  transition: all 50ms ease-in-out;
}
.adopt-single__title {
  font-size: 3rem;
  line-height: 3rem;
  color: hsl(0, 0%, 0%);
}
@media (max-width: 1200px) {
  .adopt-single__title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.adopt-single__subtitle {
  font-size: 1.25rem;
  color: hsl(0, 0%, 53%);
}
.adopt-single__description {
  font-size: 1rem;
  color: hsl(0, 0%, 53%);
}
.adopt-single__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.adopt-single__details__title {
  font-size: 1.5rem;
  max-width: 15rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: hsl(0, 0%, 0%);
}
.adopt-single__details__description {
  font-size: 1rem;
  color: hsl(0, 0%, 53%);
}
.adopt-single__content {
  display: flex;
  flex-direction: column;
  margin-top: 3.25rem;
  gap: 1.5rem;
  width: 100%;
}
.adopt-single__content__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.adopt-single__content .c-button {
  margin: 1rem 0;
  width: fit-content;
  align-self: flex-start;
  padding: 1rem 1.5rem;
}
.adopt-single__content .c-button__text {
  font-weight: 600;
}
.adopt-single__related .c-section {
  margin-top: 6rem;
  margin-bottom: 2rem;
}

/*# sourceMappingURL=adopt-single.css.map */
