/** Shopify CDN: Minification failed

Line 243:10 Expected identifier but found whitespace
Line 243:12 Unexpected "{"
Line 243:26 Expected ":"

**/
/*Sticky Add To Cart by Quinn*/
.qsc-discount-percent {
    border-radius: 0 !important;
    font-family: "Humanist 521", sans-serif;
}
.qsc-product-image {
    border-radius: 0 !important;
}

.collection-listing .product-block__image .rimage__image,
.collection-listing .image-cont .rimage__image {
    object-fit: cover;
}
.collection-listing .rimage-wrapper .rimage-background,
.collection-listing .product-block__image .rimage-background,
.collection-listing .rimage-wrapper .rimage-background[data-parent-fit=contain] {
    background-size: cover;
}

.favourite-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    padding: 0;
}
.favourite-link__icon {
    position: relative;
    display: inline-flex;
}
.favourite-link__icon svg {
    width: 24px;
    height: 24px;
}
.favourite-link--wiggle .favourite-link__icon {
    animation: favourite-wiggle 0.6s ease;
    transform-origin: center;
}
.favourite-link__count {
    position: absolute;
    top: -3px;
    right: -5px;
    min-width: 15px;
    padding: 3px;
    border-radius: 12px;
    background: #eb913a;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    display: none;
}
.favourite-link.has-items .favourite-link__count {
    display: inline-block;
}
.favourite-link svg path {
    transition: fill 0.2s ease, stroke 0.2s ease;
}
.favourite-link.has-items svg path {
    fill: currentColor;
}
.favourite-link--icon-only svg path {
    fill: none !important;
    stroke: currentColor;
    stroke-width: 1.5;
}
.header-account-link--icon-only .header-account-link__text,
.favourite-link--icon-only .favourite-link__text,
.cart-link--icon-only .cart-link__label {
    display: none !important;
}
.logo-area__right__inner {
    gap: 0.75rem;
}
.logo-area__right__inner > .header-account-link,
.logo-area__right__inner > .favourite-link,
.logo-area__right__inner > .cart-link {
    margin: 0;
}
.header-account-link--icon-only,
.favourite-link--icon-only,
.cart-link--icon-only {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
}
.header-account-link--icon-only svg,
.favourite-link--icon-only svg,
.cart-link--icon-only svg {
    width: 24px;
    height: 24px;
}
.favourite-link--icon-only:hover,
.favourite-link--icon-only:focus {
    background: none;
}
@keyframes favourite-wiggle {
    0% {
        transform: scale(1) rotate(0deg);
    }
    20% {
        transform: scale(1.15) rotate(-8deg);
    }
    40% {
        transform: scale(1.15) rotate(8deg);
    }
    60% {
        transform: scale(1.08) rotate(-4deg);
    }
    80% {
        transform: scale(1.04) rotate(2deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}
.product-favourite-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.35rem;
    border-radius: 999px;
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    z-index: 2;
    color: #438ccb !important;
}
.product-favourite-button svg {
    width: 28px;
    height: 28px;
}
.product-favourite-button svg path {
    transition: fill 0.2s ease, stroke 0.2s ease;
    stroke: currentColor !important;
    fill: none !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}
.product-favourite-button.is-active svg path {
    fill: currentColor !important;
    stroke: currentColor !important;
}
.product-favourite-button.is-active {
    color: #e63946;
}
.product-favourite-button.is-hidden {
    display: none !important;
}
.product-favourite-button--stacked {
    margin-top: 0.65rem;
    top: auto;
}
.product-favourite-button--card {
    top: 0.3125rem;
    right: 0.3125rem;
    padding: 0.25rem;
    border: 0;
}
.product-image-wrapper--sale .product-favourite-button--card {
    display: none !important;
}
.product-image-wrapper .sale-badge-collection ~ .product-favourite-button--card {
    display: none !important;
}
.product-block--sale .product-favourite-button--card {
    display: none !important;
}

@media (hover: hover) and (pointer: fine) {
    .product-favourite-button:hover {
        transform: scale(1.05);
        background-color: #eb913a;
    }
    .product-favourite-button:not(.is-active):hover {
        color: #ffffff !important;
    }
    .product-favourite-button--card:hover {
        background-color: #eb913a;
        border-color: #eb913a;
    }
.product-favourite-button--card.product-favourite-button:not(.is-active):hover {
    color: #ffffff !important;
}
}

.favourite-panel {
    position: fixed;
    top: 0;
    right: -420px;
    width: min(90vw, 400px);
    height: 100vh;
    background: #fff;
    box-shadow: -4px 0 18px rgba(0, 0, 0, 0.15);
    z-index: 11000;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}
.favourite-panel.is-visible {
    right: 0;
}
.favourite-panel__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10990;
}
.favourite-panel__overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}
.favourite-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.favourite-panel__title {
    margin: 0;
    color: {{ head_txt_col }};
}
.favourite-panel__close {
    border: none;
    background: none;
    cursor: pointer;
    color: #787a7c !important;
    padding: 0;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
}
.favourite-panel__close svg {
    width: 26px;
    height: 26px;
    stroke: #787a7c !important;
    stroke-width: 1.5;
}
@media (hover: hover) and (pointer: fine) {
    .favourite-panel__close:hover {
        color: #4a4a4a;
        opacity: 0.75;
    }
}
.favourite-panel__body {
    overflow-y: auto;
    flex: 1;
}
.favourite-panel__empty {
    color: #737373;
}
.favourite-panel__items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.favourite-panel__footer {
    border-top: 1px solid #eee;
    padding: 1rem 1.5rem;
    display: grid;
    gap: 0.75rem;
    background: #fafafa;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
    margin-top: auto;
}
.favourite-panel__footer[hidden] {
    display: none !important;
}
.favourite-panel__bulk {
    display: grid;
    gap: 0.5rem;
}
.favourite-panel__bulk-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.favourite-panel__bulk-count {
    margin: 0;
    font-weight: 600;
}
.favourite-panel__status {
    font-size: 0.9rem;
    color: #cf2e2e;
}
.favourite-panel__bulk-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    width: 100%;
}
.favourite-panel__select {
    min-width: 140px;
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    font-size: 0.95rem;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23666' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px 8px;
    padding-right: 2.25rem;
    color: #222;
}
.favourite-panel__select option,
.favourite-panel__select optgroup {
    background: #fff;
    color: #222;
}
.favourite-panel__select:hover {
    border-color: #b0b0b0;
}
.favourite-panel__select:focus {
    outline: 2px solid rgba(0, 0, 0, 0.08);
    outline-offset: 0;
}
.favourite-panel__bulk-controls .button {
    white-space: nowrap;
    width: 100%;
}

