/** Shopify CDN: Minification failed

Line 18:0 Unexpected "{"
Line 19:11 Expected ":"
Line 24:0 Unexpected "{"
Line 27:16 Expected identifier but found whitespace
Line 31:0 Unexpected "{"
Line 32:11 Expected ":"
Line 37:2 Expected ":"
Line 38:15 Expected identifier but found whitespace
Line 40:0 Unexpected "{"
Line 41:11 Expected ":"
... and 90 more hidden warnings

**/
#vd-journeys- {

{
    section .id
}

}

{
    --vd-card-border: rgba(var(--color-foreground), 0.12);
    --vd-owned: #476a57;
    padding-top:

{

{
    section .settings.padding_top
}

}

px;
padding-bottom: {

{
    section .settings.padding_bottom
}

}
px;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journeys__header {
    max-width: 76rem;
    margin: 0 auto 4.8rem;
    text-align:

{

{
    section .settings.text_alignment
}

}
;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journeys__heading {
    margin: 0;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journeys__intro {
    margin-top: 1.2rem;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journeys__intro > *:first-child {
    margin-top: 0;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journeys__intro > *:last-child {
    margin-bottom: 0;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journeys__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: calc({{ section.settings.grid_gap }}px + 3.2rem);
    row-gap: calc({{ section.settings.grid_gap }}px + 4.8rem);
    align-items: start;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__image-link {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    color: inherit;
    text-decoration: none;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__media {
    position: relative;
    aspect-ratio:

{

{
    section .settings.image_ratio
}

}
;
overflow: visible;
background: transparent;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__image {
    width: 100%;
    height: 100%;
    display: block;
    margin: 40px 0 0 0;
    object-fit: contain;
    object-position: center bottom;
    transition: transform 450ms ease;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card:hover .vd-journey-card__image {
    transform: translateY(-0.4rem) scale(1.015);
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__image-placeholder {
    width: 84%;
    margin: 0 auto;
    display: grid;
    place-items: center;
    background: transparent;
    border: 1px dashed var(--vd-card-border);
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__image-placeholder span {
    width: 4.8rem;
    height: 4.8rem;
    border: 1px solid var(--vd-card-border);
    border-radius: 50%;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__body {
    flex: 1;
    width: 84%;
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 2.4rem 0 0;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__title {
    margin: 0 0 1.1rem;
    font-size: clamp(2rem, 2.1vw, 2.7rem);
    line-height: 1.2;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__title a {
    color: inherit;
    text-decoration: none;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__title a:hover {
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__excerpt {
    margin: 0 0 2rem;
    line-height: 1.65;
    color: rgba(var(--color-foreground), 0.78);
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__footer {
    margin-top: auto;
    padding-top: 1.7rem;
    border-top: 1px solid var(--vd-card-border);
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__status {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 1.15rem;
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card--owned .vd-journey-card__status {
    color: var(--vd-owned);
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__status-icon {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 1.25rem;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__action {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: rgb(var(--color-foreground));
    font-weight: 650;
    text-decoration: none;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__action:hover {
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.vd-journey-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.vd-journey-card__action {
    justify-content: center;
    min-height: 4.4rem;
    padding: 0.9rem 1.4rem;
    border: 1px solid rgb(var(--color-foreground));
    border-radius: 999px;
    line-height: 1.25;
}

.vd-journey-card__action--primary {
    color: rgb(var(--color-background));
    background: rgb(var(--color-foreground));
}

.vd-journey-card__action--secondary {
    background: transparent;
}

.vd-journey-card__action:hover {
    text-decoration: none;
    opacity: 0.82;
}

@media screen and (max-width: 749px) {
    .vd-journey-card__actions,
    .vd-journey-card__action {
        width: 100%;
    }
}

/* Rejsekortet ligger allerede i sidens page-width--narrow. Undgå ekstra indrykning. */
.vd-journeys__inner {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.vd-journeys__grid {
    width: 100%;
}

.vd-journey-card__image-link,
.vd-journey-card__body {
    width: 100%;
    max-width: none;
}

.vd-journey-card__title {
    font-size: clamp(1.8rem, 1.7vw, 2.2rem) !important;
    line-height: 1.22;
}

.vd-journey-card__eyebrow {
    display: block;
    margin-bottom: 0.45rem;
    font-size: clamp(1.3rem, 1.15vw, 1.5rem);
    line-height: 1.3;
    font-weight: 450;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.vd-journey-card__title-main {
    display: block;
}

.vd-journey-card__excerpt,
.vd-journey-card__status,
.vd-journey-card__action {
    font-size: 1.4rem;
}

.vd-journey-card__action--access {
    width: 100%;
    color: #fff;
    background: var(--vd-owned, #476a57);
    border-color: var(--vd-owned, #476a57);
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__setup-note,
#vd-journeys- {

{
    section .id
}

}

.vd-journeys__empty {
    margin: 0;
    padding: 1.2rem;
    border: 1px dashed var(--vd-card-border);
}

@media screen and (max-width: 989px) {
    #vd-journeys- {

{
    section .id
}

}

.vd-journeys__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: calc({{ section.settings.grid_gap }}px + 2rem);
}

#vd-journeys- {

{
    section .id
}

}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__body {
    width: 88%;
}

}

@media screen and (max-width: 749px) {
    #vd-journeys- {

{
    section .id
}

}

{
    padding-top:

{

{
    section .settings.padding_top | times: 0.75 | round
}

}

px;
padding-bottom: {

{
    section .settings.padding_bottom | times: 0.75 | round
}

}
px;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journeys__header {
    margin-bottom: 3.6rem;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journeys__grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: calc({{ section.settings.grid_gap }}px + 3.6rem);
}

#vd-journeys- {

{
    section .id
}

}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__body {
    width: 92%;
    max-width: 46rem;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card__body {
    padding-top: 2rem;
}

}

@media (prefers-reduced-motion: reduce) {
    #vd-journeys- {

{
    section .id
}

}

.vd-journey-card__image {
    transition: none;
}

#vd-journeys- {

{
    section .id
}

}

.vd-journey-card:hover .vd-journey-card__image {
    transform: none;
}
}

/* Bevar fuld kortbredde efter de responsive temaregler ovenfor. */
.vd-journey-card__body {
    width: 100%;
    max-width: none;
}

.vd-journey-card__image-link {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

.vd-journey-card__media {
    width: 100%;
    aspect-ratio: auto;
    overflow: visible;
}

.vd-journey-card__image {
    width: 100%;
    height: auto;
    object-fit: initial;
}

/* Lidt synlig "væg" langs rejsefeltets yderkanter. */
.vd-journeys__inner {
    box-sizing: border-box;
    padding-right: clamp(1.6rem, 3vw, 3.2rem);
    padding-left: clamp(1.6rem, 3vw, 3.2rem);
}

