/*
 * Global shop block styles.
 *
 * This file is loaded by the shop layout after Bagisto/Vite, stacked styles,
 * and admin custom CSS. Put block CSS here when it needs the final cascade word.
 */

:root {
    --shop-block-font-family: Montserrat, Arial, sans-serif;
    --shop-block-dark-bg: #131313;
    --shop-block-light-bg: #ffffff;
    --shop-block-dark-text: #111111;
    --shop-block-black: #181818;
    --shop-block-light-text: #ffffff;
    --shop-block-muted-light-text: #f4f4f4;
    --shop-block-card-bg: #242424;
    --shop-block-table-bg: #232323;
    --shop-block-table-alt-bg: #1b1b1b;
    --shop-block-primary: #0b84f3;
    --shop-block-primary-hover: #0074df;
    --shop-block-pill-radius: 999px;
    --shop-block-cta-min-width: 122px;
    --shop-block-cta-min-height: 40px;
    --shop-block-cta-padding: 8px 24px;
    --shop-block-cta-font-size: 14px;
    --shop-block-cta-mobile-min-width: 72px;
    --shop-block-cta-mobile-min-height: 30px;
    --shop-block-cta-mobile-padding: 6px 12px;
    --shop-block-cta-mobile-font-size: 11px;
    --shop-block-section-padding-y: 96px;
    --shop-block-section-mobile-padding-y: 64px;
}

html body .text-black,
html body .shop-block-text-black,
html body [class~="text-black"],
html body [class~="!text-black"],
html body [class~="[&>*]:text-black"] > * {
    color: var(--shop-block-black) !important;
}

html body [class~="hover:text-black"]:hover,
html body [class~="focus:text-black"]:focus,
html body [class~="focus:text-black"]:focus-visible {
    color: var(--shop-block-black) !important;
}

html body .ring-black,
html body .shop-block-ring-black,
html body [class~="ring-black"] {
    --tw-ring-color: var(--shop-block-black) !important;
}

html body [class~="focus:ring-black"]:focus,
html body [class~="focus:ring-black"]:focus-visible {
    --tw-ring-color: var(--shop-block-black) !important;
}

@media (max-width: 767px) {
    html body [class~="max-md:text-black"] {
        color: var(--shop-block-black) !important;
    }
}

html body .cf-shop-header {
    background-color: rgba(19, 19, 19, .74) !important;
    -webkit-backdrop-filter: blur(8px) saturate(120%) !important;
    backdrop-filter: blur(8px) saturate(120%) !important;
    z-index: 1000 !important;
    isolation: isolate !important;
}

html body .cf-shop-header__loading-bar,
html body .cf-shop-header__desktop-bar,
html body .cf-shop-header__mobile-bar {
    background-color: rgba(19, 19, 19, .74) !important;
}

html body .cf-shop-header__desktop-nav {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
}

html body .cf-shop-header__desktop-actions {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
}

html body .paturi-category-menu__scroll {
    justify-content: flex-start !important;
    max-width: 100% !important;
    cursor: grab !important;
    overscroll-behavior-x: contain !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    touch-action: pan-x pan-y !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
}

html body .paturi-category-menu__scroll::-webkit-scrollbar {
    display: none !important;
}

html body .paturi-category-menu__scroll.is-dragging {
    cursor: grabbing !important;
    scroll-behavior: auto !important;
}

html body .paturi-category-menu__items {
    gap: 30px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 30px 30px 0 !important;
}

html body .paturi-category-menu__button {
    padding-bottom: 22px !important;
    font-size: 24px !important;
    scroll-snap-align: center !important;
    user-select: none !important;
}

html body .paturi-category-submenu {
    position: sticky !important;
    top: 125px !important;
    z-index: 79 !important;
    display: block !important;
    background: #efefef !important;
    border-bottom: 1px solid #d7d7d7 !important;
    font-family: var(--shop-block-font-family) !important;
}

html body .paturi-category-submenu[hidden] {
    display: none !important;
}

html body .paturi-category-submenu__scroll {
    display: flex !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    cursor: grab !important;
    overscroll-behavior-x: contain !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    touch-action: pan-x pan-y !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
}

html body .paturi-category-submenu__scroll::-webkit-scrollbar {
    display: none !important;
}

html body .paturi-category-submenu__scroll.is-dragging {
    cursor: grabbing !important;
    scroll-behavior: auto !important;
}

html body .paturi-category-submenu__items {
    display: flex !important;
    min-width: max-content !important;
    align-items: center !important;
    gap: 30px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 14px 28px !important;
}

html body .paturi-category-submenu__button {
    display: inline-flex !important;
    min-height: 32px !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 0 0 auto !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #181818 !important;
    cursor: pointer !important;
    font: inherit !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    padding: 8px 14px !important;
    scroll-snap-align: center !important;
    user-select: none !important;
    white-space: nowrap !important;
}

html body .paturi-category-submenu__button--active {
    background: #e9ecf8 !important;
    font-weight: 700 !important;
}

html body .paturi-category-submenu__dot {
    display: none !important;
    width: 7px !important;
    height: 7px !important;
    flex: 0 0 auto !important;
    border-radius: 999px !important;
    background: currentColor !important;
}

html body .paturi-category-submenu__button--active .paturi-category-submenu__dot {
    display: block !important;
}

html body .idei-pentru-interior__tabs {
    position: static !important;
    top: auto !important;
    z-index: auto !important;
    pointer-events: auto !important;
}

html body .idei-pentru-interior__tabs-scroll,
html body .idei-pentru-interior [data-idei-tab-button] {
    pointer-events: auto !important;
}

html body .idei-pentru-interior.recommended-products {
    background: var(--shop-block-dark-bg) !important;
    color: var(--shop-block-light-text) !important;
}

html body .idei-pentru-interior .idei-pentru-interior__inner {
    width: min(1180px, calc(100% - 52px)) !important;
    margin: 0 auto !important;
}

html body .idei-pentru-interior .paturi-category-submenu {
    position: static !important;
    top: auto !important;
    z-index: auto !important;
    display: block !important;
    margin: 0 0 24px !important;
    background: transparent !important;
    border-bottom: 0 !important;
}

html body .idei-pentru-interior .paturi-category-submenu__items {
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    gap: 16px !important;
}

html body .idei-pentru-interior .paturi-category-submenu__scroll {
    overflow-x: auto !important;
    overscroll-behavior-x: contain !important;
    scroll-behavior: smooth !important;
    touch-action: pan-x !important;
}

html body .idei-pentru-interior .paturi-category-submenu__button {
    color: var(--shop-block-light-text) !important;
    font-size: 14px !important;
}

html body .idei-pentru-interior .paturi-category-submenu__button--active {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

html body .idei-pentru-interior .paturi-category-submenu__dot {
    background: currentColor !important;
}

html body .idei-pentru-interior .poze-clienti-paturi {
    display: block !important;
    background: transparent !important;
    color: var(--shop-block-light-text) !important;
}

html body .idei-pentru-interior .poze-clienti-paturi,
html body .idei-pentru-interior .poze-clienti-paturi * {
    box-sizing: border-box !important;
}

html body .idei-pentru-interior .poze-clienti-paturi .poze-clienti-paturi__inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html body .idei-pentru-interior .poze-clienti-paturi .poze-clienti-paturi__track {
    padding: 0 !important;
}

html body .idei-pentru-interior .poze-clienti-paturi .poze-clienti-paturi__slide {
    border-radius: 0 !important;
}

html body .idei-pentru-interior .poze-clienti-paturi .poze-clienti-paturi__nav {
    background: rgba(255, 255, 255, 0.14) !important;
    color: var(--shop-block-light-text) !important;
}

html body .idei-pentru-interior .poze-clienti-paturi .poze-clienti-paturi__nav:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

html body .idei-pentru-interior .poze-clienti-paturi__track.is-dragging {
    cursor: grabbing !important;
}

html body .idei-pentru-interior .poze-clienti-paturi__image {
    border-radius: 0 !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    html body .idei-pentru-interior .poze-clienti-paturi .poze-clienti-paturi__track {
        gap: 16px !important;
        padding: 0 !important;
    }

    html body .idei-pentru-interior .poze-clienti-paturi .poze-clienti-paturi__slide {
        flex-basis: calc((100% - 16px) / 2.25) !important;
    }
}

@media (min-width: 1200px) {
    html body .idei-pentru-interior .idei-pentru-interior__inner {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    html body .idei-pentru-interior .poze-clienti-paturi .poze-clienti-paturi__track {
        gap: 16px !important;
        padding: 0 !important;
    }

    html body .idei-pentru-interior .poze-clienti-paturi .poze-clienti-paturi__slide {
        flex-basis: calc((100% - 48px) / 4) !important;
    }
}

html body .paturi-category-products__more {
    display: flex !important;
    justify-content: center !important;
    margin-top: 32px !important;
}

html body .paturi-category-products__more[hidden] {
    display: none !important;
}

html body .paturi-category-products__more-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    color: var(--shop-block-dark-text) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

html body .paturi-category-products__more-link:hover,
html body .paturi-category-products__more-link:focus-visible {
    color: var(--shop-block-dark-text) !important;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
}

html body .paturi-category-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

html body .paturi-product-card {
    border-radius: 0 !important;
    background: transparent !important;
}

html body .paturi-product-card__media {
    position: relative !important;
    display: grid !important;
    min-height: 300px !important;
    aspect-ratio: 4 / 3 !important;
    place-items: center !important;
    overflow: hidden !important;
    background: transparent !important;
}

html body .paturi-product-card__media .paturi-product-card__name {
    position: absolute !important;
    top: 16px !important;
    right: 14px !important;
    left: 14px !important;
    margin: 0 !important;
    color: #111 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: clamp(32px, 2.4vw, 48px) !important;
    font-weight: 700 !important;
    letter-spacing: .01em !important;
    line-height: .98 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

@media (max-width: 1279px) {
    html body .paturi-category-products__grid {
        grid-template-columns: 1fr !important;
    }
}

html body .paturi-product-card__media .paturi-product-card__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: none !important;
}

html body .paturi-product-card__body,
html body .paturi-product-card__price {
    display: none !important;
}

@media (max-width: 1023px) {
    html body .paturi-category-menu__items {
        gap: 24px !important;
        padding: 24px 20px 0 !important;
    }

    html body .paturi-category-menu__button {
        padding-bottom: 18px !important;
        font-size: 20px !important;
    }

    html body .paturi-category-submenu__items {
        justify-content: flex-start !important;
        gap: 22px !important;
        padding: 12px 20px !important;
    }

    html body .paturi-category-submenu {
        top: 110px !important;
    }

    html body .paturi-category-submenu__button {
        min-height: 30px !important;
        padding: 7px 12px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 640px) {
    html body .paturi-category-menu__items {
        gap: 20px !important;
        padding: 18px 16px 0 !important;
    }

    html body .paturi-category-menu__button {
        padding-bottom: 15px !important;
        font-size: 18px !important;
    }

    html body .paturi-category-submenu__items {
        gap: 18px !important;
        padding: 10px 16px !important;
    }

    html body .paturi-category-submenu {
        top: 99px !important;
    }

    html body .paturi-category-submenu__button {
        min-height: 28px !important;
        gap: 9px !important;
        padding: 6px 10px !important;
        font-size: 11px !important;
    }

    html body .paturi-category-submenu__dot {
        width: 6px !important;
        height: 6px !important;
    }

    html body .paturi-category-products__more {
        margin-top: 24px !important;
    }

    html body .paturi-category-products__more-link {
        gap: 8px !important;
        font-size: 16px !important;
    }

    html body .paturi-category-products__grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    html body .paturi-product-card__media {
        min-height: 230px !important;
    }

    html body .paturi-product-card__media .paturi-product-card__name {
        top: 14px !important;
        font-size: clamp(28px, 8.2vw, 36px) !important;
    }
}

@media (max-width: 1279px) {
    html body .paturi-category-products__grid > .paturi-product-card:not(:last-child) {
        position: relative !important;
        margin-bottom: 14px !important;
        padding-bottom: 16px !important;
    }

    html body .paturi-category-products__grid > .paturi-product-card:not(:last-child)::after {
        position: absolute !important;
        bottom: 0 !important;
        left: 50% !important;
        width: 80% !important;
        border-bottom: 1px solid rgba(211, 211, 211, 0.65) !important;
        content: "" !important;
        transform: translateX(-50%) !important;
    }
}

html body .paturi-fullwidth-video {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
}

html body .paturi-fullwidth-video,
html body .paturi-fullwidth-video * {
    box-sizing: border-box !important;
}

html body .paturi-home-fullwidth-slider {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    background: #131313 !important;
    touch-action: pan-y !important;
    isolation: isolate !important;
}

html body .paturi-home-fullwidth-slider,
html body .paturi-home-fullwidth-slider * {
    box-sizing: border-box !important;
}

html body .paturi-home-fullwidth-slider__track {
    display: flex !important;
    width: 100% !important;
    overflow: visible !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    cursor: grab !important;
    touch-action: pan-y !important;
    user-select: none !important;
    will-change: transform !important;
}

html body .paturi-home-fullwidth-slider__track::-webkit-scrollbar {
    display: none !important;
}

html body .paturi-home-fullwidth-slider__track.is-dragging {
    cursor: grabbing !important;
}

html body .paturi-home-fullwidth-slider.is-dragging .paturi-home-fullwidth-slider__track {
    cursor: grabbing !important;
}

html body .paturi-home-fullwidth-slider__slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
}

html body .paturi-home-fullwidth-slider__picture,
html body .paturi-home-fullwidth-slider__image {
    display: block !important;
    width: 100% !important;
}

html body .paturi-home-fullwidth-slider__image {
    aspect-ratio: 12 / 5 !important;
    height: auto !important;
    object-fit: cover !important;
    -webkit-user-drag: none !important;
    user-select: none !important;
}

html body .paturi-home-fullwidth-slider__fallback {
    display: grid !important;
    width: 100% !important;
    aspect-ratio: 12 / 5 !important;
    place-items: center !important;
    background: #131313 !important;
}

html body .paturi-home-fullwidth-slider__fallback-logo {
    display: block !important;
    width: min(220px, 42vw) !important;
    max-height: 90px !important;
    object-fit: contain !important;
}

html body .paturi-home-fullwidth-slider__arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 2 !important;
    display: inline-flex !important;
    width: 48px !important;
    height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-size: 28px !important;
    line-height: 1 !important;
    opacity: .7 !important;
    transform: translateY(-50%) !important;
    transition: opacity .2s ease !important;
}

html body .paturi-home-fullwidth-slider__arrow:hover,
html body .paturi-home-fullwidth-slider__arrow:focus-visible {
    background: transparent !important;
    color: #ffffff !important;
    opacity: 1 !important;
    outline: 0 !important;
}

html body .paturi-home-fullwidth-slider__arrow--prev {
    left: 24px !important;
}

html body .paturi-home-fullwidth-slider__arrow--next {
    right: 24px !important;
}

@media (max-width: 767px) {
    html body .paturi-home-fullwidth-slider__image,
    html body .paturi-home-fullwidth-slider__fallback {
        aspect-ratio: 4 / 5 !important;
    }

    html body .paturi-home-fullwidth-slider__fallback-logo {
        width: min(180px, 48vw) !important;
        max-height: 74px !important;
    }

    html body .paturi-home-fullwidth-slider__arrow {
        width: 42px !important;
        height: 64px !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #ffffff !important;
        font-size: 42px !important;
    }

    html body .paturi-home-fullwidth-slider__arrow:hover,
    html body .paturi-home-fullwidth-slider__arrow:focus-visible {
        background: transparent !important;
    }

    html body .paturi-home-fullwidth-slider__arrow--prev {
        left: 2px !important;
    }

    html body .paturi-home-fullwidth-slider__arrow--next {
        right: 2px !important;
    }
}

html body .paturi-bed-hero {
    position: relative !important;
    display: block !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background-color: var(--shop-block-dark-bg) !important;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, .055) 0%, rgba(255, 255, 255, .04) 18%, rgba(255, 255, 255, .018) 42%, transparent 72%),
        radial-gradient(circle, rgba(255, 255, 255, .045) 0%, rgba(255, 255, 255, .032) 20%, rgba(255, 255, 255, .015) 46%, transparent 74%),
        radial-gradient(circle, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .036) 18%, rgba(255, 255, 255, .016) 44%, transparent 72%),
        radial-gradient(circle, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, .028) 22%, rgba(255, 255, 255, .014) 48%, transparent 76%) !important;
    background-position: 12% 110%, 38% 118%, 67% 112%, 88% 124%;
    background-repeat: no-repeat !important;
    background-size: 240px 240px, 310px 310px, 270px 270px, 350px 350px !important;
    animation: paturi-bed-hero-background-particles 16s infinite linear !important;
    color: var(--shop-block-muted-light-text) !important;
    font-family: var(--shop-block-font-family) !important;
}