@media (max-width: 640px) {
    .favourite-panel__bulk-controls {
        flex-direction: column;
        align-items: stretch;
    }
    .favourite-panel__select {
        width: 100%;
    }
}
.favourite-panel__item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0.75rem;
}
.favourite-panel__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.favourite-panel__item img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 1px solid #f0f0f0;
}
.favourite-panel__item-image {
    flex-shrink: 0;
}
.favourite-panel__item-content {
    flex: 1;
    min-width: 0;
}
.favourite-panel__item-title {
    margin: 0;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.favourite-panel__item-title a {
    text-decoration: none;
    color: inherit;
}
.favourite-panel__item-title a:hover {
    text-decoration: underline;
}
.favourite-panel__item-price {
    margin: 0.15rem 0 0;
    font-size: 0.9rem;
    color: #444;
}
.favourite-panel__item-price a {
    color: inherit;
    text-decoration: none;
}
.favourite-panel__item-price a:hover {
    text-decoration: underline;
}
.favourite-panel__remove {
    border: 0;
    background: none;
    padding: 0;
    margin-top: 5px;
    display: block;
    color: #4481b6;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    cursor: pointer;
}
.favourite-panel__remove:hover,
.favourite-panel__remove:focus {
    background: none;
    outline: none;
}

@media (min-width: 768px) {
    .navigation .navigation__item--with-small-menu > .navigation__tier-2-container [data-country-filter-list] {
        max-height: 320px;
        overflow-y: auto;
        width: 100%;
    }
    .navigation .navigation__item--with-small-menu > .navigation__tier-2-container [data-country-filter-list] .navigation__link {
        padding: 6px 0;
        line-height: 1.4;
    }
}

@media (max-width: 767.98px) {
    .mobile-navigation-drawer .navigation__tier-2-container [data-country-filter-list] {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }
    .mobile-navigation-drawer .navigation__tier-2-container [data-country-filter-list] .navigation__link {
        padding: 8px 16px;
        line-height: 1.4;
    }
}

.custom-product-options {
    margin-top: 1rem;
}
.custom-product-options__select {
    width: 100%;
}
.custom-product-options .cc-select__option span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.custom-product-options .cc-select__option.is-unavailable span {
    color: #b11a1a;
}
.custom-product-options .option-selector.is-loading .cc-select {
    visibility: hidden;
}
.custom-product-options__selected {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.custom-product-options__thumb {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}
.custom-product-options .option-selector.is-loading .cc-select__btn {
    visibility: hidden;
}

.destination-idea-card__image {
    position: relative;
}
.destination-idea-page {
    padding: 1.5rem 0 4rem;
}
.destination-idea-page__grid {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 620px) {
    .destination-idea-page__grid {
        max-width: 100%;
    }
    .destination-idea-page__chat-line {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .destination-idea-page__chat-line--yours .destination-idea-page__steps {
        grid-column: 1 / 6;
    }
    .destination-idea-page__chat-line--mine .destination-idea-page__steps {
        grid-column: 2 / 7;
    }
}
.destination-idea-page__intro {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 720px;
    width: 100%;
}
.destination-idea-page__steps.chat {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.5rem 0;
}
.destination-idea-page__chat-line {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}
.destination-idea-page__chat-line--yours {
    grid-column: 1 / -1;
}
.destination-idea-page__chat-line--yours .destination-idea-page__steps {
    grid-column: 1 / 3;
}
.destination-idea-page__chat-line--mine {
    grid-column: 1 / -1;
}
.destination-idea-page__chat-line--mine .destination-idea-page__steps {
    grid-column: 2 / 4;
}
.destination-idea-page__chat-line--intro .destination-idea-page__steps {
    width: fit-content;
    justify-self: end;
}
@media (max-width: 620px) {
    .destination-idea-page__chat-line--yours .destination-idea-page__steps {
        grid-column: 1 / -1 !important;
    }
    .destination-idea-page__chat-line--mine .destination-idea-page__steps {
        grid-column: 1 / -1 !important;
    }
    .destination-idea-page__chat-line .destination-idea-page__card {
        grid-column: 1 / -1 !important;
    }
    .destination-idea-page__chat-line--yours .destination-idea-page__steps.chat .yours .message,
    .destination-idea-page__chat-line--mine .destination-idea-page__steps.chat .mine .message {
        width: 100%;
    }
    .destination-idea-page__chat-line--yours .destination-idea-page__steps.chat .yours .message {
        margin-right: 0;
    }
    .destination-idea-page__chat-line--mine .destination-idea-page__steps.chat .mine .message {
        margin-left: 0;
    }
    .destination-idea-page__card .destination-idea-card__text,
    .destination-idea-page__card .destination-idea-card__title {
        text-align: right;
    }
    .destination-idea-page__card .destination-idea-card__text {
        margin-left: auto;
        margin-right: 0;
        width: 100%;
    }
}
.destination-idea-page__steps.chat .messages {
    display: flex;
    flex-direction: column;
}
.destination-idea-page__steps.chat .message {
    border-radius: 20px;
    padding: 0.75rem 1.1rem;
    display: inline-block;
    font-size: 0.95rem;
    line-height: 1.4;
}
.destination-idea-page__steps.chat .yours {
    align-items: flex-start;
}
.destination-idea-page__steps.chat .yours .message {
    background-color: #eee;
    margin-right: 25%;
    position: relative;
    text-align: left;
}
.destination-idea-page__steps.chat .yours .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -7px;
    height: 20px;
    width: 20px;
    background: #eee;
    border-bottom-right-radius: 15px;
}
.destination-idea-page__steps.chat .yours .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10px;
    width: 10px;
    height: 20px;
    background: #fff;
    border-bottom-right-radius: 10px;
}
.destination-idea-page__steps.chat .mine {
    align-items: flex-end;
    width: 100%;
}
.destination-idea-page__steps.chat .mine .message {
    margin-left: 25%;
    color: var(--destination-idea-bubble-text, var(--btn-col-text));
    background: var(--destination-idea-bubble-bg, var(--btn-col-bg));
    position: relative;
    text-align: right;
    width: fit-content;
    max-width: 100%;
    align-self: flex-end;
}
.destination-idea-page__chat-line--yours .destination-idea-page__steps.chat .yours .message {
    margin-right: 0;
    width: 100%;
}
.destination-idea-page__chat-line--mine .destination-idea-page__steps.chat .mine .message {
    margin-left: 0;
    width: 100%;
}
.destination-idea-page__steps.chat .mine .message.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: var(--destination-idea-bubble-bg, var(--btn-col-bg));
    border-bottom-left-radius: 15px;
}
.destination-idea-page__steps.chat .mine .message.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: #fff;
    border-bottom-left-radius: 10px;
}
.destination-idea-page__form {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.destination-idea-page__card {
    padding: 2rem;
    border: 1px solid var(--destination-idea-bubble-border, #d7e3f9);
    background: var(--destination-idea-bubble-bg, #e8f1ff);
    color: var(--destination-idea-bubble-text, #1d2a3a);
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: visible;
}
.destination-idea-page__card .destination-idea-card__title,
.destination-idea-page__card .destination-idea-card__text {
    text-align: right;
}
.destination-idea-page__card .destination-idea-card__consent-row,
.destination-idea-page__card .destination-idea-card__consent-label {
    color: rgba(255, 255, 255, 0.85);
}
.destination-idea-page__card .destination-idea-card__title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}
.destination-idea-page__card .destination-idea-card__text {
    font-size: 0.95rem;
    font-weight: 400;
}
.destination-idea-page__card .destination-idea-card__text {
    color: rgba(255, 255, 255, 0.85);
    max-width: 36ch;
    margin: 0 0 0 auto;
    text-wrap: balance;
    margin-top: -0.25rem;
}
.destination-idea-page__card .destination-idea-card__success {
    color: rgba(255, 255, 255, 0.85);
    text-align: right;
}
.destination-idea-page__card .destination-idea-card__button {
    background: #111;
    border-color: #111;
    color: #fff;
}
.destination-idea-page__card .destination-idea-card__button:disabled {
    background: #5b5b5b;
    border-color: #5b5b5b;
    color: #e2e2e2;
}
.destination-idea-page__card::before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: var(--destination-idea-bubble-bg, #e8f1ff);
    border: 1px solid var(--destination-idea-bubble-border, #d7e3f9);
    border-left: 0;
    border-top: 0;
    border-bottom-left-radius: 15px;
}
.destination-idea-page__card::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: #fff;
    border-bottom-left-radius: 10px;
}
.destination-idea-page__recommendation {
    margin-top: 0.75rem;
}
.destination-idea-card {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 1.75rem;
    border: 1px solid #e6e6e6;
    background: #fafafa;
}
.destination-idea-card__title {
    font-size: 1.3rem;
    font-weight: 600;
}
.destination-idea-card__text {
    font-size: 0.95rem;
    color: #555;
}
.destination-idea-card__recommendation {
    width: 100%;
    text-align: left;
    margin-top: 0.75rem;
}
.destination-idea-card__recommendation-label {
    font-size: 0.85rem;
    color: #7a7a7a;
    margin-bottom: 0.35rem;
}
.destination-idea-page__card .destination-idea-card__recommendation-label {
    color: #fff;
}
.destination-idea-card__recommendation-link {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 0.5rem 0.65rem;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.destination-idea-page__card .destination-idea-card__recommendation-link,
.destination-idea-page__card .destination-idea-card__recommendation-price {
    color: #787a7c;
}
.destination-idea-page__card .destination-idea-card__recommendation-title {
    color: #787a7c;
}
.destination-idea-card__recommendation-link:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}
.destination-idea-card__recommendation-image {
    width: 52px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    flex-shrink: 0;
    aspect-ratio: 2 / 3;
}

.customer-photos {
    padding: 3rem 0;
}
.customer-photos__heading {
    margin-bottom: 0.5rem;
    text-align: center;
}
.customer-photos__subheading {
    text-align: center;
    color: #666;
    margin-bottom: 1.5rem;
}
.customer-photos__track--scroll {
    overflow-x: auto;
    padding-bottom: 1.1rem;
}
.customer-photos__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    padding: 0 1.5rem;
}
.customer-photos__track--scroll .customer-photos__list {
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 260px);
    grid-template-columns: none;
    width: max-content;
}
.customer-photos__card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}
.customer-photos__image {
    position: relative;
    width: 100%;
    padding-top: 133.3333%;
    overflow: hidden;
    background: #f0f0f0;
}
.customer-photos__recommendation {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    margin: 0;
    z-index: 2;
    width: auto;
    max-width: calc(100% - 1.5rem);
}
.customer-photos__recommendation .destination-idea-card__recommendation-label {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.customer-photos__recommendation .destination-idea-card__recommendation-link {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 0.75rem;
    background: rgba(255, 255, 255, 1);
    border-color: rgba(227, 227, 227, 0.9);
    padding: 0.45rem 0.65rem;
    width: fit-content;
    max-width: 100%;
}
.customer-photos__recommendation .destination-idea-card__recommendation-link:hover {
    box-shadow: none;
    transform: none;
}
.customer-photos__recommendation .destination-idea-card__recommendation-image {
    position: static;
    inset: auto;
    width: 40px;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
    aspect-ratio: 2 / 3;
    display: block;
}
.customer-photos__recommendation .destination-idea-card__recommendation-details {
    min-width: 0;
}
.customer-photos__recommendation .destination-idea-card__recommendation-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.customer-photos__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.customer-photos__image video,
.customer-photos__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #f0f0f0;
}
.customer-photos__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: left;
    padding: 0.6rem 0.75rem;
    font-weight: 400;
    max-height: 30%;
    overflow: hidden;
    cursor: pointer;
    transition: max-height 0.25s ease;
}
.customer-photos__image--expanded .customer-photos__caption {
    max-height: 100%;
    overflow-y: auto;
}
.customer-photos__caption::-webkit-scrollbar {
    width: 6px;
}
.customer-photos__caption::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4);
}
.customer-photos__empty {
    padding: 1rem 1.5rem;
    color: #666;
}
.destination-idea-card__recommendation-details {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.search-empty-collection {
    margin-top: 3rem;
}
.search-empty-collection__title {
    text-align: center;
    margin-bottom: 1rem;
}
.search-empty-collection .main-search__results-all-link {
    margin: 0 auto 2rem;
    display: inline-flex;
}
.destination-idea-card__recommendation-title {
    font-size: 0.95rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.destination-idea-card__recommendation-price {
    font-size: 0.9rem;
    color: #555;
}
.destination-idea-card__recommendation-price[data-fallback-description] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.35;
}
.destination-idea-card__input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
}
.destination-idea-card__input::placeholder {
    color: #9aa0a6;
}
.destination-idea-card__consent-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: #8b8b8b;
    margin: 0.35rem 0 0.6rem;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
}
.destination-idea-card__consent {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: #8b8b8b;
    margin: 0.35rem 0 0.6rem;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
}
.destination-idea-card__consent span {
    text-align: right;
}
.destination-idea-card__consent-label {
    margin: 0;
    text-align: right;
    justify-self: end;
}
.destination-idea-card__consent-input {
    margin: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    display: grid;
    place-items: center;
}
.destination-idea-card__consent-input:checked {
    background: #EB913A;
    border-color: #EB913A;
}
.destination-idea-card__consent-input:checked::after {
    content: "";
    width: 10px;
    height: 6px;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

.comparison-section {
    padding: 3rem 0;
}
.comparison-section__layout {
    display: grid;
    gap: var(--comparison-gap, 2rem);
    align-items: center;
    grid-template-columns: minmax(0, 1fr);
    margin: 0 auto;
    max-width: var(--comparison-layout-max-width, calc(var(--comparison-max-width, 1200px) + 360px));
}
.comparison-section__layout--center {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
}
.comparison-section__layout--mobile-above .comparison-section__text-wrap {
    order: 1;
}
.comparison-section__layout--mobile-above .comparison-section__media {
    order: 2;
}
.comparison-section__layout--mobile-below .comparison-section__text-wrap {
    order: 2;
}
.comparison-section__layout--mobile-below .comparison-section__text-wrap {
    margin-top: 1.25rem;
}
.comparison-section__layout--mobile-below .comparison-section__media {
    order: 1;
}
.comparison-section__text-wrap {
    width: 100%;
    display: flex;
}
.comparison-section__text-wrap--left {
    justify-content: flex-start;
}
.comparison-section__text-wrap--center {
    justify-content: center;
}
.comparison-section__text-wrap--right {
    justify-content: flex-end;
}
.comparison-section__text {
    text-align: var(--comparison-text-align-mobile, center);
    width: 100%;
}
.comparison-section__text-inner {
    width: 100%;
}
.comparison-section__media {
    display: flex;
    justify-content: center;
    width: 100%;
}
.comparison-section__heading {
    text-align: inherit;
    margin: 0 0 0.5rem;
}
.comparison-section__subheading {
    text-align: inherit;
    color: #666;
    margin-bottom: 1.5rem;
}
.comparison-slider {
    position: relative;
    height: auto;
    max-width: var(--comparison-max-width, 1200px);
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f0f0f0;
    --comparison-position: 50%;
    aspect-ratio: 1 / 1.414;
}
.comparison-slider__underlay,
.comparison-slider__overlay {
    position: absolute;
    inset: 0;
}
.comparison-slider__overlay {
    overflow: hidden;
    clip-path: inset(0 calc(100% - var(--comparison-position)) 0 0);
    -webkit-clip-path: inset(0 calc(100% - var(--comparison-position)) 0 0);
}
.comparison-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.comparison-slider__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #777;
    font-size: 0.95rem;
}
.comparison-slider__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--comparison-position);
    width: 2px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    transform: translateX(-1px);
    pointer-events: none;
}
.comparison-slider__arrow-left,
.comparison-slider__arrow-right {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
}
.comparison-slider__arrow-left {
    left: -8px;
    border-width: 7px 8px 7px 0;
    border-color: transparent #fff transparent transparent;
}
.comparison-slider__arrow-right {
    right: -8px;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #fff;
}
.comparison-slider__input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
}
.comparison-slider__before-text,
.comparison-slider__after-text {
    position: absolute;
    top: 1rem;
    padding: 0.4rem 0.75rem;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    z-index: 2;
    pointer-events: none;
}
.comparison-slider__after-mask {
    position: absolute;
    inset: 0;
    clip-path: inset(0 0 0 var(--comparison-position));
    -webkit-clip-path: inset(0 0 0 var(--comparison-position));
    pointer-events: none;
}
.comparison-slider__before-text {
    left: 1rem;
}
.comparison-slider__after-text {
    right: 1rem;
}
@media (min-width: 750px) {
    .comparison-section__layout--has-copy {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: var(--comparison-gap, 3rem);
    }
    .comparison-section__text {
        text-align: var(--comparison-text-align-desktop, left);
    }
    .comparison-section__layout--left .comparison-section__text-wrap {
        order: 1;
    }
    .comparison-section__layout--left .comparison-section__media {
        order: 2;
    }
    .comparison-section__layout--right .comparison-section__text-wrap {
        order: 2;
    }
    .comparison-section__layout--right .comparison-section__media {
        order: 1;
    }
}
@media (max-width: 749px) {
    .comparison-section__heading {
        font-size: 16px;
        line-height: 1.3;
    }
    .comparison-section__subheading {
        font-size: 16px;
        line-height: 1.3;
    }
}
@media (max-width: 749px) {
    .comparison-section__layout {
        max-width: var(--comparison-max-width, 1200px);
    }
}
.destination-idea-card__button {
    width: 100%;
}
.destination-idea-page__form .destination-idea-page__card {
    max-width: 100%;
}
.destination-idea-page__chat-line .destination-idea-page__card {
    grid-column: 2 / 4;
}
.destination-idea-card__input {
    min-width: 0;
}
.product-block--puzzle-request .puzzle-request-card__form {
    width: 100%;
    align-self: stretch;
}
.product-block--puzzle-request .destination-idea-card__title {
    max-width: 22ch;
    text-wrap: balance;
}
.product-block--puzzle-request .destination-idea-card__button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.product-block--puzzle-request .destination-idea-card__button:not(:disabled) {
    opacity: 1;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .destination-idea-card {
        gap: 0.5rem;
        padding: 1.25rem !important;
    }
    .destination-idea-card__title {
        font-size: 0.9rem !important;
    }
    .destination-idea-card__text {
        font-size: 0.7rem !important;
    }
    .destination-idea-page__card .destination-idea-card__text {
        font-size: 0.95rem !important;
        text-align: right;
    }
    .destination-idea-page__card .destination-idea-card__title {
        font-size: 1rem !important;
    }
    .destination-idea-card__recommendation-label {
        font-size: 0.6rem !important;
    }
    .destination-idea-card__recommendation-image {
        width: 40px;
        height: 40px;
    }
    .destination-idea-card__recommendation-title,
    .destination-idea-card__recommendation-price {
        font-size: 0.7rem !important;
    }
    .destination-idea-card__input {
        font-size: 12px !important;
    }
    .destination-idea-card__button {
        font-size: 0.7rem !important;
    }
    .destination-idea-card__success,
    .destination-idea-card__error {
        font-size: 0.7rem !important;
    }
    .destination-idea-card__input {
        padding: 0.45rem 0.6rem !important;
    }
    .destination-idea-card__button {
        padding: 0.55rem 0.75rem !important;
        min-height: 36px !important;
    }
    .destination-idea-page__card .destination-idea-card__input {
        font-size: 0.95rem !important;
        padding: 0.6rem 0.75rem !important;
    }
    .destination-idea-page__card .destination-idea-card__button {
        font-size: 1rem !important;
        padding: 1em 25px !important;
        min-height: auto !important;
    }
}

