

/* Start:/local/components/holidayformula/catalog.section/templates/.default/style.css?178646779642622*/
.hf-catalog-pilot {
    padding: 28px 0 64px;
    color: var(--hf-text, #342b3e);
}

.hf-catalog-pilot *,
.hf-catalog-pilot *::before,
.hf-catalog-pilot *::after {
    box-sizing: border-box;
}

.hf-catalog-breadcrumbs {
    position: sticky;
    top: 106px;
    z-index: 20;
    width: fit-content;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    margin: 0 0 23px;
    color: var(--hf-muted, #787080);
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(231, 225, 235, .9);
    border-radius: 11px;
    box-shadow: 0 7px 22px rgba(72, 48, 105, .075);
    backdrop-filter: blur(10px);
    font-size: 13px;
    line-height: 1.4;
}

.hf-catalog-breadcrumbs a {
    color: var(--hf-purple, #68449a) !important;
    text-decoration: none;
}

.hf-catalog-breadcrumbs a:hover {
    text-decoration: underline;
}

.hf-catalog-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 25px;
}

.hf-catalog-title > div:first-child {
    min-width: 0;
}

.hf-catalog-title > div:first-child > span {
    display: block;
    margin-bottom: 7px;
    color: var(--hf-teal-dark, #258f8b);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hf-catalog-title h1 {
    margin: 0;
    color: var(--hf-text, #342b3e);
    font-size: clamp(29px, 4vw, 43px);
    line-height: 1.08;
}

.hf-catalog-title__count {
    flex: 0 0 auto;
    padding: 10px 14px;
    color: var(--hf-muted, #787080);
    background: #fff;
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 12px;
    font-size: 13px;
}

.hf-catalog-title__count strong {
    color: var(--hf-purple, #68449a);
}

.hf-catalog-active-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 2px;
    margin: -6px 0 18px;
}

.hf-catalog-active-filters__tags {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.hf-catalog-active-filter {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 11px 6px 13px;
    color: var(--hf-text, #342b3e) !important;
    background: #fff2e7;
    border: 1px solid #f8e5d6;
    border-radius: 999px;
    font-size: 12px;
    text-decoration: none;
}

.hf-catalog-active-filter b {
    color: #9b8d99;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.hf-catalog-active-filter:hover {
    border-color: #efd0b7;
}

.hf-catalog-active-filters__clear {
    flex: 0 0 auto;
    color: #079ee8 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.hf-catalog-active-filters__clear:hover {
    text-decoration: underline;
}

.hf-catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 13px 16px;
    margin-bottom: 20px;
    background:
        linear-gradient(135deg, rgba(104, 68, 154, .055), rgba(66, 185, 182, .07)),
        #fff;
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 16px;
}

.hf-catalog-filter-toggle {
    display: none;
}

.hf-catalog-filter-clear {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    margin-right: auto;
    color: var(--hf-purple, #68449a) !important;
    background: #f6f3f8;
    border: 1px solid rgba(104, 68, 154, .12);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.hf-catalog-filter-clear:hover {
    background: #eee8f3;
}

.hf-catalog-filter-clear span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.hf-catalog-sort {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.hf-catalog-sort > span {
    color: var(--hf-muted, #787080);
    font-size: 13px;
    font-weight: 700;
}

.hf-catalog-sort select {
    min-width: 235px;
    height: 42px;
    padding: 0 38px 0 13px;
    color: var(--hf-text, #342b3e);
    background: #fff;
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 11px;
    outline: none;
    font: inherit;
    font-size: 14px;
    cursor: pointer;
}

.hf-catalog-sort select:focus {
    border-color: rgba(104, 68, 154, .55);
    box-shadow: 0 0 0 3px rgba(104, 68, 154, .1);
}

.hf-catalog-layout {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 25px;
    align-items: start;
}

.hf-catalog-filter {
    position: sticky;
    top: 105px;
    z-index: 6;
    max-height: calc(100vh - 125px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 19px;
    background: #fff;
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(72, 48, 105, .065);
    scrollbar-width: thin;
}

.hf-catalog-filter__form {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
}

.hf-catalog-filter__mobile-head {
    display: none;
}

.hf-catalog-filter fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.hf-catalog-filter legend {
    width: 100%;
    padding: 0;
    color: var(--hf-text, #342b3e);
    font-size: 14px;
    font-weight: 800;
}

.hf-catalog-filter__quick {
    padding-bottom: 18px !important;
    margin-bottom: 18px !important;
    border-bottom: 1px solid var(--hf-line, #e7e1eb) !important;
}

.hf-catalog-filter__quick legend {
    margin-bottom: 12px;
}

.hf-catalog-filter__quick label {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 8px 11px;
    margin-top: 8px;
    color: var(--hf-text, #342b3e);
    background: linear-gradient(135deg, #f6f1fa, #edf9f8);
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.hf-catalog-filter__quick label:has(input:checked) {
    color: var(--hf-purple-dark, #4f3179);
    border-color: rgba(104, 68, 154, .27);
}

.hf-catalog-filter input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 0;
    accent-color: var(--hf-purple, #68449a);
}

.hf-catalog-filter__range {
    padding-bottom: 18px !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid var(--hf-line, #e7e1eb) !important;
}

.hf-catalog-filter__range legend {
    margin-bottom: 11px;
}

.hf-catalog-filter__range > div,
.hf-catalog-filter__range-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.hf-catalog-filter__range label,
.hf-catalog-filter__range-values label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 5px;
    min-width: 0;
    padding: 0 8px;
    background: #faf9fb;
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 10px;
}

.hf-catalog-filter__range label > span,
.hf-catalog-filter__range-values label > span {
    color: var(--hf-muted, #787080);
    font-size: 11px;
}

.hf-catalog-filter input[type="number"] {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0;
    color: var(--hf-text, #342b3e);
    background: transparent;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 12px;
}

.hf-catalog-filter__group {
    padding: 0 0 12px;
    margin: 18px 0 0 !important;
    border-bottom: 1px solid var(--hf-line, #e7e1eb);
}

.hf-catalog-filter__group legend {
    margin-bottom: 14px;
}

.hf-catalog-filter__values {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-height: none;
    overflow: visible;
    padding-top: 0;
}

.hf-catalog-filter__values label {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    color: var(--hf-text, #342b3e);
    background: #f5f4f6;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1.15;
    cursor: pointer;
}

.hf-catalog-filter__values label:hover {
    border-color: rgba(104, 68, 154, .18);
}

.hf-catalog-filter__values label:has(input:checked) {
    color: #fff;
    background: #09a9ef;
    border-color: #09a9ef;
}

.hf-catalog-filter__values input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.hf-catalog-filter__range-values {
    padding-top: 12px;
}

.hf-catalog-filter__actions {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: block;
    width: auto;
    padding: 8px;
    margin: 12px -8px -8px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(231, 225, 235, .9);
    border-radius: 17px;
    box-shadow: 0 12px 35px rgba(42, 30, 57, .2);
    backdrop-filter: blur(10px);
}

.hf-catalog-filter__actions[hidden] {
    display: none;
}

.hf-catalog-filter__actions button,
.hf-catalog-filter__actions a {
    width: 100%;
    min-height: 42px;
    display: grid;
    place-items: center;
    padding: 8px 12px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.hf-catalog-filter__actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    background: linear-gradient(
        135deg,
        var(--hf-purple, #68449a),
        var(--hf-teal, #42b9b6)
    );
    border: 0;
    cursor: pointer;
}

.hf-catalog-filter__actions button.is-loading {
    cursor: wait;
    opacity: .75;
}

.hf-catalog-filter__actions button strong {
    font-size: inherit;
}

.hf-catalog-filter__actions a {
    color: var(--hf-purple, #68449a) !important;
    background: #f6f3f8;
}

.hf-catalog-results {
    min-width: 0;
}

.hf-catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.hf-catalog-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 17px;
    box-shadow: 0 8px 25px rgba(72, 48, 105, .07);
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.hf-catalog-card:hover {
    border-color: rgba(104, 68, 154, .25);
    box-shadow: 0 16px 38px rgba(72, 48, 105, .13);
    transform: translateY(-3px);
}

.hf-catalog-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 18%, rgba(66, 185, 182, .09), transparent 32%),
        #fff;
}

.hf-catalog-card__image-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 0;
}

.hf-catalog-pilot .hf-catalog-card__image-link > img {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    left: 18px !important;
    width: calc(100% - 36px) !important;
    height: calc(100% - 36px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    display: block;
    object-fit: scale-down !important;
    object-position: center center !important;
    transform: none !important;
    transition: opacity .2s ease;
}

.hf-catalog-pilot .hf-catalog-card__image-link > img.is-changing {
    opacity: 0;
}

.hf-catalog-card__no-photo {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    color: var(--hf-purple, #68449a);
    background: linear-gradient(135deg, #f3eef8, #e8f8f7);
    border-radius: 24px;
    font-size: 13px;
    font-weight: 800;
}

.hf-catalog-card__badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    pointer-events: none;
}

.hf-catalog-badge {
    min-height: 23px;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 14px rgba(39, 27, 54, .14);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .045em;
    line-height: 1;
    text-transform: uppercase;
}

.hf-catalog-badge--new {
    background: linear-gradient(
        135deg,
        var(--hf-teal-dark, #258f8b),
        var(--hf-teal, #42b9b6)
    );
}

.hf-catalog-badge--hit {
    background: linear-gradient(135deg, #ef5b37, #ff8d3a);
}

.hf-catalog-favorite {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 4;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    padding: 0;
    color: var(--hf-purple, #68449a);
    background: rgba(255, 255, 255, .94);
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 50%;
    box-shadow: 0 5px 16px rgba(72, 48, 105, .12);
    cursor: pointer;
}

.hf-catalog-favorite svg {
    width: 19px;
    height: 19px;
    fill: transparent;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.hf-catalog-favorite.is-active {
    color: #fff;
    background: linear-gradient(135deg, #e64a73, #ff7b83);
    border-color: transparent;
}

.hf-catalog-favorite.is-active svg {
    fill: currentColor;
}

.hf-catalog-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    padding: 0;
    color: var(--hf-purple, #68449a);
    background: rgba(255, 255, 255, .95);
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 50%;
    box-shadow: 0 4px 13px rgba(72, 48, 105, .13);
    opacity: 0;
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity .15s ease, transform .15s ease;
}

.hf-catalog-card:hover .hf-catalog-gallery-arrow,
.hf-catalog-gallery-arrow:focus-visible {
    opacity: 1;
}

.hf-catalog-gallery-arrow:hover {
    color: #fff;
    background: var(--hf-purple, #68449a);
    transform: translateY(-50%) scale(1.05);
}

.hf-catalog-gallery-arrow--prev {
    left: 8px;
}

.hf-catalog-gallery-arrow--next {
    right: 8px;
}

.hf-catalog-gallery-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.hf-catalog-gallery-dots {
    position: absolute;
    right: 48px;
    bottom: 9px;
    left: 48px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    pointer-events: none;
}

.hf-catalog-gallery-dots span {
    width: 6px;
    height: 6px;
    background: rgba(104, 68, 154, .28);
    border-radius: 50%;
    transition: width .15s ease, background .15s ease;
}

.hf-catalog-gallery-dots span.is-active {
    width: 17px;
    background: var(--hf-purple, #68449a);
    border-radius: 999px;
}

.hf-catalog-card__body {
    min-height: 272px;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 13px;
    background: linear-gradient(
        135deg,
        rgba(104, 68, 154, .045),
        rgba(66, 185, 182, .055)
    );
}

.hf-catalog-card__article {
    min-height: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    color: var(--hf-muted, #787080);
    font-size: 10px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hf-catalog-card__title {
    display: -webkit-box;
    min-height: 52px;
    overflow: hidden;
    color: var(--hf-text, #342b3e) !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hf-catalog-card__title:hover {
    color: var(--hf-purple, #68449a) !important;
}

.hf-catalog-card__collection {
    width: fit-content;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    padding: 4px 7px;
    margin-top: 7px;
    overflow: hidden;
    color: var(--hf-teal-dark, #258f8b);
    background: rgba(66, 185, 182, .12);
    border: 1px solid rgba(66, 185, 182, .2);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hf-catalog-card__prices {
    display: grid;
    gap: 3px;
    padding-top: 10px;
    margin-top: auto;
}

.hf-catalog-card__prices strong {
    color: var(--hf-purple-dark, #4f3179);
    font-size: 18px;
    line-height: 1.15;
}

.hf-catalog-card__prices span {
    color: var(--hf-muted, #787080);
    font-size: 11px;
    line-height: 1.3;
}

.hf-catalog-card__in-basket {
    display: none;
    align-items: center;
    gap: 4px;
    min-height: 29px;
    padding: 6px 9px;
    margin-top: 8px;
    color: #24756f;
    background: rgba(66, 185, 182, .13);
    border: 1px solid rgba(66, 185, 182, .22);
    border-radius: 9px;
    font-size: 11px;
    font-weight: 700;
}

.hf-catalog-card__in-basket.is-visible {
    display: flex;
}

.hf-catalog-card__in-basket strong {
    color: var(--hf-teal-dark, #258f8b);
}

.hf-catalog-card__stock {
    width: fit-content;
    min-height: 29px;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    margin-top: 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.hf-catalog-card__stock--empty {
    color: #a1434f;
    background: #fff0f2;
}

.hf-catalog-card__purchase {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 8px;
    padding-top: 9px;
}

.hf-catalog-quantity {
    min-width: 0;
    height: 38px;
    display: grid;
    grid-template-columns: 28px minmax(24px, 1fr) 28px;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 10px;
}

.hf-catalog-quantity button {
    height: 100%;
    padding: 0;
    color: var(--hf-purple, #68449a);
    background: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: grid;
    place-items: center;
    line-height: 1;
}

.hf-catalog-quantity input {
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0 2px;
    color: var(--hf-text, #342b3e);
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    appearance: textfield;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.hf-catalog-quantity input:focus {
    background: #faf7fc;
    box-shadow: inset 0 0 0 2px rgba(104, 68, 154, .2);
}

.hf-catalog-add {
    min-width: 0;
    height: 38px;
    padding: 0 8px;
    color: #fff;
    background: linear-gradient(
        135deg,
        var(--hf-purple, #68449a),
        var(--hf-teal, #42b9b6)
    );
    border: 0;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    transition: filter .15s ease, transform .15s ease;
}

.hf-catalog-add:hover {
    filter: saturate(1.13);
    transform: translateY(-1px);
}

.hf-catalog-add:disabled {
    cursor: wait;
    filter: grayscale(.25);
    opacity: .7;
}

.hf-catalog-card__message {
    min-height: 15px;
    padding-top: 4px;
    color: #24756f;
    font-size: 10px;
    line-height: 1.3;
}

.hf-catalog-card__message.is-error {
    color: #c63f50;
}

.hf-catalog-back-to-top {
    position: fixed;
    right: max(18px, calc((100vw - 1440px) / 2 + 18px));
    bottom: 24px;
    z-index: 35;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #fff;
    background: linear-gradient(
        135deg,
        var(--hf-purple, #68449a),
        var(--hf-teal, #42b9b6)
    );
    border: 0;
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(72, 48, 105, .28);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease;
}

.hf-catalog-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.hf-catalog-back-to-top:hover {
    transform: translateY(-2px);
}

.hf-catalog-back-to-top svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.hf-catalog-loader {
    min-height: 92px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 9px;
    color: var(--hf-muted, #787080);
}

.hf-catalog-loader[hidden] {
    display: none;
}

.hf-catalog-loader > span {
    width: 28px;
    height: 28px;
    border: 3px solid rgba(104, 68, 154, .15);
    border-top-color: var(--hf-purple, #68449a);
    border-radius: 50%;
    animation: hfCatalogSpin .7s linear infinite;
}

.hf-catalog-loader p {
    margin: 0;
    font-size: 12px;
}

.hf-catalog-loader.is-error > span {
    display: none;
}

.hf-catalog-loader [data-hf-catalog-retry] {
    min-height: 38px;
    padding: 0 16px;
    color: #fff;
    background: var(--hf-purple, #68449a);
    border: 0;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.hf-catalog-loader [data-hf-catalog-retry][hidden] {
    display: none;
}

@keyframes hfCatalogSpin {
    to {
        transform: rotate(360deg);
    }
}

.hf-catalog-pagination[hidden] {
    display: none;
}

.hf-catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding-top: 22px;
}

.hf-catalog-pagination a,
.hf-catalog-pagination .is-active {
    min-width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    padding: 0 8px;
    color: var(--hf-purple, #68449a) !important;
    background: #fff;
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.hf-catalog-pagination .is-active {
    color: #fff !important;
    background: linear-gradient(
        135deg,
        var(--hf-purple, #68449a),
        var(--hf-teal, #42b9b6)
    );
    border-color: transparent;
}

.hf-catalog-empty {
    min-height: 330px;
    display: grid;
    place-items: center;
    align-content: center;
    padding: 35px;
    color: var(--hf-muted, #787080);
    background: #fff;
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 18px;
    text-align: center;
}

.hf-catalog-empty strong {
    color: var(--hf-text, #342b3e);
    font-size: 20px;
}

.hf-catalog-empty p {
    margin: 7px 0 16px;
}

.hf-catalog-empty a {
    padding: 10px 15px;
    color: #fff !important;
    background: var(--hf-purple, #68449a);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.hf-catalog-filter-backdrop {
    display: none;
}

.hf-catalog-header-count,
.hf-favorite-header-count {
    position: absolute;
    top: -6px;
    right: -7px;
    min-width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    padding: 0 4px;
    color: #fff;
    background: linear-gradient(135deg, #ef5b37, #ff8d3a);
    border: 2px solid #fff;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
}

[data-hf-basket-slot],
.hf-actions a[href*="/personal/favorite/"],
.hf-mobile-bottom a[href*="/personal/favorite/"] {
    position: relative;
}

@media (max-width: 1280px) {
    .hf-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .hf-catalog-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 18px;
    }

    .hf-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .hf-catalog-pilot {
        padding: 18px 0 94px;
    }

    .hf-catalog-breadcrumbs {
        position: static;
        top: auto;
        width: 100%;
        gap: 5px;
        padding: 8px 10px;
        margin-bottom: 17px;
        font-size: 11px;
    }

    .hf-catalog-active-filters {
        align-items: flex-start;
        padding: 0;
        margin-bottom: 13px;
    }

    .hf-catalog-active-filters__tags {
        gap: 5px;
    }

    .hf-catalog-active-filter {
        min-height: 30px;
        padding: 5px 8px 5px 10px;
        font-size: 10px;
    }

    .hf-catalog-active-filters__clear {
        padding-top: 7px;
        font-size: 10px;
    }

    .hf-catalog-title {
        display: block;
        margin-bottom: 18px;
    }

    .hf-catalog-title > div:first-child > span {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .hf-catalog-title h1 {
        font-size: 28px;
    }

    .hf-catalog-title__count {
        display: inline-block;
        padding: 6px 9px;
        margin-top: 11px;
        font-size: 11px;
    }

    .hf-catalog-toolbar {
        position: sticky;
        top: 72px;
        z-index: 12;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px;
        padding: 9px;
        margin-bottom: 14px;
        border-radius: 13px;
        box-shadow: 0 7px 20px rgba(72, 48, 105, .09);
    }

    .hf-catalog-filter-toggle {
        order: 1;
        height: 40px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 0 11px;
        color: var(--hf-purple, #68449a);
        background: #fff;
        border: 1px solid var(--hf-line, #e7e1eb);
        border-radius: 10px;
        font-size: 12px;
        font-weight: 800;
    }

    .hf-catalog-filter-toggle svg {
        width: 17px;
        height: 17px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-width: 2;
    }

    .hf-catalog-sort {
        order: 2;
        flex: 1;
        justify-content: flex-end;
    }

    .hf-catalog-filter-clear {
        order: 3;
        width: 100%;
        min-height: 34px;
        justify-content: center;
        padding: 5px 10px;
        margin: 0;
        font-size: 11px;
    }

    .hf-catalog-sort > span {
        display: none;
    }

    .hf-catalog-sort select {
        width: 100%;
        min-width: 0;
        max-width: 205px;
        height: 40px;
        padding-left: 9px;
        font-size: 11px;
    }

    .hf-catalog-layout {
        display: block;
    }

    .hf-catalog-filter {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1402;
        width: min(88vw, 355px);
        max-height: none;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        overscroll-behavior: contain;
        padding: 0 18px 26px;
        border: 0;
        border-radius: 0 20px 20px 0;
        box-shadow: 18px 0 50px rgba(39, 27, 54, .2);
        visibility: hidden;
        transform: translateX(-105%);
        transition: transform .22s ease, visibility .22s ease;
    }

    .hf-catalog-filter.is-open {
        visibility: visible;
        transform: translateX(0);
    }

    .hf-catalog-filter__mobile-head {
        order: 1;
        flex: 0 0 auto;
        position: sticky;
        top: 0;
        z-index: 2;
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 -18px 15px;
        padding: 0 18px;
        background: #fff;
        border-bottom: 1px solid var(--hf-line, #e7e1eb);
    }

    .hf-catalog-filter__mobile-head strong {
        font-size: 18px;
    }

    .hf-catalog-filter__mobile-head button {
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        padding: 0;
        color: var(--hf-purple, #68449a);
        background: #f6f3f8;
        border: 0;
        border-radius: 50%;
        font-size: 27px;
        line-height: 1;
        cursor: pointer;
    }

    .hf-catalog-filter__actions {
        order: 2;
        position: relative;
        z-index: 1404;
        width: auto !important;
        padding: 6px;
        margin: 0 -6px 12px;
        border-radius: 15px;
    }

    .hf-catalog-filter__form {
        order: 3;
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        padding: 0 4px 22px 0;
    }

    .hf-catalog-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1401;
        display: block;
        background: rgba(35, 25, 47, .48);
    }

    .hf-catalog-filter-backdrop[hidden] {
        display: none;
    }

    body.hf-catalog-filter-open {
        overflow: hidden;
    }

    .hf-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .hf-catalog-card {
        border-radius: 14px;
    }

    .hf-catalog-card:hover {
        transform: none;
    }

    .hf-catalog-card__image-link {
        padding: 0;
        touch-action: pan-y;
    }

    .hf-catalog-pilot .hf-catalog-card__image-link > img {
        top: 11px !important;
        right: 11px !important;
        bottom: 11px !important;
        left: 11px !important;
        width: calc(100% - 22px) !important;
        height: calc(100% - 22px) !important;
    }

    .hf-catalog-card__badges {
        top: 6px;
        left: 6px;
        gap: 3px;
    }

    .hf-catalog-badge {
        min-height: 19px;
        padding: 3px 6px;
        border-radius: 6px;
        font-size: 7px;
    }

    .hf-catalog-favorite {
        top: 5px;
        right: 5px;
        width: 31px;
        height: 31px;
    }

    .hf-catalog-favorite svg {
        width: 17px;
        height: 17px;
    }

    .hf-catalog-gallery-arrow {
        display: none !important;
    }

    .hf-catalog-gallery-dots {
        right: 8px;
        bottom: 2px;
        left: 8px;
        gap: 4px;
    }

    .hf-catalog-gallery-dots span {
        width: 6px;
        height: 6px;
        background: rgba(104, 68, 154, .38);
        box-shadow: 0 1px 4px rgba(255, 255, 255, .92);
    }

    .hf-catalog-gallery-dots span.is-active {
        width: 18px;
        background: var(--hf-purple, #68449a);
    }

    .hf-catalog-card__body {
        min-height: 250px;
        padding: 9px;
    }

    .hf-catalog-card__article {
        min-height: 13px;
        margin-bottom: 4px;
        font-size: 8px;
    }

    .hf-catalog-card__title {
        min-height: 50px;
        font-size: 11px;
        line-height: 1.45;
    }

    .hf-catalog-card__collection {
        min-height: 18px;
        padding: 3px 6px;
        margin-top: 5px;
        font-size: 8px;
    }

    .hf-catalog-card__prices {
        padding-top: 9px;
    }

    .hf-catalog-card__prices strong {
        font-size: 15px;
    }

    .hf-catalog-card__prices span {
        font-size: 9px;
    }

    .hf-catalog-card__in-basket {
        min-height: 25px;
        padding: 5px 6px;
        margin-top: 7px;
        font-size: 9px;
    }

    .hf-catalog-card__purchase {
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
        padding-top: 8px;
    }

    .hf-catalog-quantity {
        height: 33px;
        grid-template-columns: 30px minmax(30px, 1fr) 30px;
    }

    .hf-catalog-quantity input {
        font-size: 10px;
    }

    .hf-catalog-add {
        height: 34px;
        font-size: 10px;
    }

    .hf-catalog-card__message {
        min-height: 12px;
        padding-top: 3px;
        font-size: 8px;
    }

    .hf-catalog-loader {
        min-height: 76px;
    }

    .hf-catalog-pagination {
        padding-top: 16px;
    }

    .hf-catalog-pagination a,
    .hf-catalog-pagination .is-active {
        min-width: 35px;
        height: 35px;
        font-size: 12px;
    }
}

@media (max-width: 390px) {
    .hf-catalog-grid {
        gap: 8px;
    }

    .hf-catalog-card__body {
        min-height: 244px;
        padding: 8px;
    }

    .hf-catalog-sort select {
        max-width: 180px;
    }
}

@media (max-width: 767px) {
    .hf-catalog-back-to-top {
        right: 14px;
        bottom: 78px;
        width: 42px;
        height: 42px;
    }
}

.hf-catalog-quick-view {
    display: none;
}

.hf-quick-view[hidden] {
    display: none !important;
}

.hf-quick-view {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 24px;
}

.hf-quick-view__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(35, 26, 46, .58);
    backdrop-filter: blur(5px);
}

.hf-quick-view__dialog {
    position: relative;
    z-index: 1;
    width: min(1060px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(231, 225, 235, .98);
    border-radius: 25px;
    box-shadow: 0 30px 90px rgba(35, 26, 46, .3);
    outline: none;
}

.hf-quick-view__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 9;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0 0 3px;
    color: var(--hf-purple, #68449a);
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 50%;
    box-shadow: 0 7px 22px rgba(72, 48, 105, .15);
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition:
        color .15s ease,
        background .15s ease,
        transform .15s ease;
}

.hf-quick-view__close:hover,
.hf-quick-view__close:focus-visible {
    color: #fff;
    background: var(--hf-purple, #68449a);
    transform: rotate(4deg);
}

.hf-quick-view__content {
    max-height: calc(100vh - 48px);
    overflow: auto;
    scrollbar-width: thin;
}

.hf-quick-product {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(390px, .92fr) minmax(0, 1.08fr);
    gap: clamp(25px, 3.4vw, 48px);
    padding: 34px;
    background:
        radial-gradient(
            circle at 5% 5%,
            rgba(66, 185, 182, .09),
            transparent 30%
        ),
        linear-gradient(135deg, rgba(104, 68, 154, .035), transparent 52%),
        #fff;
}

.hf-quick-product__gallery {
    position: relative;
    min-width: 0;
    align-self: start;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(66, 185, 182, .105),
            transparent 32%
        ),
        #fff;
    border: 1px solid rgba(231, 225, 235, .95);
    border-radius: 21px;
}

.hf-quick-product__image {
    border-radius: inherit;
}

.hf-catalog-pilot .hf-quick-product__image > img {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
    width: calc(100% - 60px) !important;
    height: calc(100% - 60px) !important;
}

.hf-quick-product__gallery .hf-catalog-gallery-arrow {
    width: 39px;
    height: 39px;
    opacity: 1;
}

.hf-quick-product__gallery .hf-catalog-gallery-arrow--prev {
    left: 12px;
}

.hf-quick-product__gallery .hf-catalog-gallery-arrow--next {
    right: 12px;
}

.hf-quick-product__gallery .hf-catalog-gallery-dots {
    bottom: 13px;
}

.hf-quick-product__favorite {
    top: 13px;
    right: 13px;
    width: 41px;
    height: 41px;
}

.hf-quick-product__info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 5px 10px 2px 0;
}

.hf-quick-product__eyebrow {
    min-height: 27px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding-right: 50px;
    margin-bottom: 10px;
    color: var(--hf-muted, #787080);
    font-size: 12px;
    font-weight: 800;
}

.hf-quick-product__eyebrow strong {
    padding: 5px 9px;
    color: #237f7c;
    background: #e8f8f7;
    border: 1px solid rgba(66, 185, 182, .24);
    border-radius: 999px;
    font-size: 11px;
}

.hf-quick-product h2 {
    margin: 0 40px 12px 0;
    color: var(--hf-text, #342b3e);
    font-size: clamp(23px, 2.4vw, 32px);
    line-height: 1.18;
}

.hf-quick-product h2 a {
    color: inherit !important;
    text-decoration: none;
}

.hf-quick-product h2 a:hover {
    color: var(--hf-purple, #68449a) !important;
}

.hf-quick-product__preview {
    margin-bottom: 15px;
    color: var(--hf-muted, #787080);
    font-size: 14px;
    line-height: 1.55;
}

.hf-quick-product__characteristics {
    padding: 0;
    margin: 0 0 17px;
    border-top: 1px solid rgba(231, 225, 235, .8);
}

.hf-quick-product__characteristics > div {
    display: grid;
    grid-template-columns: minmax(130px, .8fr) minmax(0, 1.2fr);
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(231, 225, 235, .72);
}

.hf-quick-product__characteristics dt,
.hf-quick-product__characteristics dd {
    min-width: 0;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.38;
}

.hf-quick-product__characteristics dt {
    color: var(--hf-muted, #787080);
}

.hf-quick-product__characteristics dd {
    overflow-wrap: anywhere;
    color: var(--hf-text, #342b3e);
    font-weight: 750;
}

.hf-quick-product .hf-product-barcode-values {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.hf-quick-product .hf-product-barcode-values > span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.hf-quick-product__buybox {
    padding: 18px;
    margin-top: auto;
    background:
        linear-gradient(
            135deg,
            rgba(104, 68, 154, .055),
            rgba(66, 185, 182, .07)
        ),
        #fff;
    border: 1px solid var(--hf-line, #e7e1eb);
    border-radius: 18px;
}

.hf-quick-product__price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 11px;
}

.hf-quick-product__price > div {
    min-width: 0;
}

.hf-quick-product__price strong {
    display: block;
    color: var(--hf-purple, #68449a);
    font-size: 27px;
    line-height: 1.05;
}

.hf-quick-product__price div > span {
    display: block;
    margin-top: 6px;
    color: var(--hf-muted, #787080);
    font-size: 12px;
}

.hf-quick-product .hf-product-stock {
    flex: 0 0 auto;
    padding: 6px 9px;
    color: #9a5353;
    background: #fff0f0;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.hf-quick-product .hf-product-stock.is-available {
    color: #237f61;
    background: #eaf8f2;
}

.hf-quick-product .hf-catalog-card__in-basket {
    min-height: 19px;
    margin: 0 0 10px;
}

.hf-quick-product__purchase {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr);
    gap: 14px;
    align-items: start;
}

.hf-quick-product__quantity-wrap {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(98px, 1fr);
    gap: 5px 10px;
    align-items: center;
}

.hf-quick-product__quantity-wrap > span {
    color: var(--hf-text, #342b3e);
    font-size: 12px;
    font-weight: 800;
}

.hf-quick-product__quantity-wrap small {
    grid-column: 1 / -1;
    color: var(--hf-muted, #787080);
    font-size: 10px;
}

.hf-quick-product__purchase .hf-catalog-add {
    height: 38px;
    min-height: 38px;
}

.hf-quick-product .hf-catalog-card__message {
    min-height: 17px;
    padding-top: 7px;
    margin: 0;
}

.hf-quick-product__details {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: var(--hf-purple, #68449a) !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.hf-quick-product__details span {
    font-size: 18px;
    transition: transform .15s ease;
}

.hf-quick-product__details:hover span {
    transform: translateX(3px);
}

.hf-quick-view__loading,
.hf-quick-view__error {
    min-height: 510px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 40px;
    color: var(--hf-muted, #787080);
    text-align: center;
}

.hf-quick-view__loading {
    flex-direction: row;
    flex-wrap: wrap;
}

.hf-quick-view__loading span {
    width: 9px;
    height: 9px;
    background: var(--hf-purple, #68449a);
    border-radius: 50%;
    animation: hfQuickViewPulse .9s infinite alternate;
}

.hf-quick-view__loading span:nth-child(2) {
    animation-delay: .16s;
}

.hf-quick-view__loading span:nth-child(3) {
    animation-delay: .32s;
}

.hf-quick-view__loading strong {
    flex-basis: 100%;
    color: var(--hf-text, #342b3e);
    font-size: 14px;
}

.hf-quick-view__error strong {
    color: var(--hf-text, #342b3e);
    font-size: 18px;
}

.hf-quick-view__error span {
    font-size: 13px;
}

body.hf-quick-view-open {
    overflow: hidden;
}

@keyframes hfQuickViewPulse {
    from {
        opacity: .3;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(-5px);
    }
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
    .hf-catalog-quick-view {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 6;
        min-height: 37px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 8px 13px;
        color: #fff;
        white-space: nowrap;
        background: rgba(75, 47, 112, .92);
        border: 0;
        border-radius: 999px;
        box-shadow: 0 9px 25px rgba(45, 30, 65, .25);
        opacity: 0;
        cursor: pointer;
        pointer-events: none;
        transform: translate(-50%, calc(-50% + 8px));
        transition:
            opacity .16s ease,
            background .16s ease,
            transform .16s ease;
    }

    .hf-catalog-quick-view svg {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
    }

    .hf-catalog-card:hover .hf-catalog-quick-view,
    .hf-catalog-quick-view:focus-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%);
    }

    .hf-catalog-quick-view:hover,
    .hf-catalog-quick-view:focus-visible {
        background: var(--hf-purple, #68449a);
        outline: none;
    }
}

@media (max-width: 1180px) and (min-width: 1025px) {
    .hf-quick-product {
        grid-template-columns: minmax(350px, .9fr) minmax(0, 1.1fr);
        gap: 28px;
        padding: 29px;
    }

    .hf-quick-product__characteristics > div:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 1024px), (hover: none), (pointer: coarse) {
    .hf-catalog-quick-view,
    .hf-quick-view {
        display: none !important;
    }
}

/* End */
/* /local/components/holidayformula/catalog.section/templates/.default/style.css?178646779642622 */