html body .paturi-bed-hero,
html body .paturi-bed-hero * {
    box-sizing: border-box !important;
}

html body .paturi-bed-hero--static-background {
    animation: none !important;
    background-image: none !important;
    background-position: 0 0 !important;
    background-size: auto !important;
}

html body .paturi-bed-hero.paturi-bed-hero--static-background .paturi-bed-hero__particle-layer {
    display: none !important;
}

html body .paturi-bed-hero .paturi-bed-hero__particle-layer {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    display: block !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

html body .paturi-bed-hero .paturi-bed-hero__particle {
    position: absolute !important;
    bottom: -20px !important;
    left: var(--paturi-bed-hero-particle-left, 50%) !important;
    display: block !important;
    width: var(--paturi-bed-hero-particle-size, 5px) !important;
    height: var(--paturi-bed-hero-particle-size, 5px) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .025) !important;
    opacity: 0;
    filter: blur(22px) !important;
    transform: translate3d(0, 0, 0) scale(var(--paturi-bed-hero-particle-scale, 1));
    box-shadow:
        0 0 64px 38px rgba(255, 255, 255, .045),
        0 0 132px 72px rgba(255, 255, 255, .026),
        0 0 220px 118px rgba(255, 255, 255, .014) !important;
    animation: paturi-bed-hero-particle-rise var(--paturi-bed-hero-particle-duration, 14s) infinite linear !important;
    animation-delay: var(--paturi-bed-hero-particle-delay, 0s) !important;
    will-change: transform, opacity !important;
}

html body .paturi-bed-hero .paturi-bed-hero__inner {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    width: min(1180px, calc(100% - 32px)) !important;
    margin: 0 auto !important;
    padding: 52px 0 12px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    align-items: start !important;
}

html body .paturi-bed-hero .paturi-bed-hero__copy {
    position: absolute !important;
    top: clamp(6px, calc(8vw - 70px), 56px) !important;
    left: 50% !important;
    z-index: 1 !important;
    width: 218vw !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
}

html body .paturi-bed-hero .paturi-bed-hero__title {
    display: block !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
    color: var(--shop-block-light-text) !important;
    filter: blur(0) !important;
    font-size: 34vw !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: .74 !important;
    opacity: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transform: translateY(0) scale(1) !important;
    white-space: nowrap !important;
    will-change: filter, opacity, transform !important;
}

html body .paturi-bed-hero .paturi-bed-hero__title-svg {
    display: block !important;
    width: 100% !important;
    height: .78em !important;
    overflow: visible !important;
}

html body .paturi-bed-hero .paturi-bed-hero__title-text {
    fill: var(--shop-block-light-text) !important;
    font-family: Montserrat, "Montserrat Bold", Arial, sans-serif !important;
    font-size: 148px !important;
    font-weight: 700 !important;
    text-anchor: middle !important;
    text-transform: uppercase !important;
    dominant-baseline: central !important;
}

html body .paturi-bed-hero .paturi-bed-hero__title-letter {
    filter: blur(18px);
    opacity: 0;
    transform: translateY(16px);
    transform-box: fill-box;
    transform-origin: center !important;
    will-change: filter, opacity, transform !important;
}

html body .paturi-bed-hero.is-bed-hero-title-active .paturi-bed-hero__title-letter {
    animation: paturi-bed-hero-title-letter-reveal 1.45s var(--paturi-bed-hero-letter-delay, .15s) cubic-bezier(.22, 1, .36, 1) both !important;
}