.destination-idea-card__success {
    font-size: 0.95rem;
    color: #666;
    text-align: center;
}
.destination-idea-card__error {
    font-size: 0.95rem;
    color: #b00020;
    text-align: center;
}
.destination-idea-card--submitting .destination-idea-card__button {
    opacity: 0.6;
    cursor: wait;
}
.destination-idea-card--submitted .destination-idea-card__input,
.destination-idea-card--submitted .destination-idea-card__button {
    display: none;
}
.destination-idea-card--submitted .destination-idea-card__consent-row,
.destination-idea-card--submitted .destination-idea-card__consent {
    display: none;
}
.destination-idea-card--submitted .destination-idea-card__text {
    display: none;
}

.destination-idea-card-wrapper {
    margin-top: 2rem;
}

.review-page {
    padding: 4rem 1.5rem;
}
.review-page__inner {
    max-width: 640px;
    margin: 0 auto;
}
.review-page__form {
    display: grid;
    gap: 1.25rem;
}
.review-page__field--details {
    opacity: 0;
    max-height: 0;
    transform: translateY(16px);
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease;
}
.review-page__form--rating-selected .review-page__field--details {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
    pointer-events: auto;
}
.review-page__form--submitted .review-page__field,
.review-page__form--submitted .review-page__actions,
.review-page__form--submitted .review-page__error {
    display: none;
}
.review-page__field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.review-page__field label {
    font-weight: 600;
}
.review-page__required {
    color: #b11a1a;
}
.review-page__field input,
.review-page__field textarea {
    padding: 0.75rem 0.9rem;
    border: 1px solid #d7d9dd;
    border-radius: 6px;
    font-size: 1rem;
}
.review-page__field input::placeholder,
.review-page__field textarea::placeholder {
    color: #9aa0a6;
}
.review-page__label {
    font-weight: 600;
}
.review-page__rating-title {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.review-page__rating {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 6px;
}
.review-page__field:first-child {
    align-items: center;
    text-align: center;
}
.review-page__rating-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.review-page__rating-label {
    cursor: pointer;
    color: var(--review-star-inactive, rgba(0, 0, 0, 0.2));
}
.review-page__star {
    width: 48px;
    height: 48px;
    fill: currentColor;
}
.review-page__rating-input:checked ~ .review-page__rating-label,
.review-page__rating-label:hover,
.review-page__rating-label:hover ~ .review-page__rating-label {
    color: #EB913A;
}
.review-page__actions {
    margin-top: 0.5rem;
}
.review-page__submit {
    width: 100%;
}
@media (min-width: 768px) {
    .review-page__actions {
        display: flex;
        justify-content: flex-end;
    }
    .review-page__submit {
        width: 250px;
    }
}
.review-page__success {
    font-size: 0.95rem;
    color: #666;
    text-align: center;
    font-weight: 600;
}
.review-page__error {
    color: #b11a1a;
    font-weight: 600;
    text-align: right;
}
.custom-product-options__message {
    margin-top: 0.5rem;
    color: #b11a1a;
    font-size: 0.85rem;
}

.favourite-page {
    padding: 3rem 0;
}
.favourite-page__header {
    text-align: center;
    margin-bottom: 2rem;
}
.favourite-page__title {
    margin-bottom: 0.5rem;
}
.favourite-page__empty {
    text-align: center;
    color: #787a7c;
}
.favourite-page .product-block .rimage__image {
    object-fit: cover;
}
.favourite-page .product-block .rimage-background {
    background-size: cover;
}
.favourite-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}
.favourite-page__card {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.pp-facebook-data-deletion {
    padding: 2rem 0 3rem;
}

.pp-facebook-data-deletion__card {
    max-width: 760px;
    margin: 0 auto;
    border: 1px solid #dedede;
    padding: 1.5rem;
    background: #fff;
}

.pp-facebook-data-deletion__title {
    margin: 0 0 0.8rem;
}

.pp-facebook-data-deletion__intro {
    margin-bottom: 1rem;
}

.pp-facebook-data-deletion__steps {
    margin: 0 0 1rem 1.2rem;
    padding: 0;
}

.pp-facebook-data-deletion__steps li + li {
    margin-top: 0.5rem;
}

.pp-facebook-data-deletion__contact,
.pp-facebook-data-deletion__response {
    margin: 0.8rem 0 0;
}
.favourite-page__card-image {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0.75rem;
    background: #f7f7f7;
}
.favourite-page__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.favourite-page__card-title {
    margin: 0 0 0.25rem;
    font-size: 1rem;
}
.favourite-page__card-title a {
    color: #4481b6;
    text-decoration: none;
}
.favourite-page__card-title a:hover {
    text-decoration: underline;
}
.favourite-page__card-price {
    margin: 0;
    color: #444;
    font-size: 0.9rem;
}
.favourite-page__card-price a {
    color: inherit;
    text-decoration: none;
}
.favourite-page__card-price a:hover {
    text-decoration: underline;
}
.favourite-page__card-remove {
    margin-top: auto;
    align-self: flex-start;
    border: 0;
    background: none;
    color: #4481b6;
    text-transform: none;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    cursor: pointer;
}
.favourite-page__card-remove:hover,
.favourite-page__card-remove:focus {
    text-decoration: underline;
}

.favourite-panel__share {
    margin-top: 1.25rem;
    padding: 1rem;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.favourite-panel__share[hidden] {
    display: none;
}
.favourite-panel__share-label {
    margin: 0;
    font-weight: 600;
}
.favourite-panel__share-row {
    display: flex;
    gap: 0.5rem;
}
.favourite-panel__share-input {
    flex: 1;
    padding: 0.65rem 0.75rem;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    font-size: 0.95rem;
}
.favourite-panel__share-input:disabled {
    background: #f5f5f5;
}
.favourite-panel__share-button {
    white-space: nowrap;
    padding: 0.65rem 0.9rem;
}
.favourite-panel__share-note {
    margin: 0;
    color: #555;
    font-size: 0.85rem;
}

.bulk-select-toggle {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.5rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dcdcdc;
    border-radius: 999px;
    font-size: 0.85rem;
    color: #333;
    cursor: pointer;
    transition: all 0.15s ease;
}
.bulk-select-toggle__check {
    width: 14px;
    height: 14px;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.bulk-select-toggle.is-selected {
    border-color: #eb913a;
    background: #fff4eb;
    color: #c1600a;
}
.bulk-select-toggle.is-selected .bulk-select-toggle__check {
    background: #eb913a;
    border-color: #eb913a;
}

.bulk-add-bar {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 10050;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.2s ease;
}
.bulk-add-bar.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
.bulk-add-bar__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem 1.25rem;
    display: grid;
    gap: 0.75rem;
}
.bulk-add-bar__top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
}
.bulk-add-bar__title {
    margin: 0;
    font-weight: 600;
    margin-right: auto;
    min-width: 0;
    white-space: nowrap;
}
.bulk-add-bar__actions {
    margin-left: auto;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-end;
}
.bulk-add-bar__top {
    align-items: center;
}
.bulk-add-bar__title {
    flex: 0 0 auto;
}
.bulk-add-bar__chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.85rem;
    margin-bottom: 0.45rem;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.bulk-add-bar__chips.is-adding {
    animation: bulkChipsNudge 0.28s ease;
}
.bulk-add-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.6rem;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    background: #f8f8f8;
    font-size: 0.9rem;
    flex: 0 0 auto;
    white-space: nowrap;
}
.bulk-add-chip.is-new {
    animation: bulkChipFlash 1s ease forwards;
}
@keyframes bulkChipsNudge {
    0% { transform: translateX(0); }
    35% { transform: translateX(12px); }
    100% { transform: translateX(0); }
}
@keyframes bulkChipFlash {
    0% { background: #dcdcdc; }
    100% { background: #f8f8f8; }
}
.bulk-add-chip__remove {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #cf2e2e;
    font-size: 0.95rem;
    line-height: 1;
}
.bulk-add-bar__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bulk-add-bar__label {
    margin: 0;
}
.bulk-add-bar__select {
    min-width: 160px;
    padding: 0.65rem 0.75rem;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    font-size: 0.95rem;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23666' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px 8px;
    padding-right: 2.25rem;
    color: #222;
}
.bulk-add-bar__select option,
.bulk-add-bar__select optgroup {
    background: #fff;
    color: #222;
}
.bulk-add-bar__select option {
    padding: 0.5rem 0.75rem;
}
.bulk-add-bar__select optgroup {
    font-weight: 600;
}
.bulk-add-bar__select::-ms-expand {
    display: none;
}
.bulk-add-bar__select:hover {
    border-color: #b0b0b0;
}
.bulk-add-bar__select:focus {
    outline: 2px solid rgba(0, 0, 0, 0.08);
    outline-offset: 0;
}
.bulk-add-bar__select::-webkit-scrollbar {
    width: 8px;
}
.bulk-add-bar__select::-webkit-scrollbar-thumb {
    background: #d0d0d0;
}
.bulk-add-bar__status {
    font-size: 0.9rem;
    color: #cf2e2e;
    text-align: center;
    width: 100%;
    display: block;
}
.bulk-add-bar__count {
    font-weight: 600;
}
.bulk-add-bar__clear {
    background: none;
    border: 0;
    color: #cf2e2e;
    cursor: pointer;
}
.bulk-add-bar__cta {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .product-favourite-button {
        width: 2.5rem;
        height: 2.5rem;
    }
    .favourite-panel__share-row {
        flex-direction: column;
    }
    .favourite-panel__share-button {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .bulk-add-bar__inner {
        padding-bottom: 1rem;
    }
    .bulk-add-bar__top {
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.5rem;
    }
    .bulk-add-bar__title {
        flex: 1 1 auto;
    }
    .bulk-add-bar__actions {
        margin-left: auto;
        flex-shrink: 0;
    }
    .bulk-add-bar__controls {
        flex-direction: column;
        align-items: stretch;
    }
    .bulk-add-bar__label {
        display: block;
        text-align: left;
        width: 100%;
    }
    .bulk-add-bar__select,
    .bulk-add-bar__cta {
        width: 100%;
    }
}
