/* This file is generated with SASS */
.t-title, .w-card-title {
  font-family: "Manrope", ui-sans-serif, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t-eyebrow, .w-card-badge small, .w-card-eyebrow {
  font-family: "Manrope", ui-sans-serif, -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #AAAAAA;
}

.t-small, .w-card-text, .active-link {
  font-family: "Manrope", ui-sans-serif, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #AAAAAA;
}

.fill-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

span.shadow-to-top {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 28, 21, 0.9) 0%, rgba(15, 28, 21, 0.4) 34%, rgba(15, 28, 21, 0) 60%);
  pointer-events: none;
}

.zoom-in {
  cursor: zoom-in;
}

.dog-main-photo {
  width: min(100%, 560px);
  aspect-ratio: 4/3;
  border-radius: 1rem;
  background-repeat: no-repeat;
}

.breedx .par-photo {
  aspect-ratio: 4/3;
}

.dog-parent-card {
  grid-template-columns: minmax(120px, 210px) minmax(0, 1fr);
}

.dog-parent-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  background-size: cover;
}

.breedx .about-photos .ph,
.breedx .about-photos .ph.big {
  height: auto;
}

.photo-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}

.photo-modal.open {
  display: flex;
}

.photo-modal-background {
  position: absolute;
  inset: 0;
  background: rgba(15, 28, 21, 0.9);
}

.photo-modal-stage {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(90vw, 120vh);
  max-height: 90vh;
  aspect-ratio: 4/3;
  align-items: center;
  justify-content: center;
}

.photo-modal-stage img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.photo-modal-close,
.photo-modal-previous,
.photo-modal-next {
  position: absolute;
  z-index: 2;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  width: 3rem;
  height: 3rem;
}

.photo-modal-close {
  top: 0;
  right: 0;
}

.photo-modal-previous {
  left: 0;
}

.photo-modal-next {
  right: 0;
}

.active-link {
  color: #166844;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.active-link .w-icon-inline {
  transition: transform 300ms;
}

.active-link:hover .w-icon-inline {
  transform: translateX(0.25rem);
}

.w-card-slider {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding: 1.5rem;
  margin: 0 calc(50% - 50vw) 0 0;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1.5rem;
  scrollbar-width: none;
}
.w-card-slider::-webkit-scrollbar {
  display: none;
}

.w-card-slider > .w-card-box {
  position: relative;
  flex: 0 0 280px;
  scroll-snap-align: start;
}

.w-card-slider > .w-card {
  position: relative;
  flex: 0 0 280px;
  scroll-snap-align: start;
}

.w-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem 1rem;
}

.w-card {
  height: 420px;
  width: 280px;
  overflow: hidden;
  border-radius: 1rem;
  color: #FFFFFF;
  box-shadow: 0 1.25rem 2.5rem -1.5rem rgba(15, 28, 21, 0.5);
  transition: transform 300ms ease, box-shadow 300ms ease;
  will-change: transform;
}

.w-card:hover,
.w-card:focus-visible {
  color: #FFFFFF;
  transform: scale(1.04);
  box-shadow: 0 0 0 4px #C25A2C, 0 0 0 9px rgba(194, 90, 44, 0.18), 0 30px 55px -16px rgba(15, 28, 21, 0.6);
  z-index: 2;
}

.w-card-slider .w-card:nth-child(4n+1) {
  background: linear-gradient(150deg, #3B5468, #26323D);
}

.w-card-grid .w-card:nth-child(4n+1) {
  background: linear-gradient(150deg, #3B5468, #26323D);
}

.w-card-slider .w-card:nth-child(4n+2) {
  background: linear-gradient(150deg, #8A6B4A, #4D3A29);
}

.w-card-grid .w-card:nth-child(4n+2) {
  background: linear-gradient(150deg, #8A6B4A, #4D3A29);
}

.w-card-slider .w-card:nth-child(4n+3) {
  background: linear-gradient(150deg, #9A5F42, #5A3627);
}

.w-card-grid .w-card:nth-child(4n+3) {
  background: linear-gradient(150deg, #9A5F42, #5A3627);
}

.w-card-slider .w-card:nth-child(4n+4) {
  background: linear-gradient(150deg, #6D7D5C, #3C4633);
}

.w-card-grid .w-card:nth-child(4n+4) {
  background: linear-gradient(150deg, #6D7D5C, #3C4633);
}

.w-card-label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(to top, rgba(15, 28, 21, 0.8), rgba(15, 28, 21, 0.5));
}

.w-card-label > div {
  margin-top: 0.25rem;
}

.w-card-title {
  display: block;
}

.w-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  background: rgba(15, 28, 21, 0.8);
  color: #FFFFFF;
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem 0.5rem;
  text-align: center;
  transition: background 300ms;
}
.w-card-badge:hover {
  background: #C25A2C;
}

.w-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.on-hover-light-text {
  transition: color 300ms;
}

.on-hover-anchor:hover .on-hover-light-text {
  color: #FFFFFF;
}

.w-card-badge small {
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: 3px;
}