html body .paturi-bed-hero .paturi-bed-hero__image-wrap {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    padding-top: 12vw !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

html body .paturi-bed-hero .paturi-bed-hero__image {
    display: block !important;
    width: 56vw !important;
    max-width: none !important;
    max-height: none !important;
    margin-top: -8vw !important;
    object-fit: contain !important;
}

html body .paturi-bed-hero .paturi-bed-hero__sizes {
    margin: 0 0 34px !important;
    color: rgba(255, 255, 255, .35) !important;
    font-size: clamp(14px, 1.5vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 1.16 !important;
    text-align: center !important;
}

html body .paturi-bed-hero .paturi-bed-hero__options {
    position: relative !important;
    z-index: 30 !important;
    display: block !important;
    width: min(450px, calc(100% - 32px)) !important;
    max-width: 450px !important;
    margin: 0 auto !important;
    padding: 0 0 28px !important;
    background: transparent !important;
}

html body .paturi-bed-hero .paturi-bed-hero__options > * {
    margin-top: 0 !important;
    background: transparent !important;
}

html body .paturi-product-size-dropdown {
    position: relative !important;
    z-index: 30 !important;
    display: block !important;
    width: min(450px, calc(100% - 32px)) !important;
    max-width: 450px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    color: var(--shop-block-light-text) !important;
    font-family: var(--shop-block-font-family) !important;
}

html body .paturi-product-size-dropdown,
html body .paturi-product-size-dropdown * {
    box-sizing: border-box !important;
}

html body .paturi-product-size-dropdown__label {
    display: block !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: var(--shop-block-light-text) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}

html body .paturi-product-size-dropdown__field {
    position: relative !important;
    z-index: 31 !important;
    display: block !important;
    width: 100% !important;
}

html body .paturi-product-size-dropdown__toggle {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 8px 44px 8px 16px !important;
    border: 2px solid #484848 !important;
    border-radius: 6px 6px 0 0 !important;
    background: #111 !important;
    color: var(--shop-block-light-text) !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    transition: border-color .2s ease, background .2s ease !important;
}

html body .paturi-product-size-dropdown__toggle::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 7px solid rgba(255, 255, 255, .86) !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
    pointer-events: none !important;
    transform: translateY(-35%) !important;
}

html body .paturi-product-size-dropdown__toggle:hover,
html body .paturi-product-size-dropdown__toggle:focus-visible {
    border-color: #6a6a6a !important;
    background: #151515 !important;
    outline: 0 !important;
}

html body .paturi-product-size-dropdown__selected {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body .paturi-product-size-dropdown__price {
    flex-shrink: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

html body .paturi-product-size-dropdown__menu {
    position: absolute !important;
    top: calc(100% + 4px) !important;
    left: 0 !important;
    z-index: 40 !important;
    display: grid;
    width: 100% !important;
    max-height: 256px !important;
    overflow: auto !important;
    padding: 4px 0 !important;
    border: 2px solid #484848 !important;
    border-radius: 6px !important;
    background: #111 !important;
    box-shadow: none !important;
}

html body .paturi-product-size-dropdown__option {
    display: flex !important;
    width: 100% !important;
    min-height: 40px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 8px 16px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--shop-block-light-text) !important;
    cursor: pointer !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    transition: background .2s ease !important;
}

html body .paturi-product-size-dropdown__option:hover,
html body .paturi-product-size-dropdown__option:focus-visible,
html body .paturi-product-size-dropdown__option--selected {
    background: #222 !important;
    outline: 0 !important;
}

html body .paturi-product-size-dropdown__option--selected,
html body .paturi-product-size-dropdown__option-price {
    font-weight: 600 !important;
}

html body .paturi-product-size-dropdown__hint {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    min-height: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 4px 14px !important;
    border: 2px solid #484848 !important;
    border-top: 0 !important;
    border-radius: 0 0 5px 5px !important;
    background: rgba(255, 255, 255, .72) !important;
    color: rgba(17, 17, 17, .74) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

html body .paturi-product-size-dropdown__submit {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    min-height: 44px !important;
    margin: 18px 0 0 !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 8px 16px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: linear-gradient(90deg, #1677e5 0%, #2488f3 48%, #48a9ff 100%) !important;
    background-position: 0 50% !important;
    background-size: 190% 100% !important;
    box-shadow: none !important;
    color: var(--shop-block-light-text) !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: .025em !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transition: background-position .85s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease, filter .35s ease !important;
}

html body .paturi-product-size-dropdown__submit::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent) !important;
    pointer-events: none !important;
    transition: left .7s ease !important;
}

html body .paturi-product-size-dropdown__submit:hover,
html body .paturi-product-size-dropdown__submit:focus-visible {
    background-position: 100% 50% !important;
    box-shadow: none !important;
    filter: brightness(1.06) !important;
    outline: 0 !important;
}

html body .paturi-product-size-dropdown__submit:hover::before,
html body .paturi-product-size-dropdown__submit:focus-visible::before {
    left: 100% !important;
}

html body .paturi-product-size-dropdown__submit:active {
    transform: translateY(0) !important;
}

html body .paturi-product-size-dropdown__submit-text {
    position: relative !important;
    z-index: 2 !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: min(450px, calc(100% - 32px)) !important;
    max-width: 450px !important;
    margin: 0 auto !important;
    padding: 0 0 52px !important;
    clear: both !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-title {
    display: flex !important;
    position: relative !important;
    width: max-content !important;
    max-width: 100% !important;
    min-height: 34px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--shop-block-light-text) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-heading {
    position: relative !important;
    display: inline-flex !important;
    min-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    padding: 0 24px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--shop-block-light-text) !important;
    font: inherit !important;
    letter-spacing: 0 !important;
    line-height: inherit !important;
    text-align: center !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-heading::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 7px solid currentColor !important;
    transform: translateY(-35%) !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-panel {
    display: block !important;
    width: 100% !important;
    padding-top: 12px !important;
    padding-bottom: 6px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-table {
    display: table !important;
    width: 100% !important;
    max-width: 450px !important;
    margin: 0 auto !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 7px !important;
    table-layout: fixed !important;
    background: transparent !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-table tbody {
    display: table-row-group !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-table tr {
    display: table-row !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-table th,
html body .paturi-bed-hero .paturi-bed-hero__specs-table td {
    display: table-cell !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 11px !important;
    border: 0 !important;
    background: var(--shop-block-table-bg) !important;
    color: var(--shop-block-light-text) !important;
    font-family: var(--shop-block-font-family) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
    vertical-align: middle !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-table th {
    width: 68% !important;
    border-radius: 6px 0 0 6px !important;
    text-align: left !important;
    white-space: normal !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-table td {
    width: 32% !important;
    border-radius: 0 6px 6px 0 !important;
    text-align: right !important;
    white-space: nowrap !important;
}

html body .paturi-bed-hero .paturi-bed-hero__specs-table tr:nth-child(even) th,
html body .paturi-bed-hero .paturi-bed-hero__specs-table tr:nth-child(even) td {
    background: var(--shop-block-table-alt-bg) !important;
}

@media (max-width: 767px) {
    html body .paturi-bed-hero .paturi-bed-hero__inner {
        width: min(100%, calc(100% - 24px)) !important;
        padding: 34px 0 10px !important;
    }

    html body .paturi-bed-hero .paturi-bed-hero__copy {
        top: clamp(10px, calc(15vw - 40px), 52px) !important;
        width: 238vw !important;
    }

    html body .paturi-bed-hero .paturi-bed-hero__title {
        font-size: clamp(116px, 46vw, 340px) !important;
    }

    html body .paturi-bed-hero .paturi-bed-hero__image-wrap {
        width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        padding-top: clamp(78px, 20vw, 118px) !important;
    }

    html body .paturi-bed-hero .paturi-bed-hero__image {
        width: 100% !important;
        max-width: 100vw !important;
        margin-top: clamp(-86px, -12vw, -42px) !important;
    }

    html body .paturi-bed-hero .paturi-bed-hero__sizes {
        margin-bottom: 26px !important;
    }

    html body .paturi-bed-hero .paturi-bed-hero__options {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
        padding-bottom: 24px !important;
    }

    html body .paturi-product-size-dropdown {
        width: 100% !important;
        max-width: 100% !important;
    }

    html body .paturi-product-size-dropdown__label {
        font-size: 20px !important;
    }

    html body .paturi-product-size-dropdown__submit {
        min-height: 44px !important;
        font-size: 18px !important;
    }

    html body .paturi-bed-hero .paturi-bed-hero__specs {
        width: 95% !important;
        padding: 0 0 40px !important;
    }

    html body .paturi-bed-hero .paturi-bed-hero__specs-title {
        min-height: 38px !important;
        font-size: 16px !important;
    }

    html body .paturi-bed-hero .paturi-bed-hero__specs-table th,
    html body .paturi-bed-hero .paturi-bed-hero__specs-table td {
        padding: 10px 9px !important;
        font-size: 13px !important;
    }

}

@keyframes paturi-bed-hero-particle-rise {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(var(--paturi-bed-hero-particle-scale, 1));
    }

    20% {
        opacity: .07;
    }

    70% {
        opacity: .04;
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -110vh, 0) scale(var(--paturi-bed-hero-particle-scale, 1));
    }
}

@keyframes paturi-bed-hero-title-letter-reveal {
    0% {
        filter: blur(18px);
        opacity: 0;
        transform: translateY(16px);
    }

    100% {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes paturi-bed-hero-background-particles {
    0% {
        background-position: 12% 110%, 38% 118%, 67% 112%, 88% 124%;
    }

    25% {
        background-position: 12% 72%, 38% 86%, 67% 64%, 88% 92%;
    }

    50% {
        background-position: 12% 34%, 38% 48%, 67% 26%, 88% 54%;
    }

    75% {
        background-position: 12% -4%, 38% 10%, 67% -12%, 88% 16%;
    }

    100% {
        background-position: 12% -42%, 38% -28%, 67% -50%, 88% -22%;
    }
}

html body .poze-clienti-paturi {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    background: var(--shop-block-light-bg) !important;
    color: var(--shop-block-black) !important;
    font-family: var(--shop-block-font-family) !important;
}

html body .poze-clienti-paturi,
html body .poze-clienti-paturi * {
    box-sizing: border-box !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: var(--shop-block-section-padding-y) 0 !important;
    overflow: hidden !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__title {
    width: min(1080px, calc(100% - 36px)) !important;
    margin: 0 auto 40px !important;
    padding: 0 !important;
    color: var(--shop-block-black) !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    text-align: center !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__viewport {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__track {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 24px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 64px !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    touch-action: pan-x !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__track::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__slide {
    display: block !important;
    flex: 0 0 26% !important;
    min-width: 0 !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: var(--shop-block-muted-light-text) !important;
    cursor: pointer !important;
    scroll-snap-align: start !important;
    user-select: none !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    user-select: none !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__nav {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 2 !important;
    display: flex !important;
    width: 48px !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .86) !important;
    color: var(--shop-block-black) !important;
    font-size: 28px !important;
    line-height: 1 !important;
    transform: none !important;
    transition: background .2s ease !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__nav:hover {
    background: var(--shop-block-light-bg) !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__nav--prev {
    left: 0 !important;
}

html body .poze-clienti-paturi .poze-clienti-paturi__nav--next {
    right: 0 !important;
}

@media (max-width: 767px) {
    html body .poze-clienti-paturi .poze-clienti-paturi__inner {
        padding: var(--shop-block-section-mobile-padding-y) 0 !important;
    }

    html body .poze-clienti-paturi .poze-clienti-paturi__title {
        width: auto !important;
        margin: 0 20px 26px !important;
        font-size: 18px !important;
    }

    html body .poze-clienti-paturi .poze-clienti-paturi__track {
        gap: 16px !important;
        padding: 0 20px !important;
    }

    html body .poze-clienti-paturi .poze-clienti-paturi__slide {
        flex-basis: calc((100% - 44px) / 1.12) !important;
        aspect-ratio: 1 / 1 !important;
    }

    html body .poze-clienti-paturi .poze-clienti-paturi__nav {
        display: none !important;
    }
}

.paturi-product-gallery-thumbnails {
    margin-bottom: 32px !important;
}

.saltele-product-gallery-thumbnails {
    margin-bottom: 32px !important;
}

.saltele-product-gallery-thumbnail {
    aspect-ratio: 1 / 1 !important;
}

.paturi-product-gallery-preview,
.saltele-product-gallery-preview {
    cursor: grab;
    touch-action: pan-y;
}

.paturi-product-gallery-preview:active,
.saltele-product-gallery-preview:active {
    cursor: grabbing;
}

.paturi-product-gallery-preview-track,
.saltele-product-gallery-preview-track {
    display: flex;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.paturi-product-gallery-preview-slide,
.saltele-product-gallery-preview-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.paturi-product-gallery-preview img,
.saltele-product-gallery-preview img {
    -webkit-user-drag: none;
}

.paturi-product-gallery-thumb-arrow {
    top: 48px !important;
    height: 96px !important;
    transform: translateY(-50%) !important;
}

.saltele-product-gallery-thumb-arrow {
    top: 48px !important;
    height: 96px !important;
    transform: translateY(-50%) !important;
}

html body .fixed.inset-0.flex.transform.flex-col.gap-4 {
    z-index: 2147483000 !important;
    background: #ffffff !important;
}

html body .fixed.inset-0.flex.transform.flex-col.gap-4 > .icon-cancel {
    position: fixed !important;
    top: 16px !important;
    z-index: 2147483002 !important;
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .92) !important;
    color: #111111 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .16) !important;
}

html body .fixed.inset-0.flex.transform.flex-col.gap-4 > .icon-arrow-left,
html body .fixed.inset-0.flex.transform.flex-col.gap-4 > .icon-arrow-right {
    z-index: 2147483001 !important;
}

html body .paturi-product-title-section {
    display: block !important;
    width: min(1080px, 100%) !important;
    max-width: 1080px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

html body .paturi-product-title-section .paturi-product-title {
    margin: 0 !important;
    color: var(--shop-block-black) !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
}

html body .saltele-product-main-layout {
    display: grid !important;
    width: min(1080px, 100%) !important;
    max-width: 1080px !important;
    margin: 0 auto !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 40px !important;
    align-items: start !important;
}

html body .saltele-product-main-layout__gallery,
html body .saltele-product-main-layout__options {
    min-width: 0 !important;
}

html body .saltele-product-main-layout__gallery .saltele-product-gallery-main {
    width: 100% !important;
    max-width: 100% !important;
}

html body .saltele-product-main-layout__options {
    position: static !important;
    display: block !important;
    padding-top: 0 !important;
}

html body .saltele-product-main-layout__options > div {
    background: transparent !important;
}

html body .saltele-product-column-title {
    display: none !important;
    margin: 0 0 24px !important;
    color: var(--shop-block-black) !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 18px !important;
    opacity: 1 !important;
    color: var(--shop-block-dark-text) !important;
    color-scheme: light !important;
}

html body .saltele-icon-block {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin: 30px 0 32px !important;
    color: var(--shop-block-dark-text) !important;
    color-scheme: light !important;
}

html body .saltele-icon-block,
html body .saltele-icon-block * {
    box-sizing: border-box !important;
}

html body .saltele-icon-block__item {
    display: flex !important;
    aspect-ratio: 1 / 1 !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 4px !important;
    border: 2px solid #d6d6d6 !important;
    border-radius: 6px !important;
    background: rgba(11, 40, 54, .10) !important;
    padding: 2px 10px 0 !important;
    color: #111111 !important;
    text-align: center !important;
}

html body .saltele-icon-block__value {
    display: block !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    word-break: break-word !important;
    hyphens: auto !important;
    color: #131313 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    opacity: 0;
    transform: translateY(8px);
    animation: saltele-icon-value-reveal .55s ease-out .5s forwards !important;
}

html body .saltele-icon-block__label {
    display: block !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    color: #111111 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
}

@keyframes saltele-icon-value-reveal {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__label,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__label {
    color: var(--shop-block-dark-text) !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__toggle,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__toggle {
    border-color: #d6d6d6 !important;
    background: #ffffff !important;
    color: var(--shop-block-dark-text) !important;
    box-shadow: 0 10px 28px rgba(17, 17, 17, .08) !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__toggle:hover,
html body .saltele-product-main-layout__options .saltele-product-size-dropdown__toggle:focus-visible,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__toggle:hover,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__toggle:focus-visible {
    border-color: #a8a8a8 !important;
    background: #f8f8f8 !important;
    outline: 0 !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__toggle::after,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__toggle::after {
    border-top-color: rgba(17, 17, 17, .72) !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__selected,
html body .saltele-product-main-layout__options .saltele-product-size-dropdown__price,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__selected,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__price {
    color: var(--shop-block-dark-text) !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__menu,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__menu {
    border-color: #d6d6d6 !important;
    background: #ffffff !important;
    color: var(--shop-block-dark-text) !important;
    box-shadow: 0 18px 36px rgba(17, 17, 17, .12) !important;
    scrollbar-color: #b8b8b8 #f5f5f5 !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__option,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__option {
    background: transparent !important;
    color: var(--shop-block-dark-text) !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__option:hover,
html body .saltele-product-main-layout__options .saltele-product-size-dropdown__option:focus-visible,
html body .saltele-product-main-layout__options .saltele-product-size-dropdown__option--selected,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__option:hover,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__option:focus-visible,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__option--selected {
    background: #eeeeee !important;
    color: var(--shop-block-dark-text) !important;
    outline: 0 !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__option-price,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__option-price {
    color: var(--shop-block-dark-text) !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__hint,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__hint {
    border-color: #d6d6d6 !important;
    background: rgba(17, 17, 17, .08) !important;
    color: rgba(17, 17, 17, .7) !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__submit,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__submit {
    border: 0 !important;
    background: linear-gradient(90deg, #1677e5 0%, #2488f3 48%, #48a9ff 100%) !important;
    background-position: 0 50% !important;
    background-size: 190% 100% !important;
    color: var(--shop-block-light-text) !important;
    box-shadow: none !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__submit::before,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__submit::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent) !important;
    pointer-events: none !important;
    transition: left .7s ease !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__submit::after,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__submit::after {
    content: none !important;
    display: none !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__submit:hover,
html body .saltele-product-main-layout__options .saltele-product-size-dropdown__submit:focus-visible,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__submit:hover,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__submit:focus-visible {
    background-position: 100% 50% !important;
    color: var(--shop-block-light-text) !important;
    filter: brightness(1.06) !important;
    outline: 0 !important;
}

html body .saltele-product-main-layout__options .saltele-product-size-dropdown__submit:hover::before,
html body .saltele-product-main-layout__options .saltele-product-size-dropdown__submit:focus-visible::before,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__submit:hover::before,
html body .saltele-product-size-dropdown.saltele-product-size-dropdown .saltele-product-size-dropdown__submit:focus-visible::before {
    left: 100% !important;
}

@media (min-width: 1180px) {
    html body .saltele-product-title-section {
        display: none !important;
    }

    html body .saltele-product-column-title {
        display: block !important;
    }
}

@media (max-width: 1179px) {
    html body .shop-product-main-stack {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    html body .shop-product-breadcrumbs {
        border-bottom: 1px solid rgba(211, 211, 211, 0.45) !important;
        align-items: center !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        padding: 5px 16px !important;
    }

    html body .shop-product-breadcrumbs nav,
    html body .shop-product-breadcrumbs ol,
    html body .shop-product-breadcrumbs li,
    html body .shop-product-breadcrumbs a {
        display: flex !important;
        align-items: center !important;
    }

    html body .shop-product-breadcrumbs li,
    html body .shop-product-breadcrumbs a {
        line-height: 1 !important;
    }

    html body .paturi-product-title-section {
        width: 100% !important;
        max-width: 100% !important;
    }

    html body .paturi-product-title-section,
    html body .saltele-product-title-section {
        margin-top: 24px !important;
    }

    html body .saltele-product-main-layout {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    html body .saltele-product-main-layout__options {
        display: block !important;
        visibility: visible !important;
        position: static !important;
        padding-top: 0 !important;
        opacity: 1 !important;
    }

    .paturi-product-gallery-main {
        width: 100% !important;
        max-width: 100% !important;
        gap: 16px !important;
    }

    .saltele-product-gallery-main {
        width: 100% !important;
        max-width: 100% !important;
        gap: 16px !important;
    }

    .paturi-product-gallery-thumbnails {
        gap: 12px !important;
        margin-bottom: 16px !important;
    }

    .saltele-product-gallery-thumbnails {
        gap: 12px !important;
        margin-bottom: 16px !important;
    }

    .paturi-product-gallery-thumbnail {
        width: calc((100% - 36px) / 4) !important;
        min-width: calc((100% - 36px) / 4) !important;
        height: auto !important;
        aspect-ratio: 3 / 2;
    }

    .saltele-product-gallery-thumbnail {
        width: calc((100% - 36px) / 4) !important;
        min-width: calc((100% - 36px) / 4) !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
    }

    .paturi-product-gallery-arrow {
        width: 42px !important;
        height: 64px !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: var(--shop-block-black) !important;
        font-size: 42px !important;
    }

    .saltele-product-gallery-arrow {
        width: 42px !important;
        height: 64px !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: var(--shop-block-black) !important;
        font-size: 42px !important;
    }

    .paturi-product-gallery-arrow:hover {
        background: transparent !important;
    }

    .saltele-product-gallery-arrow:hover {
        background: transparent !important;
    }

    .paturi-product-gallery-arrow--prev {
        left: 2px !important;
    }

    .saltele-product-gallery-arrow--prev {
        left: 2px !important;
    }

    .paturi-product-gallery-arrow--next {
        right: 2px !important;
    }

    .saltele-product-gallery-arrow--next {
        right: 2px !important;
    }

    .paturi-product-gallery-thumb-arrow {
        top: calc(50% - 8px) !important;
        height: 100% !important;
        transform: translateY(-50%) !important;
    }

    .saltele-product-gallery-thumb-arrow {
        top: calc(50% - 8px) !important;
        height: 100% !important;
        transform: translateY(-50%) !important;
    }

    .paturi-product-gallery-thumb-arrow--prev {
        left: 0 !important;
    }

    .saltele-product-gallery-thumb-arrow--prev {
        left: 0 !important;
    }

    .paturi-product-gallery-thumb-arrow--next {
        right: 0 !important;
    }

    .saltele-product-gallery-thumb-arrow--next {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    html body .shop-product-main-stack {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    html body .saltele-product-gallery,
    html body .paturi-product-gallery {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
    }

    html body .saltele-product-main-layout__gallery {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
    }

    html body .saltele-product-main-layout__options {
        width: 95% !important;
        max-width: 95% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    html body .shop-product-breadcrumbs {
        justify-content: center !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        padding: 5px 16px !important;
        overflow-x: auto !important;
    }

    html body .shop-product-breadcrumbs nav,
    html body .shop-product-breadcrumbs ol,
    html body .shop-product-breadcrumbs li,
    html body .shop-product-breadcrumbs a {
        white-space: nowrap !important;
        display: flex !important;
        align-items: center !important;
    }

    html body .shop-product-breadcrumbs li,
    html body .shop-product-breadcrumbs a {
        font-size: clamp(11px, 3.2vw, 14px) !important;
        line-height: 1 !important;
    }

    html body .shop-product-breadcrumbs .icon-arrow-right,
    html body .shop-product-breadcrumbs .icon-arrow-left {
        font-size: clamp(14px, 4vw, 18px) !important;
    }

    html body .saltele-product-size-dropdown.saltele-product-size-dropdown,
    html body .saltele-product-main-layout__options .saltele-product-size-dropdown {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    html body .paturi-product-title-section,
    html body .saltele-product-title-section {
        margin-top: 36px !important;
    }

    html body .paturi-product-title-section {
        width: 90% !important;
        max-width: 90% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    html body .paturi-product-title-section .paturi-product-title {
        font-size: 18px !important;
        display: block !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    html body .saltele-product-title-section h1,
    html body .paturi-product-title-section h1 {
        display: block !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    html body .saltele-icon-block {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: clamp(8px, 3.2vw, 16px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    html body .saltele-icon-block__item {
        gap: clamp(2px, 1.1vw, 5px) !important;
        padding: clamp(4px, 1.4vw, 8px) clamp(5px, 2vw, 10px) !important;
    }

    html body .saltele-icon-block__value {
        overflow-wrap: anywhere !important;
        white-space: normal !important;
        word-break: break-word !important;
        hyphens: auto !important;
        font-size: 22px !important;
        line-height: 1.1 !important;
    }

    html body .saltele-icon-block__label {
        overflow-wrap: normal !important;
        word-break: normal !important;
        font-size: clamp(9px, 2.85vw, 12px) !important;
        line-height: 1.12 !important;
    }
}

html body .recommended-products {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    background: var(--shop-block-dark-bg) !important;
    color: var(--shop-block-light-text) !important;
    font-family: var(--shop-block-font-family) !important;
}

html body .saltele-hero {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    background: rgba(11, 40, 54, .10) !important;
    color: var(--shop-block-dark-text) !important;
    font-family: var(--shop-block-font-family) !important;
}

html body .saltele-hero,
html body .saltele-hero * {
    box-sizing: border-box !important;
}

html body .saltele-hero .saltele-hero__inner {
    display: grid !important;
    width: min(1180px, calc(100% - 52px)) !important;
    margin: 0 auto !important;
    padding: 86px 0 92px !important;
    grid-template-columns: 1fr !important;
    gap: 36px !important;
}

html body .saltele-hero .saltele-hero__copy {
    width: min(980px, 100%) !important;
    min-width: 0 !important;
    margin: 0 auto !important;
}

html body .saltele-hero .saltele-hero__title {
    max-width: 900px !important;
    margin: 0 auto 30px !important;
    color: var(--shop-block-dark-text) !important;
    font-size: clamp(30px, 3.3vw, 52px) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.04 !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

html body .saltele-hero .saltele-hero__description {
    color: rgba(17, 17, 17, .84) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.72 !important;
}

html body .saltele-hero .saltele-hero__description > *:first-child {
    margin-top: 0 !important;
}

html body .saltele-hero .saltele-hero__description > *:last-child {
    margin-bottom: 0 !important;
}

html body .saltele-hero .saltele-hero__description p,
html body .saltele-hero .saltele-hero__description ol,
html body .saltele-hero .saltele-hero__description ul {
    margin: 0 0 18px !important;
}

html body .saltele-hero .saltele-hero__description ol,
html body .saltele-hero .saltele-hero__description ul {
    padding-left: 28px !important;
}

html body .saltele-hero .saltele-hero__description li {
    margin: 0 0 14px !important;
    padding-left: 4px !important;
}

html body .saltele-hero .saltele-hero__description strong,
html body .saltele-hero .saltele-hero__description b {
    color: var(--shop-block-dark-text) !important;
    font-weight: 800 !important;
}

html body .saltele-hero .saltele-hero__description em,
html body .saltele-hero .saltele-hero__description i {
    color: rgba(17, 17, 17, .68) !important;
}

html body .saltele-hero .saltele-hero__media {
    display: flex !important;
    min-width: 0 !important;
    min-height: 360px !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
}

html body .saltele-hero .saltele-hero__image {
    display: block !important;
    width: 100% !important;
    max-width: 940px !important;
    height: auto !important;
    max-height: 620px !important;
    object-fit: contain !important;
}

html body .saltele-hero .saltele-hero__specs {
    display: block !important;
    width: min(450px, 100%) !important;
    max-width: 450px !important;
    margin: 8px auto 0 !important;
    padding: 0 !important;
}

html body .saltele-hero .saltele-hero__specs-title {
    display: flex !important;
    width: max-content !important;
    max-width: 100% !important;
    min-height: 34px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--shop-block-dark-text) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

html body .saltele-hero .saltele-hero__specs-heading {
    position: relative !important;
    display: inline-flex !important;
    min-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    padding: 0 24px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--shop-block-dark-text) !important;
    font: inherit !important;
    letter-spacing: 0 !important;
    line-height: inherit !important;
    text-align: center !important;
}

html body .saltele-hero .saltele-hero__specs-heading::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 7px solid currentColor !important;
    transform: translateY(-35%) !important;
}

html body .saltele-hero .saltele-hero__specs-panel {
    display: block !important;
    width: 100% !important;
    padding-top: 12px !important;
    padding-bottom: 6px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

html body .saltele-hero .saltele-hero__specs-table {
    display: table !important;
    width: 100% !important;
    max-width: 450px !important;
    margin: 0 auto !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 7px !important;
    table-layout: fixed !important;
    background: transparent !important;
}

html body .saltele-hero .saltele-hero__specs-table tbody {
    display: table-row-group !important;
}

html body .saltele-hero .saltele-hero__specs-table tr {
    display: table-row !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

html body .saltele-hero .saltele-hero__specs-table th,
html body .saltele-hero .saltele-hero__specs-table td {
    display: table-cell !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 11px !important;
    border: 0 !important;
    background: rgba(255, 255, 255, .78) !important;
    color: var(--shop-block-dark-text) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    vertical-align: middle !important;
}

html body .saltele-hero .saltele-hero__specs-table th {
    width: 62% !important;
    border-radius: 6px 0 0 6px !important;
    text-align: left !important;
}

html body .saltele-hero .saltele-hero__specs-table td {
    width: 38% !important;
    border-radius: 0 6px 6px 0 !important;
    text-align: right !important;
}

html body .saltele-hero .saltele-hero__specs-table tr:nth-child(even) th,
html body .saltele-hero .saltele-hero__specs-table tr:nth-child(even) td {
    background: rgba(255, 255, 255, .56) !important;
}

@media (min-width: 992px) {
    html body .saltele-hero.saltele-hero--has-image.saltele-hero--has-copy .saltele-hero__inner {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
        gap: 44px 56px !important;
        align-items: center !important;
    }

    html body .saltele-hero.saltele-hero--has-image.saltele-hero--has-copy .saltele-hero__media {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    html body .saltele-hero.saltele-hero--has-image.saltele-hero--has-copy .saltele-hero__copy {
        width: 100% !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        margin: 0 !important;
    }

    html body .saltele-hero.saltele-hero--has-image.saltele-hero--has-copy .saltele-hero__specs {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
    }
}

@media (max-width: 991px) {
    html body .saltele-hero .saltele-hero__inner {
        gap: 28px !important;
    }

    html body .saltele-hero .saltele-hero__media {
        min-height: 280px !important;
    }
}

@media (max-width: 767px) {
    html body .saltele-hero .saltele-hero__inner {
        width: calc(100% - 32px) !important;
        padding: 58px 0 !important;
    }

    html body .saltele-hero .saltele-hero__title {
        font-size: 32px !important;
    }

    html body .saltele-hero .saltele-hero__description {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    html body .saltele-hero .saltele-hero__media {
        min-height: 220px !important;
    }

    html body .saltele-hero .saltele-hero__specs {
        width: 95% !important;
    }

    html body .saltele-hero .saltele-hero__specs-table th,
    html body .saltele-hero .saltele-hero__specs-table td {
        padding: 10px 9px !important;
        font-size: 13px !important;
    }
}

html body .saltele-products-carousel {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    background: var(--shop-block-light-bg) !important;
    color: var(--shop-block-dark-text) !important;
    font-family: var(--shop-block-font-family) !important;
}

html body .saltele-products-carousel,
html body .saltele-products-carousel * {
    box-sizing: border-box !important;
}

html body .saltele-products-carousel .saltele-products-carousel__inner {
    width: 100% !important;
    margin: 0 auto !important;
    padding: var(--shop-block-section-padding-y) 0 !important;
}

html body .saltele-products-carousel .saltele-products-carousel__title {
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: var(--shop-block-dark-text) !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    text-align: center !important;
}

html body .saltele-products-carousel .saltele-products-carousel__controls {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    margin: 0 0 30px !important;
}

html body .saltele-products-carousel .saltele-products-carousel__arrow {
    display: inline-flex !important;
    width: 32px !important;
    height: 32px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--shop-block-dark-text) !important;
    cursor: pointer !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    transition: opacity .2s ease, transform .2s ease !important;
}

html body .saltele-products-carousel .saltele-products-carousel__arrow:hover,
html body .saltele-products-carousel .saltele-products-carousel__arrow:focus-visible {
    background: transparent !important;
    opacity: .72 !important;
    transform: translateY(-1px) !important;
}

html body .saltele-products-carousel .saltele-products-carousel__track {
    display: flex !important;
    width: 100% !important;
    gap: 24px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 8px !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    cursor: grab !important;
    touch-action: pan-x pan-y !important;
    user-select: none !important;
    -webkit-overflow-scrolling: touch !important;
}

html body .saltele-products-carousel .saltele-products-carousel__track.is-dragging {
    cursor: grabbing !important;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
}

html body .saltele-products-carousel .saltele-products-carousel__track.is-dragging .saltele-products-carousel__card {
    pointer-events: none !important;
}

html body .saltele-products-carousel .saltele-products-carousel__track::-webkit-scrollbar {
    display: none !important;
}

html body .saltele-products-carousel .saltele-products-carousel__card {
    position: relative !important;
    display: block !important;
    flex: 0 0 calc((100% - 80.4px) / 4.35) !important;
    min-width: 0 !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: var(--shop-block-card-bg) !important;
    color: var(--shop-block-light-text) !important;
    scroll-snap-align: start !important;
    text-decoration: none !important;
}

html body .saltele-products-carousel .saltele-products-carousel__card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, .36) 0%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .24) 100%) !important;
    pointer-events: none !important;
}

html body .saltele-products-carousel .saltele-products-carousel__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    transform: scale(1) !important;
    transition: transform .35s ease !important;
}

html body .saltele-products-carousel .saltele-products-carousel__card:hover .saltele-products-carousel__image,
html body .saltele-products-carousel .saltele-products-carousel__card:focus-visible .saltele-products-carousel__image {
    transform: scale(1.045) !important;
}

html body .saltele-products-carousel .saltele-products-carousel__badge {
    position: absolute !important;
    top: 24px !important;
    left: 24px !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 22px !important;
    max-width: calc(100% - 48px) !important;
    padding: 2px 12px !important;
    border-radius: 44px !important;
    background: var(--shop-block-navy, #060b4d) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

html body .saltele-products-carousel .saltele-products-carousel__card--on-sale .saltele-products-carousel__badge {
    background: #dc2626 !important;
}

html body .saltele-products-carousel .saltele-products-carousel__name {
    position: absolute !important;
    top: 24px !important;
    left: 24px !important;
    right: 24px !important;
    z-index: 2 !important;
    display: block !important;
    overflow-wrap: anywhere !important;
    color: var(--shop-block-light-text) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .78), 0 1px 2px rgba(0, 0, 0, .9) !important;
    text-transform: uppercase !important;
}

html body .saltele-products-carousel .saltele-products-carousel__card--has-badge .saltele-products-carousel__name {
    top: 56px !important;
}

html body .saltele-products-carousel .saltele-products-carousel__stats {
    position: absolute !important;
    right: 24px !important;
    bottom: 106px !important;
    left: 24px !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    align-items: stretch !important;
    color: var(--shop-block-light-text) !important;
}

html body .saltele-products-carousel .saltele-products-carousel__stat {
    display: flex !important;
    min-width: 0 !important;
    min-height: 50px !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 4px !important;
    overflow: hidden !important;
    padding: 8px 8px !important;
    border: 1px solid rgba(255, 255, 255, .26) !important;
    border-radius: 6px !important;
    background: rgba(10, 10, 10, .42) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .16) !important;
    backdrop-filter: blur(10px) !important;
}

html body .saltele-products-carousel .saltele-products-carousel__stat-label,
html body .saltele-products-carousel .saltele-products-carousel__stat-value {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body .saltele-products-carousel .saltele-products-carousel__stat-label {
    color: rgba(255, 255, 255, .72) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

html body .saltele-products-carousel .saltele-products-carousel__stat-value {
    color: var(--shop-block-light-text) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
}

html body .saltele-products-carousel .saltele-products-carousel__price {
    position: absolute !important;
    left: 24px !important;
    bottom: 78px !important;
    z-index: 2 !important;
    display: block !important;
    max-width: calc(100% - 40px) !important;
    overflow: visible !important;
    padding: 2px 8px 2px 0 !important;
    color: var(--shop-block-light-text) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .86), 0 1px 3px rgba(0, 0, 0, .95) !important;
    white-space: nowrap !important;
}

html body .saltele-products-carousel .saltele-products-carousel__button {
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 2 !important;
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: var(--shop-block-cta-min-height) !important;
    align-items: center !important;
    justify-content: center !important;
    padding: var(--shop-block-cta-padding) !important;
    border-radius: 6px !important;
    background: var(--shop-block-primary) !important;
    color: var(--shop-block-light-text) !important;
    font-size: var(--shop-block-cta-font-size) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    transition: background .2s ease !important;
}

html body .primary-button,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__details,
html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__details {
    position: relative !important;
    overflow: hidden !important;
}

html body .primary-button::before,
html body .saltele-products-carousel .saltele-products-carousel__button::before,
html body .recommended-products .recommended-products__button::before,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__details::before,
html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__details::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent) !important;
    pointer-events: none !important;
    transition: left .7s ease !important;
}

html body .primary-button:hover::before,
html body .primary-button:focus-visible::before,
html body .saltele-products-carousel .saltele-products-carousel__button:hover::before,
html body .saltele-products-carousel .saltele-products-carousel__button:focus-visible::before,
html body .saltele-products-carousel .saltele-products-carousel__card:hover .saltele-products-carousel__button::before,
html body .saltele-products-carousel .saltele-products-carousel__card:focus-visible .saltele-products-carousel__button::before,
html body .recommended-products .recommended-products__button:hover::before,
html body .recommended-products .recommended-products__button:focus-visible::before,
html body .recommended-products .recommended-products__card:hover .recommended-products__button::before,
html body .recommended-products .recommended-products__card:focus-visible .recommended-products__button::before,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__details:hover::before,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__details:focus-visible::before,
html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__details:hover::before,
html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__details:focus-visible::before,
html body .paturi-category-page .paturi-category-page__grid > div:hover .saltele-category-page__details::before,
html body .paturi-category-page .paturi-category-page__grid > div:focus-within .saltele-category-page__details::before {
    left: 100% !important;
}

html body .saltele-products-carousel .saltele-products-carousel__card:hover .saltele-products-carousel__button,
html body .saltele-products-carousel .saltele-products-carousel__card:focus-visible .saltele-products-carousel__button {
    background: var(--shop-block-primary-hover) !important;
    color: var(--shop-block-light-text) !important;
}

html body .saltele-products-carousel .saltele-products-carousel__card:focus-visible {
    outline: 2px solid var(--shop-block-light-text) !important;
    outline-offset: 4px !important;
}

html body .saltele-products-carousel .saltele-products-carousel__more {
    display: flex !important;
    justify-content: center !important;
    margin-top: 32px !important;
}

html body .saltele-products-carousel .saltele-products-carousel__more-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    color: var(--shop-block-dark-text) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
}

html body .saltele-products-carousel .saltele-products-carousel__more-link:hover,
html body .saltele-products-carousel .saltele-products-carousel__more-link:focus-visible {
    color: var(--shop-block-dark-text) !important;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
}

@media (min-width: 768px) and (max-width: 1179px) {
    html body .saltele-products-carousel .saltele-products-carousel__track {
        gap: 18px !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__card {
        flex-basis: calc((100% - 22.5px) / 2.25) !important;
    }
}

@media (max-width: 767px) {
    html body .saltele-products-carousel .saltele-products-carousel__inner,
    html body .paturi-products-carousel .paturi-products-carousel__inner {
        width: 100% !important;
        padding: var(--shop-block-section-mobile-padding-y) 0 !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__title,
    html body .paturi-products-carousel .paturi-products-carousel__title {
        width: 80% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 14px !important;
        font-size: 18px !important;
        text-align: center !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__controls {
        gap: 14px !important;
        margin-bottom: 22px !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__arrow {
        width: 30px !important;
        height: 30px !important;
        font-size: 32px !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__track {
        gap: 12px !important;
        padding-bottom: 6px !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__card {
        flex-basis: calc((100% - 4.2px) / 1.35) !important;
        aspect-ratio: 1 / 1 !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__badge {
        top: 10px !important;
        left: 10px !important;
        min-height: 18px !important;
        max-width: calc(100% - 20px) !important;
        padding: 1px 8px !important;
        border-radius: 0 12px 12px 0 !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__name {
        top: 10px !important;
        left: 10px !important;
        right: 10px !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.18 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__card--has-badge .saltele-products-carousel__name {
        top: 34px !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__stats {
        right: 10px !important;
        bottom: 72px !important;
        left: 10px !important;
        gap: 4px !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__stat {
        min-height: 38px !important;
        gap: 2px !important;
        padding: 6px 4px !important;
        border-radius: 5px !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__stat-label {
        font-size: 7px !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__stat-value {
        font-size: 9px !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__price {
        left: 10px !important;
        bottom: 48px !important;
        max-width: calc(100% - 12px) !important;
        padding: 2px 6px 2px 0 !important;
        font-size: 10px !important;
        line-height: 1.1 !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__button {
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        min-width: 0 !important;
        min-height: var(--shop-block-cta-mobile-min-height) !important;
        padding: var(--shop-block-cta-mobile-padding) !important;
        border-radius: 6px !important;
        font-size: var(--shop-block-cta-mobile-font-size) !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__more {
        margin-top: 24px !important;
    }

    html body .saltele-products-carousel .saltele-products-carousel__more-link {
        gap: 8px !important;
        font-size: 16px !important;
    }
}

html body .paturi-products-carousel .paturi-products-carousel__card {
    aspect-ratio: var(--paturi-products-carousel-card-ratio, auto) !important;
}

html body .paturi-products-carousel .paturi-products-carousel__image {
    width: 100% !important;
    height: auto !important;
}

html body .paturi-products-carousel .paturi-products-carousel__name {
    text-shadow: 0 2px 12px rgba(0, 0, 0, .82), 0 1px 3px rgba(0, 0, 0, .94) !important;
}

html body .paturi-products-carousel .paturi-products-carousel__button {
    right: auto !important;
    min-width: 122px !important;
    text-shadow: none !important;
}

@media (max-width: 767px) {
    html body .paturi-products-carousel .paturi-products-carousel__card {
        aspect-ratio: var(--paturi-products-carousel-card-ratio, auto) !important;
    }

    html body .paturi-products-carousel .paturi-products-carousel__button {
        right: auto !important;
        min-width: var(--shop-block-cta-mobile-min-width) !important;
    }
}

html body .recommended-products,
html body .recommended-products * {
    box-sizing: border-box !important;
}

html body .recommended-products .recommended-products__inner {
    width: min(1180px, calc(100% - 52px)) !important;
    margin: 0 auto !important;
    padding: var(--shop-block-section-padding-y) 0 !important;
}

html body .recommended-products .recommended-products__title {
    margin: 0 0 40px !important;
    padding: 0 !important;
    color: var(--shop-block-light-text) !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    text-align: center !important;
}

html body .recommended-products .recommended-products__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
    width: 100% !important;
}

html body .recommended-products .recommended-products__card {
    position: relative !important;
    display: block !important;
    min-width: 0 !important;
    aspect-ratio: var(--recommended-products-image-ratio, 3 / 2) !important;
    overflow: hidden !important;
    background: var(--shop-block-card-bg) !important;
    color: var(--shop-block-light-text) !important;
    text-decoration: none !important;
}

html body .recommended-products .recommended-products__card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, .36) 0%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .24) 100%) !important;
    pointer-events: none !important;
}

html body .recommended-products .recommended-products__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    transform: scale(1) !important;
    transition: transform .35s ease !important;
}

html body .recommended-products .recommended-products__card:hover .recommended-products__image,
html body .recommended-products .recommended-products__card:focus-visible .recommended-products__image {
    transform: scale(1.045) !important;
}

html body .recommended-products .recommended-products__badge {
    position: absolute !important;
    top: 24px !important;
    left: 24px !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 22px !important;
    max-width: calc(100% - 48px) !important;
    padding: 2px 12px !important;
    border-radius: 44px !important;
    background: var(--shop-block-navy, #060b4d) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

html body .recommended-products .recommended-products__card--on-sale .recommended-products__badge {
    background: #dc2626 !important;
}

html body .recommended-products .recommended-products__name {
    position: absolute !important;
    top: 24px !important;
    left: 24px !important;
    right: 24px !important;
    z-index: 2 !important;
    display: block !important;
    overflow-wrap: anywhere !important;
    color: var(--shop-block-light-text) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .78), 0 1px 2px rgba(0, 0, 0, .9) !important;
    text-transform: uppercase !important;
}

html body .recommended-products .recommended-products__card--has-badge .recommended-products__name {
    top: 56px !important;
}

html body .recommended-products .recommended-products__price {
    position: absolute !important;
    left: 24px !important;
    bottom: 78px !important;
    z-index: 2 !important;
    display: block !important;
    max-width: calc(100% - 40px) !important;
    overflow: visible !important;
    padding: 2px 8px 2px 0 !important;
    color: var(--shop-block-light-text) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .86), 0 1px 3px rgba(0, 0, 0, .95) !important;
    white-space: nowrap !important;
}

html body .recommended-products .recommended-products__button {
    position: absolute !important;
    left: 24px !important;
    bottom: 24px !important;
    z-index: 2 !important;
    display: inline-flex !important;
    min-width: var(--shop-block-cta-min-width) !important;
    min-height: var(--shop-block-cta-min-height) !important;
    align-items: center !important;
    justify-content: center !important;
    padding: var(--shop-block-cta-padding) !important;
    border-radius: 6px !important;
    background: var(--shop-block-primary) !important;
    color: var(--shop-block-light-text) !important;
    font-size: var(--shop-block-cta-font-size) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    transition: background .2s ease !important;
}

html body .recommended-products .recommended-products__card:hover .recommended-products__button,
html body .recommended-products .recommended-products__card:focus-visible .recommended-products__button {
    background: var(--shop-block-primary-hover) !important;
    color: var(--shop-block-light-text) !important;
}

html body .recommended-products .recommended-products__card:focus-visible {
    outline: 2px solid var(--shop-block-light-text) !important;
    outline-offset: 4px !important;
}

html body .recommended-products .recommended-products__more {
    display: flex !important;
    justify-content: center !important;
    margin-top: 40px !important;
}

html body .recommended-products .recommended-products__more-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    color: var(--shop-block-light-text) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
}

html body .recommended-products .recommended-products__more-link:hover,
html body .recommended-products .recommended-products__more-link:focus-visible {
    color: var(--shop-block-light-text) !important;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
}

html body .saltele-category-page .saltele-category-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
    justify-items: stretch !important;
}

html body .saltele-category-page .saltele-category-page__grid > div {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: var(--shop-block-card-bg) !important;
    box-shadow: none !important;
    color: var(--shop-block-light-text) !important;
}

html body .saltele-category-page .saltele-category-page__grid > div::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, .36) 0%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .24) 100%) !important;
    pointer-events: none !important;
}

html body .saltele-category-page .saltele-category-page__grid > div::after {
    content: "Detalii" !important;
    position: absolute !important;
    left: 24px !important;
    bottom: 4% !important;
    width: min(34%, 14rem) !important;
    z-index: 3 !important;
    display: inline-flex !important;
    min-width: var(--shop-block-cta-min-width) !important;
    min-height: var(--shop-block-cta-min-height) !important;
    align-items: center !important;
    justify-content: center !important;
    padding: var(--shop-block-cta-padding) !important;
    border-radius: 6px !important;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent) -100% 0 / 100% 100% no-repeat,
        var(--shop-block-primary) !important;
    color: var(--shop-block-light-text) !important;
    font-size: var(--shop-block-cta-font-size) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    pointer-events: none !important;
    transition: background-position .7s ease, background-color .2s ease, color .2s ease !important;
}

html body .saltele-category-page .saltele-category-page__grid > div:hover::after,
html body .saltele-category-page .saltele-category-page__grid > div:focus-within::after {
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent) 100% 0 / 100% 100% no-repeat,
        var(--shop-block-primary-hover) !important;
    color: var(--shop-block-light-text) !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:first-child {
    position: absolute !important;
    inset: 0 !important;
    max-width: none !important;
    max-height: none !important;
    overflow: hidden !important;
    border-radius: 0 !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:first-child a,
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child picture,
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:first-child img {
    transform: scale(1) !important;
    transition: transform .35s ease !important;
}

html body .saltele-category-page .saltele-category-page__grid > div:hover > div:first-child img,
html body .saltele-category-page .saltele-category-page__grid > div:focus-within > div:first-child img {
    transform: scale(1.045) !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child {
    position: static !important;
    display: block !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    background: transparent !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > p {
    position: absolute !important;
    top: 56px !important;
    left: 24px !important;
    right: 24px !important;
    z-index: 3 !important;
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
    overflow-wrap: anywhere !important;
    color: var(--shop-block-light-text) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .78), 0 1px 2px rgba(0, 0, 0, .9) !important;
    text-transform: uppercase !important;
}

html body .saltele-category-page__stats {
    display: none !important;
}

html body .saltele-category-page .saltele-category-page__stats {
    position: absolute !important;
    right: 3.8% !important;
    bottom: 28% !important;
    left: 3.8% !important;
    z-index: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(.18rem, 1.2vw, .45rem) !important;
    align-items: stretch !important;
    color: var(--shop-block-light-text) !important;
}

html body .saltele-category-page .saltele-category-page__stat {
    display: flex !important;
    min-width: 0 !important;
    min-height: clamp(2.3rem, 7vw, 3.25rem) !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: clamp(.12rem, .55vw, .26rem) !important;
    overflow: hidden !important;
    padding: clamp(.28rem, 1.4vw, .55rem) clamp(.24rem, 1.2vw, .5rem) !important;
    border: .0625rem solid rgba(255, 255, 255, .28) !important;
    border-radius: clamp(.32rem, 1.2vw, .45rem) !important;
    background: rgba(10, 10, 10, .42) !important;
    box-shadow: 0 .7rem 1.6rem rgba(0, 0, 0, .16) !important;
    backdrop-filter: blur(.6rem) !important;
}

html body .saltele-category-page .saltele-category-page__stat-label,
html body .saltele-category-page .saltele-category-page__stat-value {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body .saltele-category-page .saltele-category-page__stat-label {
    color: rgba(255, 255, 255, .72) !important;
    font-size: clamp(.42rem, 1.55vw, .58rem) !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

html body .saltele-category-page .saltele-category-page__stat-value {
    color: var(--shop-block-light-text) !important;
    font-size: clamp(.58rem, 1.9vw, .78rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div {
    position: absolute !important;
    left: 24px !important;
    bottom: 18% !important;
    z-index: 3 !important;
    display: block !important;
    max-width: calc(100% - 40px) !important;
    overflow: visible !important;
    padding: 2px 8px 2px 0 !important;
    color: var(--shop-block-light-text) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .86), 0 1px 3px rgba(0, 0, 0, .95) !important;
    white-space: nowrap !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div * {
    color: inherit !important;
    font: inherit !important;
    text-shadow: inherit !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__stats + div {
    bottom: 18% !important;
}

html body .saltele-category-page .saltele-category-page__grid > div .action-items p {
    top: 24px !important;
    left: 24px !important;
    right: auto !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 22px !important;
    max-width: calc(100% - 48px) !important;
    padding: 2px 12px !important;
    border-radius: 44px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

html body .saltele-category-page .saltele-category-page__grid > div .action-items span[role="button"],
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child .action-items {
    display: none !important;
}

@media (max-width: 767px) {
    html body .saltele-category-page .saltele-category-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: clamp(8px, 2.6vw, 12px) !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div {
        aspect-ratio: 1 / 1 !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div::after {
        left: clamp(6px, 2.2vw, 10px) !important;
        bottom: 3.8% !important;
        width: 38% !important;
        min-width: 0 !important;
        min-height: clamp(1.45rem, 8.6vw, 2.15rem) !important;
        padding: clamp(4px, 1.6vw, 6px) clamp(8px, 3vw, 12px) !important;
        border-radius: 5px !important;
        font-size: clamp(9px, 2.8vw, var(--shop-block-cta-mobile-font-size)) !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > p {
        top: clamp(27px, 8.4vw, 34px) !important;
        left: clamp(6px, 2.2vw, 10px) !important;
        right: clamp(6px, 2.2vw, 10px) !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        font-size: clamp(9px, 2.9vw, 11px) !important;
        font-weight: 700 !important;
        line-height: 1.18 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div {
        left: clamp(6px, 2.2vw, 10px) !important;
        bottom: 15.5% !important;
        max-width: calc(100% - clamp(8px, 3.8vw, 14px)) !important;
        padding: 1px clamp(4px, 1.6vw, 6px) 1px 0 !important;
        font-size: clamp(8px, 2.6vw, 10px) !important;
        line-height: 1.1 !important;
    }

    html body .saltele-category-page .saltele-category-page__stats {
        right: 3.8% !important;
        bottom: 26.5% !important;
        left: 3.8% !important;
        gap: clamp(.12rem, 1vw, .22rem) !important;
    }

    html body .saltele-category-page .saltele-category-page__stat {
        min-height: clamp(1.85rem, 8.8vw, 2.35rem) !important;
        gap: clamp(.06rem, .35vw, .14rem) !important;
        padding: clamp(.18rem, 1vw, .3rem) clamp(.12rem, .8vw, .24rem) !important;
        border-radius: clamp(.24rem, 1vw, .38rem) !important;
    }

    html body .saltele-category-page .saltele-category-page__stat-label {
        font-size: clamp(.34rem, 1.65vw, .48rem) !important;
        letter-spacing: .025em !important;
    }

    html body .saltele-category-page .saltele-category-page__stat-value {
        font-size: clamp(.46rem, 2.3vw, .68rem) !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div .action-items p {
        top: clamp(6px, 2.2vw, 10px) !important;
        left: clamp(6px, 2.2vw, 10px) !important;
        min-height: clamp(15px, 4.8vw, 18px) !important;
        max-width: calc(100% - clamp(12px, 4.4vw, 20px)) !important;
        padding: 1px clamp(5px, 1.9vw, 8px) !important;
        border-radius: 0 12px 12px 0 !important;
        font-size: clamp(8px, 2.6vw, 10px) !important;
        line-height: 1.2 !important;
    }

    html body .recommended-products .recommended-products__inner {
        width: calc(100% - 24px) !important;
        padding: var(--shop-block-section-mobile-padding-y) 0 !important;
    }

    html body .recommended-products .recommended-products__title {
        width: 80% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 26px !important;
        font-size: clamp(24px, 7.6vw, 30px) !important;
    }

    html body .recommended-products .recommended-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: clamp(8px, 2.6vw, 12px) !important;
    }

    html body .recommended-products .recommended-products__card {
        aspect-ratio: var(--recommended-products-image-ratio, 3 / 2) !important;
    }

    html body .recommended-products .recommended-products__badge {
        top: clamp(6px, 2.2vw, 10px) !important;
        left: clamp(6px, 2.2vw, 10px) !important;
        min-height: clamp(15px, 4.8vw, 18px) !important;
        max-width: calc(100% - clamp(12px, 4.4vw, 20px)) !important;
        padding: 1px clamp(5px, 1.9vw, 8px) !important;
        border-radius: 0 12px 12px 0 !important;
        font-size: clamp(8px, 2.6vw, 10px) !important;
        line-height: 1.2 !important;
    }

    html body .recommended-products .recommended-products__name {
        top: clamp(6px, 2.2vw, 10px) !important;
        left: clamp(6px, 2.2vw, 10px) !important;
        right: clamp(6px, 2.2vw, 10px) !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        font-size: clamp(9px, 2.9vw, 11px) !important;
        font-weight: 700 !important;
        line-height: 1.18 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    html body .recommended-products .recommended-products__card--has-badge .recommended-products__name {
        top: clamp(27px, 8.4vw, 34px) !important;
    }

    html body .recommended-products .recommended-products__price {
        left: clamp(6px, 2.2vw, 10px) !important;
        bottom: clamp(38px, 11.6vw, 48px) !important;
        max-width: calc(100% - clamp(8px, 3.8vw, 14px)) !important;
        padding: 1px clamp(4px, 1.6vw, 6px) 1px 0 !important;
        font-size: clamp(8px, 2.6vw, 10px) !important;
        line-height: 1.1 !important;
    }

    html body .recommended-products .recommended-products__button {
        left: clamp(6px, 2.2vw, 10px) !important;
        bottom: clamp(6px, 2.2vw, 10px) !important;
        min-width: clamp(52px, 18vw, var(--shop-block-cta-mobile-min-width)) !important;
        min-height: clamp(24px, 7.6vw, var(--shop-block-cta-mobile-min-height)) !important;
        padding: clamp(4px, 1.6vw, 6px) clamp(8px, 3vw, 12px) !important;
        border-radius: 5px !important;
        font-size: clamp(9px, 2.8vw, var(--shop-block-cta-mobile-font-size)) !important;
    }

    html body .recommended-products .recommended-products__more {
        margin-top: 26px !important;
    }

    html body .recommended-products .recommended-products__more-link {
        gap: 8px !important;
        font-size: 16px !important;
    }
}

html body .saltele-category-page .saltele-category-page__grid {
    position: relative !important;
    z-index: 1 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(12px, 2.8vw, 28px) !important;
    align-items: start !important;
    justify-items: stretch !important;
}

html body .saltele-category-page {
    padding-bottom: 50px !important;
}

html body .saltele-category-page__title {
    margin: 0 !important;
    color: var(--shop-block-black) !important;
    font-family: var(--shop-block-font-family) !important;
    font-size: clamp(34px, 4vw, 52px) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
}

html body .saltele-category-page .saltele-category-page__grid > div {
    display: grid !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    padding: clamp(7px, .8vw, 10px) !important;
    border: 1px solid rgba(11, 40, 54, .13) !important;
    border-radius: 999px !important;
    background: rgba(11, 40, 54, .05) !important;
    box-shadow: 0 10px 26px rgba(11, 40, 54, .04) !important;
    color: var(--shop-block-dark-text) !important;
    gap: clamp(8px, 1.6vw, 14px) !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

html body .saltele-category-page .saltele-category-page__grid > div:hover,
html body .saltele-category-page .saltele-category-page__grid > div:focus-within {
    border-color: rgba(11, 40, 54, .24) !important;
    box-shadow: 0 14px 34px rgba(11, 40, 54, .08) !important;
    transform: translateY(-1px) !important;
}

html body .saltele-category-page .saltele-category-page__grid > div::before,
html body .saltele-category-page .saltele-category-page__grid > div::after {
    display: none !important;
    content: none !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:first-child {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #eef0f1 !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:first-child a,
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child picture,
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child {
    position: static !important;
    display: flex !important;
    max-width: none !important;
    min-width: 0 !important;
    flex-direction: column !important;
    gap: clamp(6px, 1.25vw, 10px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    background: transparent !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > p {
    position: static !important;
    order: 2 !important;
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: var(--shop-block-dark-text) !important;
    font-size: clamp(15px, 2vw, 22px) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.14 !important;
    text-shadow: none !important;
    text-transform: none !important;
    white-space: normal !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div {
    position: static !important;
    order: 1 !important;
    display: block !important;
    max-width: none !important;
    padding: 0 !important;
    color: var(--shop-block-dark-text) !important;
    font-size: clamp(12px, 1.55vw, 16px) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-shadow: none !important;
    white-space: normal !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div * {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-shadow: none !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div .font-semibold,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div .font-bold,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div .font-medium {
    font-size: clamp(15px, 1.85vw, 19px) !important;
    font-weight: 800 !important;
}

html body .saltele-category-page .saltele-category-page__stats {
    position: static !important;
    order: 3 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(4px, .9vw, 7px) !important;
    margin: clamp(2px, .6vw, 6px) 0 0 !important;
    color: var(--shop-block-dark-text) !important;
}

html body .saltele-category-page .saltele-category-page__stat {
    display: grid !important;
    min-height: 0 !important;
    grid-template-columns: auto auto 1fr !important;
    align-items: center !important;
    justify-content: start !important;
    column-gap: clamp(4px, .7vw, 8px) !important;
    row-gap: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

html body .saltele-category-page .saltele-category-page__stat-icon {
    display: block !important;
    width: clamp(16px, 2vw, 22px) !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    filter: hue-rotate(162deg) saturate(1.45) brightness(.82) !important;
    object-fit: contain !important;
}

html body .saltele-category-page .saltele-category-page__stat-label {
    display: inline !important;
    overflow: visible !important;
    color: rgba(17, 17, 17, .82) !important;
    font-size: clamp(11px, 1.35vw, 14px) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.22 !important;
    text-align: left !important;
    text-overflow: clip !important;
    text-transform: none !important;
    white-space: normal !important;
}

html body .saltele-category-page .saltele-category-page__stat-label::after {
    content: "" !important;
}

html body .saltele-category-page .saltele-category-page__stat-value {
    display: inline !important;
    overflow: visible !important;
    color: var(--shop-block-dark-text) !important;
    font-size: clamp(11px, 1.35vw, 14px) !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    text-align: left !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions {
    position: static !important;
    order: 4 !important;
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: clamp(4px, .9vw, 8px) !important;
    padding: 0 !important;
    color: inherit !important;
    font: inherit !important;
    text-shadow: none !important;
    white-space: normal !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__details,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__compare {
    display: inline-flex !important;
    width: 100% !important;
    min-height: clamp(34px, 4.8vw, 44px) !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border: 1px solid var(--shop-block-primary) !important;
    border-radius: 5px !important;
    background: var(--shop-block-primary) !important;
    color: var(--shop-block-light-text) !important;
    cursor: pointer !important;
    font-size: clamp(13px, 1.5vw, 16px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    overflow: hidden !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions > :only-child {
    grid-column: 1 / -1 !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__details:hover,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__details:focus-visible,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__compare:hover,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__compare:focus-visible {
    background: var(--shop-block-primary-hover) !important;
    border-color: var(--shop-block-primary-hover) !important;
    color: var(--shop-block-light-text) !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__compare {
    border-color: #d7dce0 !important;
    background: #f1f3f5 !important;
    color: #5d6670 !important;
    font-weight: 600 !important;
}

html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__compare:hover,
html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__compare:focus-visible {
    border-color: #c8cfd6 !important;
    background: #e5e9ed !important;
    color: #343b43 !important;
}

html body .saltele-category-page .saltele-category-page__grid > div .action-items p {
    top: clamp(6px, 2vw, 12px) !important;
    left: clamp(6px, 2vw, 12px) !important;
    z-index: 2 !important;
    min-height: clamp(18px, 2.8vw, 26px) !important;
    max-width: calc(100% - clamp(12px, 4vw, 24px)) !important;
    padding: clamp(1px, .5vw, 3px) clamp(8px, 1.3vw, 12px) !important;
    border-radius: 0 !important;
    font-size: clamp(10px, 1.35vw, 14px) !important;
    line-height: 1.1 !important;
}

@media (max-width: 767px) {
    html body .saltele-category-page {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    html body .saltele-category-page .saltele-category-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: clamp(10px, 2.8vw, 14px) !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div {
        gap: clamp(7px, 1.9vw, 10px) !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child {
        gap: clamp(5px, 1.7vw, 8px) !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > p {
        display: -webkit-box !important;
        font-size: clamp(14px, 4.1vw, 18px) !important;
        line-height: 1.12 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div {
        font-size: clamp(10px, 3.1vw, 13px) !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div .font-semibold,
    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div .font-bold,
    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > div .font-medium {
        font-size: clamp(13px, 3.9vw, 16px) !important;
    }

    html body .saltele-category-page .saltele-category-page__stat {
        column-gap: clamp(3px, 1.2vw, 6px) !important;
        row-gap: 0 !important;
    }

    html body .saltele-category-page .saltele-category-page__stat-icon {
        width: clamp(13px, 4.2vw, 17px) !important;
    }

    html body .saltele-category-page .saltele-category-page__stat-label,
    html body .saltele-category-page .saltele-category-page__stat-value {
        font-size: clamp(9px, 2.85vw, 12px) !important;
        line-height: 1.15 !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions {
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }

    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__details,
    html body .saltele-category-page .saltele-category-page__grid > div > div:last-child > .saltele-category-page__card-actions .saltele-category-page__compare {
        min-height: clamp(30px, 9.4vw, 38px) !important;
        font-size: clamp(11px, 3.3vw, 14px) !important;
    }
}

@media (max-width: 1179px) and (min-width: 768px) {
    html body .saltele-category-page .saltele-category-page__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

html body .saltele-category-page .saltele-category-page__grid > div > div:first-child .action-items p,
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child .action-items p[class],
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child p.absolute {
    border-radius: 999px !important;
}

html body .saltele-category-page .saltele-category-page__grid > div,
html body .saltele-category-page .saltele-category-page__grid > div[class],
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child,
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child[class],
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child a,
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child picture,
html body .saltele-category-page .saltele-category-page__grid > div > div:first-child img {
    border-radius: 0 !important;
}

html body .saltele-category-page select,
html body .saltele-category-page button:not(.saltele-category-page__details):not(.saltele-category-page__compare),
html body .saltele-category-page [class*="rounded"]:not(.saltele-category-page__details):not(.saltele-category-page__compare):not(.action-items p) {
    border-radius: 0 !important;
}

html body .saltele-category-page .icon-listing,
html body .saltele-category-page .icon-listing-fill,
html body .saltele-category-page .icon-grid-view,
html body .saltele-category-page .icon-grid-view-fill {
    display: none !important;
}

html body .saltele-category-page > .flex > .fixed.bottom-0 {
    z-index: 2147482000 !important;
}

html body .saltele-category-page > .flex > .fixed.bottom-0 .icon-cancel {
    position: relative !important;
    z-index: 2147482002 !important;
}

html body .saltele-category-page > .flex > .flex-1 > .max-md\:hidden {
    position: relative !important;
    z-index: 20 !important;
    display: flex !important;
    width: 100% !important;
    justify-content: flex-start !important;
}

html body .saltele-category-page > .flex > .flex-1 > .max-md\:hidden > div {
    width: 100% !important;
}

html body .saltele-category-page > .flex > .flex-1 > .max-md\:hidden > div > div.flex.justify-between {
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
}

html body .saltele-category-page > .flex > .flex-1 > .max-md\:hidden > div > div.flex.justify-between > div {
    flex: 0 0 auto !important;
}

html body .saltele-category-page > .flex > .flex-1 > .max-md\:hidden > div > div.flex.justify-between > div:first-child button {
    width: 260px !important;
    max-width: none !important;
    min-height: 54px !important;
    padding: 0 16px !important;
    white-space: nowrap !important;
}

html body .saltele-category-page > .flex > .flex-1 > .max-md\:hidden > div > div.flex.justify-between > div:last-child button {
    min-height: 54px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    white-space: nowrap !important;
}

html body .saltele-category-page .panel-side {
    display: flex !important;
    min-width: 292px !important;
    max-width: 292px !important;
    max-height: none !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding-right: 0 !important;
    overflow: visible !important;
    font-family: var(--shop-block-font-family) !important;
    --saltele-filter-brand-blue: #131313;
}

html body .saltele-category-page .saltele-filter-card {
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 3px 12px rgba(12, 22, 28, .16) !important;
}

html body .saltele-category-page .saltele-filter-card > div > div:first-child {
    min-height: 48px !important;
    padding: 0 18px !important;
    border-radius: 0 !important;
    background: var(--saltele-filter-brand-blue) !important;
    color: #ffffff !important;
}

html body .saltele-category-page .saltele-filter-card > div > div:first-child p {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
}

html body .saltele-category-page .saltele-filter-card > div > div:first-child span {
    display: grid !important;
    width: 20px !important;
    height: 20px !important;
    place-items: center !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

html body .saltele-category-page .saltele-filter-card > div > div:first-child span::before {
    content: "-" !important;
    font-family: Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

html body .saltele-category-page .saltele-filter-card > div > div:last-child,
html body .saltele-category-page .saltele-filter-card > div > div:last-child[class] {
    border-radius: 0 !important;
}

html body .saltele-category-page .saltele-filter-card > div > div:last-child {
    padding: 10px 14px 12px 20px !important;
    background: #ffffff !important;
}

html body .saltele-category-page .saltele-filter-card ul {
    padding-bottom: 0 !important;
    color: #15202a !important;
}

html body .saltele-category-page .saltele-filter-card:not(.saltele-filter-card--price) ul {
    display: grid !important;
    gap: 5px !important;
}

html body .saltele-category-page .saltele-filter-card--material_saltea ul,
html body .saltele-category-page .saltele-filter-card--dimensiune ul,
html body .saltele-category-page .saltele-filter-card--inaltime_saltea ul {
    max-height: 250px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    scrollbar-color: var(--saltele-filter-brand-blue) transparent !important;
    scrollbar-width: thin !important;
}

html body .saltele-category-page .saltele-filter-card li > div {
    min-height: 35px !important;
    gap: 10px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

html body .saltele-category-page .saltele-filter-card input[type="checkbox"] + label {
    position: relative !important;
    display: inline-grid !important;
    width: 25px !important;
    min-width: 25px !important;
    height: 25px !important;
    place-items: center !important;
    border: 1px solid #ededed !important;
    border-radius: 6px !important;
    background: #eeeeee !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

html body .saltele-category-page .saltele-filter-card input[type="checkbox"] + label::before {
    content: "" !important;
}

html body .saltele-category-page .saltele-filter-card input[type="checkbox"]:checked + label {
    border-color: var(--saltele-filter-brand-blue) !important;
    background: var(--saltele-filter-brand-blue) !important;
}

html body .saltele-category-page .saltele-filter-card input[type="checkbox"]:checked + label::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 11px !important;
    height: 6px !important;
    border-bottom: 2px solid #ffffff !important;
    border-left: 2px solid #ffffff !important;
    transform: translate(-50%, -58%) rotate(-45deg) !important;
    transform-origin: center !important;
}

html body .saltele-category-page .saltele-filter-card input[type="checkbox"] + label + label {
    min-width: 0 !important;
    padding: 4px 0 !important;
    color: #15202a !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

html body .saltele-category-page .saltele-filter-card--price > div > div:last-child {
    padding: 8px 15px 5px !important;
}

html body .saltele-category-page .saltele-filter-card--price .flex.items-center.gap-4 {
    justify-content: center !important;
    gap: 0 !important;
}

html body .saltele-category-page .saltele-filter-card--price .flex.items-center.gap-4 p:first-child {
    display: none !important;
}

html body .saltele-category-page .saltele-filter-card--price .flex.items-center.gap-4 p:last-child {
    padding: 4px 9px !important;
    border-radius: 0 !important;
    background: var(--saltele-filter-brand-blue) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
}

html body .saltele-category-page .saltele-filter-card--price .relative.mx-auto.flex.h-20 {
    height: 48px !important;
    padding: 4px 0 9px !important;
}

html body .saltele-category-page .saltele-filter-card--price .relative.h-1 {
    height: 5px !important;
    background: #dfe2e8 !important;
}

html body .saltele-category-page .saltele-filter-card--price [ref="progress"],
html body .saltele-category-page .saltele-filter-card--price .absolute.left-1\/4.right-0 {
    background: var(--saltele-filter-brand-blue) !important;
}

@media (max-width: 767px) {
    html body .saltele-category-page .panel-side {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        gap: 12px !important;
        padding-right: 0 !important;
    }

    html body .saltele-category-page .saltele-filter-card > div > div:first-child {
        min-height: 46px !important;
    }
}

html body .paturi-category-page .paturi-category-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px !important;
}

html body .paturi-category-page .paturi-category-page__grid > div {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    aspect-ratio: 1.48 / 1 !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--shop-block-card-bg) !important;
    box-shadow: none !important;
    color: var(--shop-block-light-text) !important;
    transition: none !important;
}

html body .paturi-category-page .paturi-category-page__grid > div:hover,
html body .paturi-category-page .paturi-category-page__grid > div:focus-within {
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

html body .paturi-category-page .paturi-category-page__grid > div::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, .36) 0%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .24) 100%) !important;
    pointer-events: none !important;
}

html body .paturi-category-page .paturi-category-page__grid > div::after {
    display: none !important;
    content: none !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:first-child {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #e2e2e2 !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:first-child a,
html body .paturi-category-page .paturi-category-page__grid > div > div:first-child picture,
html body .paturi-category-page .paturi-category-page__grid > div > div:first-child img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:first-child img {
    object-fit: contain !important;
    transform: scale(1) !important;
    transition: transform .35s ease !important;
}

html body .paturi-category-page .paturi-category-page__grid > div:hover > div:first-child img,
html body .paturi-category-page .paturi-category-page__grid > div:focus-within > div:first-child img {
    transform: scale(1.045) !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child {
    position: static !important;
    display: block !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    background: transparent !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > p {
    position: absolute !important;
    top: 52px !important;
    left: 24px !important;
    right: 24px !important;
    z-index: 3 !important;
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible !important;
    overflow-wrap: anywhere !important;
    padding: 4px 8px 8px 0 !important;
    color: var(--shop-block-light-text) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .78), 0 1px 2px rgba(0, 0, 0, .9) !important;
    text-transform: uppercase !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions) {
    position: absolute !important;
    left: 24px !important;
    bottom: 78px !important;
    z-index: 3 !important;
    display: block !important;
    max-width: calc(100% - 40px) !important;
    overflow: visible !important;
    padding: 2px 8px 2px 0 !important;
    color: var(--shop-block-light-text) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .86), 0 1px 3px rgba(0, 0, 0, .95) !important;
    white-space: nowrap !important;
}

/* Compare page: keep product remove button below sticky header/menu layers */
html body .compare-page .compare-remove-btn {
    z-index: 70 !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions) * {
    color: inherit !important;
    font: inherit !important;
    text-shadow: inherit !important;
}

html body .paturi-category-page .saltele-category-page__stats,
html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > .action-items {
    display: none !important;
}

html body .paturi-category-page .paturi-category-page__grid .action-items button,
html body .paturi-category-page .paturi-category-page__grid .action-items .secondary-button,
html body .paturi-category-page .paturi-category-page__grid button.secondary-button {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > .saltele-category-page__card-actions {
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 3 !important;
    display: grid !important;
    width: auto !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__details,
html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__compare {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: var(--shop-block-cta-min-height) !important;
    align-items: center !important;
    justify-content: center !important;
    padding: var(--shop-block-cta-padding) !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: var(--shop-block-primary) !important;
    color: var(--shop-block-light-text) !important;
    cursor: pointer !important;
    font-size: var(--shop-block-cta-font-size) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    transition: background .2s ease, color .2s ease !important;
}

html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__compare {
    background: #f1f3f5 !important;
    color: #15202a !important;
    font-weight: 700 !important;
}

html body .paturi-category-page .paturi-category-page__grid > div:hover .saltele-category-page__details,
html body .paturi-category-page .paturi-category-page__grid > div:focus-within .saltele-category-page__details {
    background: var(--shop-block-primary-hover) !important;
    color: var(--shop-block-light-text) !important;
}

html body .paturi-category-page .paturi-category-page__grid > div:hover .saltele-category-page__compare,
html body .paturi-category-page .paturi-category-page__grid > div:focus-within .saltele-category-page__compare {
    background: #e5e9ed !important;
    color: #15202a !important;
}

html body .paturi-category-page .paturi-category-page__grid > div .action-items p {
    top: 24px !important;
    left: 24px !important;
    right: auto !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 22px !important;
    max-width: calc(100% - 48px) !important;
    padding: 2px 12px !important;
    border-radius: 44px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

@media (max-width: 1179px) and (min-width: 768px) {
    html body .paturi-category-page .paturi-category-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
}

@media (max-width: 767px) {
    html body .paturi-category-page {
        --paturi-card-mobile-inset: clamp(6px, 2.4vw, 10px);
        --paturi-card-mobile-gap: clamp(4px, 1.7vw, 6px);
        --paturi-card-mobile-btn-height: clamp(19px, 6.2vw, 23px);
        --paturi-card-mobile-btn-font-size: clamp(6.5px, 2vw, 8px);
        --paturi-card-mobile-btn-px: clamp(8px, 3.2vw, 11px);
    }

    html body .paturi-category-page .paturi-category-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div {
        aspect-ratio: 1 / 1 !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > p {
        top: 30px !important;
        left: 10px !important;
        right: 10px !important;
        display: -webkit-box !important;
        overflow: visible !important;
        padding: 4px 6px 6px 0 !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.18 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions) {
        left: var(--paturi-card-mobile-inset) !important;
        bottom: clamp(41px, 12.5vw, 54px) !important;
        max-width: calc(100% - calc(var(--paturi-card-mobile-inset) * 1.2)) !important;
        padding: 2px clamp(4px, 1.6vw, 6px) 2px 0 !important;
        font-size: clamp(8px, 2.6vw, 10px) !important;
        line-height: 1.1 !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > .saltele-category-page__card-actions {
        left: var(--paturi-card-mobile-inset) !important;
        right: var(--paturi-card-mobile-inset) !important;
        bottom: var(--paturi-card-mobile-inset) !important;
        max-width: none !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: var(--paturi-card-mobile-gap) !important;
    }

    html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__details,
    html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__compare {
        width: 100% !important;
        min-width: 0 !important;
        min-height: var(--paturi-card-mobile-btn-height) !important;
        padding: clamp(1px, 0.65vw, 2px) var(--paturi-card-mobile-btn-px) !important;
        border-radius: 5px !important;
        font-size: var(--paturi-card-mobile-btn-font-size) !important;
        line-height: 1 !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div .action-items p {
        top: 10px !important;
        left: 10px !important;
        min-height: 18px !important;
        max-width: calc(100% - 20px) !important;
        padding: 1px 8px !important;
        border-radius: 0 12px 12px 0 !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
    }
}
html body .cf-mobile-menu-drawer__overlay {
    background: rgba(0, 0, 0, .48) !important;
    -webkit-backdrop-filter: blur(14px) saturate(115%) !important;
    backdrop-filter: blur(14px) saturate(115%) !important;
    z-index: 2147483600 !important;
}

html body .cf-mobile-menu-drawer {
    width: min(88vw, 390px) !important;
    max-width: 390px !important;
    background: rgba(19, 19, 19, .58) !important;
    border-left: 1px solid rgba(255, 255, 255, .12) !important;
    box-shadow: -24px 0 60px rgba(0, 0, 0, .42) !important;
    z-index: 2147483601 !important;
    -webkit-backdrop-filter: blur(22px) saturate(125%) !important;
    backdrop-filter: blur(22px) saturate(125%) !important;
}

html body .cf-mobile-menu-drawer__inner {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .015)),
        rgba(19, 19, 19, .58) !important;
    color: #f4f4f5 !important;
    -webkit-backdrop-filter: blur(22px) saturate(125%) !important;
    backdrop-filter: blur(22px) saturate(125%) !important;
    scrollbar-color: rgba(255, 255, 255, .2) transparent !important;
    scrollbar-width: thin !important;
}

html body .cf-mobile-menu-drawer__inner::-webkit-scrollbar {
    width: 4px !important;
}

html body .cf-mobile-menu-drawer__inner::-webkit-scrollbar-track {
    background: transparent !important;
}

html body .cf-mobile-menu-drawer__inner::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .2) !important;
    border-radius: 999px !important;
}

html body .cf-mobile-menu-drawer__header {
    border-color: rgba(255, 255, 255, .1) !important;
    background: rgba(19, 19, 19, .62) !important;
    color: #fff !important;
    -webkit-backdrop-filter: blur(18px) saturate(120%) !important;
    backdrop-filter: blur(18px) saturate(120%) !important;
}

html body .cf-mobile-menu-drawer__footer {
    border-color: rgba(255, 255, 255, .1) !important;
    background: rgba(19, 19, 19, .62) !important;
    -webkit-backdrop-filter: blur(18px) saturate(120%) !important;
    backdrop-filter: blur(18px) saturate(120%) !important;
}

html body .cf-mobile-menu-drawer .icon-cancel {
    color: #fff !important;
}

/* Temporary: hide account/login hero card in mobile offcanvas menu. */
@media (max-width: 767px) {
    html body .cf-mobile-menu-drawer__inner > .cf-mobile-login-hero {
        display: none !important;
    }
}

html body .paturi-footer {
    display: block !important;
    margin: 0 !important;
    background: #101010 !important;
    color: rgba(255, 255, 255, .42) !important;
    font-family: var(--shop-block-font-family) !important;
}

html body .paturi-footer,
html body .paturi-footer * {
    box-sizing: border-box !important;
}

html body .paturi-footer a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color .2s ease, border-color .2s ease, opacity .2s ease !important;
}

html body .paturi-footer a:hover,
html body .paturi-footer a:focus-visible {
    color: #ffffff !important;
    outline: 0 !important;
}

html body .paturi-footer__inner {
    display: grid !important;
    width: min(1180px, calc(100% - 64px)) !important;
    margin: 0 auto !important;
    padding: 42px 0 24px !important;
    grid-template-columns: minmax(260px, 1.45fr) minmax(170px, .72fr) minmax(220px, .95fr) !important;
    column-gap: clamp(48px, 8vw, 124px) !important;
    row-gap: 58px !important;
    align-items: start !important;
}

html body .paturi-footer__brand,
html body .paturi-footer__column {
    min-width: 0 !important;
}

html body .paturi-footer__logo {
    display: inline-flex !important;
    width: 154px !important;
    max-width: min(100%, 154px) !important;
    min-height: 48px !important;
    margin: 0 0 36px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-decoration: none !important;
}

html body .paturi-footer__logo img {
    display: block !important;
    width: auto !important;
    max-width: 154px !important;
    height: auto !important;
    max-height: 48px !important;
    object-fit: contain !important;
}

html body .paturi-footer__brand-info {
    display: grid !important;
    gap: 18px !important;
    max-width: 330px !important;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
}

html body .paturi-footer__brand-info p {
    margin: 0 !important;
}

html body .paturi-footer__brand-info span {
    color: #ffffff !important;
    font-weight: 800 !important;
}

html body .paturi-footer__socials {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 28px 0 0 !important;
    padding: 0 !important;
}

html body .paturi-footer__social-link {
    display: inline-grid !important;
    width: 46px !important;
    height: 46px !important;
    place-items: center !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #ffffff !important;
}

html body .paturi-footer__social-link:hover,
html body .paturi-footer__social-link:focus-visible {
    border-color: rgba(255, 255, 255, .28) !important;
    background: rgba(255, 255, 255, .03) !important;
}

html body .paturi-footer__social-link svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
}

html body .paturi-footer__heading {
    display: block !important;
    margin: 0 0 22px !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

html body .paturi-footer__list {
    display: grid !important;
    gap: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    list-style: none !important;
}

html body .paturi-footer__contact-list {
    display: grid !important;
    gap: 18px !important;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
}

html body .paturi-footer__contact-list p {
    margin: 0 !important;
}

html body .paturi-footer__contact-list span {
    display: inline !important;
    color: #ffffff !important;
    font-weight: 800 !important;
}

html body .paturi-footer__copyright {
    width: min(1180px, calc(100% - 64px)) !important;
    margin: 0 auto !important;
    padding: 18px 0 26px !important;
    border-top: 1px solid rgba(255, 255, 255, .07) !important;
    color: rgba(255, 255, 255, .32) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-align: center !important;
}

html body .paturi-footer__legal {
    width: min(1180px, calc(100% - 64px)) !important;
    margin: 0 auto !important;
    padding: 0 0 18px !important;
    color: rgba(255, 255, 255, .62) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-align: center !important;
}

html body .paturi-footer__legal a {
    color: inherit !important;
}

@media (max-width: 900px) {
    html body .paturi-footer__inner {
        width: min(100% - 36px, 680px) !important;
        padding: 34px 0 24px !important;
        grid-template-columns: 1fr 1fr !important;
        column-gap: 34px !important;
    }

    html body .paturi-footer__brand {
        grid-column: 1 / -1 !important;
    }

    html body .paturi-footer__brand-info {
        max-width: none !important;
    }

    html body .paturi-footer__legal,
    html body .paturi-footer__copyright {
        width: min(100% - 36px, 680px) !important;
    }
}

@media (max-width: 560px) {
    html body .paturi-footer__inner {
        width: min(100% - 32px, 420px) !important;
        padding: 28px 0 22px !important;
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    html body .paturi-footer__logo {
        margin: 0 0 28px !important;
        width: 142px !important;
        max-width: min(100%, 142px) !important;
        min-height: 44px !important;
    }

    html body .paturi-footer__logo img {
        max-width: 142px !important;
        max-height: 44px !important;
    }

    html body .paturi-footer__social-link {
        width: 42px !important;
        height: 42px !important;
    }

    html body .paturi-footer__social-link svg {
        width: 17px !important;
        height: 17px !important;
    }

    html body .paturi-footer__brand-info,
    html body .paturi-footer__list,
    html body .paturi-footer__contact-list {
        font-size: 14px !important;
    }

    html body .paturi-footer__legal,
    html body .paturi-footer__copyright {
        width: min(100% - 32px, 420px) !important;
    }

    html body .paturi-footer__copyright {
        padding-bottom: 22px !important;
    }
}

html body .paturi-product-title-section .paturi-product-title,
html body .saltele-product-column-title,
html body .saltele-category-page__title,
html body .paturi-category-page__title {
    color: #181818 !important;
}

/* Paturi category cards should mirror Saltele cards, except no specs and 3:2 media. */
html body .paturi-category-page {
    padding-bottom: 50px !important;
}

html body .paturi-category-page .paturi-category-page__grid {
    position: relative !important;
    z-index: 1 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(12px, 2.8vw, 28px) !important;
    align-items: start !important;
    justify-items: stretch !important;
}

html body .paturi-category-page .paturi-category-page__grid > div {
    display: grid !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    padding: clamp(7px, .8vw, 10px) !important;
    border: 1px solid rgba(11, 40, 54, .13) !important;
    border-radius: 999px !important;
    background: rgba(11, 40, 54, .05) !important;
    box-shadow: 0 10px 26px rgba(11, 40, 54, .04) !important;
    color: var(--shop-block-dark-text) !important;
    gap: clamp(8px, 1.6vw, 14px) !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

html body .paturi-category-page .paturi-category-page__grid > div:hover,
html body .paturi-category-page .paturi-category-page__grid > div:focus-within {
    border-color: rgba(11, 40, 54, .24) !important;
    box-shadow: 0 14px 34px rgba(11, 40, 54, .08) !important;
    transform: translateY(-1px) !important;
}

html body .paturi-category-page .paturi-category-page__grid > div::before,
html body .paturi-category-page .paturi-category-page__grid > div::after {
    display: none !important;
    content: none !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:first-child {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: 3 / 2 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #eef0f1 !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:first-child a,
html body .paturi-category-page .paturi-category-page__grid > div > div:first-child picture,
html body .paturi-category-page .paturi-category-page__grid > div > div:first-child img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child {
    position: static !important;
    display: flex !important;
    max-width: none !important;
    min-width: 0 !important;
    flex-direction: column !important;
    gap: clamp(6px, 1.25vw, 10px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    background: transparent !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > p {
    position: static !important;
    order: 2 !important;
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: var(--shop-block-dark-text) !important;
    font-size: clamp(15px, 2vw, 22px) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.14 !important;
    text-shadow: none !important;
    text-transform: none !important;
    white-space: normal !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div {
    position: static !important;
    order: 1 !important;
    display: block !important;
    max-width: none !important;
    padding: 0 !important;
    color: var(--shop-block-dark-text) !important;
    font-size: clamp(12px, 1.55vw, 16px) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-shadow: none !important;
    white-space: normal !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions) {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    z-index: auto !important;
    max-width: none !important;
    overflow: visible !important;
    padding: 0 !important;
    text-shadow: none !important;
    white-space: normal !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions),
html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions) *,
html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions) .price-label,
html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions) .final-price,
html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions) .special-price,
html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions) .regular-price {
    color: #181818 !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div * {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-shadow: none !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div .font-semibold,
html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div .font-bold,
html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div .font-medium {
    font-size: clamp(15px, 1.85vw, 19px) !important;
    font-weight: 800 !important;
}

html body .paturi-category-page .saltele-category-page__stats {
    display: none !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > .saltele-category-page__card-actions {
    position: static !important;
    order: 4 !important;
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: clamp(4px, .9vw, 8px) !important;
    padding: 0 !important;
}

html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > .saltele-category-page__card-actions > :only-child {
    grid-column: 1 / -1 !important;
}

html body .paturi-category-page .paturi-category-page__grid > div .action-items p {
    top: clamp(6px, 2vw, 12px) !important;
    left: clamp(6px, 2vw, 12px) !important;
    z-index: 2 !important;
    min-height: clamp(18px, 2.8vw, 26px) !important;
    max-width: calc(100% - clamp(12px, 4vw, 24px)) !important;
    padding: clamp(1px, .5vw, 3px) clamp(8px, 1.3vw, 12px) !important;
    border-radius: 999px !important;
    font-size: clamp(10px, 1.35vw, 14px) !important;
    line-height: 1.1 !important;
}

@media (max-width: 1179px) and (min-width: 768px) {
    html body .paturi-category-page .paturi-category-page__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    html body .paturi-category-page {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    html body .paturi-category-page .paturi-category-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: clamp(10px, 2.8vw, 14px) !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div {
        gap: clamp(7px, 1.9vw, 10px) !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child {
        gap: clamp(5px, 1.7vw, 8px) !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > p {
        display: -webkit-box !important;
        font-size: clamp(14px, 4.1vw, 18px) !important;
        line-height: 1.12 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div {
        font-size: clamp(10px, 3.1vw, 13px) !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div:not(.saltele-category-page__card-actions) {
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        max-width: none !important;
        padding: 0 !important;
        line-height: 1.25 !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div .font-semibold,
    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div .font-bold,
    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > div .font-medium {
        font-size: clamp(13px, 3.9vw, 16px) !important;
    }

    html body .paturi-category-page .paturi-category-page__grid > div > div:last-child > .saltele-category-page__card-actions {
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }

    html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__details,
    html body .paturi-category-page .paturi-category-page__grid .saltele-category-page__compare {
        min-height: clamp(30px, 9.4vw, 38px) !important;
        font-size: clamp(11px, 3.3vw, 14px) !important;
    }
}

html body .saltele-product-gallery-arrow,
html body .saltele-product-gallery-thumb-arrow,
html body .paturi-product-gallery-arrow,
html body .paturi-product-gallery-thumb-arrow,
html body .saltele-product-gallery-arrow span,
html body .saltele-product-gallery-thumb-arrow span,
html body .paturi-product-gallery-arrow span,
html body .paturi-product-gallery-thumb-arrow span {
    color: #181818 !important;
}

@media (min-width: 1200px) {
    html body .idei-pentru-interior.recommended-products {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    html body .idei-pentru-interior.recommended-products .recommended-products__inner.idei-pentru-interior__inner,
    html body .idei-pentru-interior .idei-pentru-interior__panel {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

html body .paturi-home-fullwidth-video-autoplay {
    position: relative;
    width: 100%;
    padding: 0;
    background: var(--shop-block-dark-, var(--shop-block-dark-bg));
}

html body .paturi-home-fullwidth-video-autoplay__frame {
    position: relative;
    width: 100%;
    max-width: 1080px;
    min-height: clamp(320px, 54vw, 860px);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    isolation: isolate;
    background: var(--shop-block-dark-, var(--shop-block-dark-bg));
    border-radius: 12px;
}

html body .paturi-home-fullwidth-video-autoplay__frame::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.22) 100%);
    pointer-events: none;
    content: "";
}

html body .paturi-home-fullwidth-video-autoplay__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
    border-radius: 12px;
}

@media (max-width: 767px) {
    html body .paturi-home-fullwidth-video-autoplay__frame {
        width: 100%;
        min-height: 58vw;
        border-radius: 0;
    }

    html body .paturi-home-fullwidth-video-autoplay__media {
        border-radius: 0;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    html body .paturi-home-fullwidth-video-autoplay__frame {
        width: 70%;
    }
}
.consultation-modal__content {
    background: transparent !important;
    color: #f2f2f2;
}

.consultation-modal__title {
    margin: 0;
    color: #c89d45;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    text-transform: none;
}

.consultation-modal__subtitle {
    margin: 0 0 2rem 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

html body .consultation-modal-root .consultation-modal__subtitle + div {
    margin-top: 1rem !important;
}

.consultation-modal__label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 400 !important;
}

.consultation-modal__input {
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
    background: transparent !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.consultation-modal__input::placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

.consultation-modal__submit {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(65, 65, 67, 0.9), rgba(31, 31, 33, 0.9));
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}

.consultation-modal__submit:hover {
    background: linear-gradient(90deg, #525256, #37373a);
    color: #ffffff;
}

html body .consultation-modal-root .fixed.inset-0.z-10.transition-opacity {
    z-index: 2500 !important;
    background-color: rgba(2, 4, 10, 0.88) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

html body .consultation-modal-root .fixed.inset-0.z-10.transform.overflow-y-auto.transition {
    z-index: 2501 !important;
    background: transparent !important;
}

html body .consultation-modal-root [class~='fixed'][class~='inset-0'][class~='z-10'] [class~='absolute'][class~='left-1/2'][class~='top-1/2'] {
    max-width: min(560px, calc(100% - 30px)) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: rgba(8, 12, 20, 0.36) !important;
    -webkit-backdrop-filter: blur(24px) saturate(145%) !important;
    backdrop-filter: blur(24px) saturate(145%) !important;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42) !important;
}

html body .consultation-modal-root .fixed.inset-0.z-10 .flex.items-center.justify-between.gap-5.border-b.border-zinc-200 {
    background: transparent !important;
    border-color: transparent !important;
    border-bottom: 0 !important;
    position: relative !important;
    justify-content: center !important;
    padding-top: 46px !important;
    padding-bottom: 14px !important;
}

html body .consultation-modal-root .consultation-modal__title {
    color: #ffffff !important;
}

html body .consultation-modal-root .consultation-modal__submit {
    border-radius: 6px !important;
    background: #0b84f3 !important;
    color: #ffffff !important;
}

html body .consultation-modal-root .icon-cancel {
    color: #f2f2f2 !important;
    position: absolute !important;
    top: 8px !important;
    right: 12px !important;
    z-index: 2 !important;
}

@media (max-width: 767px) {
    html body .consultation-modal-root [class~='fixed'][class~='inset-0'][class~='z-10'] [class~='absolute'][class~='left-1/2'][class~='top-1/2'] {
        width: 95% !important;
        max-width: 95% !important;
    }

    html body .consultation-modal-root .consultation-modal__title {
        font-size: clamp(1.6rem, 5.2vw, 1.9rem) !important;
        line-height: 1.18 !important;
    }

    html body .consultation-modal-root .consultation-modal__subtitle {
        margin-bottom: 1.25rem !important;
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }
}

html body .consultation-modal-root .consultation-modal__content {
    padding-top: 8px !important;
}

html body .consultation-modal-root .consultation-modal__submit:hover {
    background: #0074df !important;
    color: #ffffff !important;
}

/* Temporary: top spacing for mobile offcanvas categories block. */
html body .cf-mobile-menu-drawer__inner .cf-mobile-menu-categories-wrap {
    padding-top: 30px !important;
}

html body .cf-mobile-menu-drawer__inner .cf-mobile-menu-compare-row {
    padding-bottom: 130px !important;
}

html body .cf-mobile-menu-drawer__inner .cf-mobile-menu-main-view {
    position: relative !important;
}

html body .cf-mobile-menu-drawer__inner .cf-mobile-menu-contact-block {
    position: absolute !important;
    left: 24px !important;
    right: 24px !important;
    bottom: 20px !important;
}


