:root {
  --r-dark: #030507;
  --r-breadcrumb: rgba(0, 0, 0, 0.5);
}

.r-price {
  font-size: 1.25rem;
}
.r-container {
  max-width: 1600px;
}
.r-breadcrumb .breadcrumb-item::before {
  content: "/";
}
.r-breadcrumb .breadcrumb-item:first-of-type::before {
  content: "";
}
.r-breadcrumb .breadcrumb-item a {
  color: var(--r-breadcrumb);
  text-decoration: underline;
}
.r-breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}
.r-breadcrumb .breadcrumb-item.active {
  color: var(--r-breadcrumb);
}
.r-gy {
  gap: 2rem 0;
}
.r-link-underline {
  text-decoration: underline;
}
.r-link-underline:hover {
  text-decoration: none !important;
}
.r-link-dark {
  color: var(--r-dark);
}
.r-link-dark:hover {
  text-decoration: underline;
  color: var(--r-dark);
}
.r-link-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.r-link-more::after {
  display: inline-flex;
  width: 8px;
  height: 8px;
  margin-bottom: 4px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.r-link-more__pre {
  flex-direction: row-reverse;
}
.r-link-more__pre::after {
  transform: rotate(180deg);
}
.r-list-item {
  display: flex;
  justify-content: center;
  height: 250px;
  background-color: white;
}
.r-title {
  font-size: 32px;
  font-weight: 400;
}
.r-title--link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
}/*# sourceMappingURL=main.css.map */
