:root {
    --palena-font-body: 'Jost', sans-serif;
    --palena-font-title: 'Cormorant Garamond', Georgia, serif;
    --font-family-sans-serif: var(--palena-font-body);
}

html {
    font-family: var(--palena-font-body) !important;
}

body {
    font-family: var(--palena-font-body) !important;
    direction: ltr;
    --palena-gutter-x: 48px;
    --palena-header-height: 85px;
    --palena-admin-bar-height: 0px;
}

/* Wide screens: reduce excessive outer margins/padding. */
@media screen and (min-width: 1600px) {
    body {
        --palena-gutter-x: 36px;
    }
}

@media screen and (min-width: 1920px) {
    body {
        --palena-gutter-x: 28px;
    }
}

body,
button,
input,
textarea,
select,
optgroup,
#breadcrumbs,
#breadcrumbs span,
#breadcrumbs a,
.navbar_dark #breadcrumbs,
.navbar_dark #breadcrumbs span,
.navbar_dark #breadcrumbs a {
    font-family: var(--palena-font-title) !important;
}

body,
button,
input,
textarea,
select,
optgroup,
.palena-header,
.palena-header__link,
.palena-header__mega-link,
.palena-header__mega-title,
.palena-header__toggle,
.palena-header__wishlist,
.palena-header__account-login,
.palena-header__account-toggle,
.palena-header__search,
.palena-header__search-input,
.palena-header__search-item-title,
.palena-header__menu,
.palena-header__mega-list,
.btn,
.nav-link,
.dropdown-menu,
.modal-body,
p,
a,
span,
li,
label,
td,
th,
figcaption,
.product-page__description,
.product-page__description p,
.product-page__btn,
.breadcrumb-item,
.navbar_dark,
.navbar_dark #breadcrumbs,
.navbar_dark #breadcrumbs span,
.navbar_dark #breadcrumbs a,
.product-page__wishlist,
.product-page__wishlist-collection,
.product-accordion__trigger,
.product-accordion__body,
.product-materials__item figcaption,
.product-family__name,
.home-intro__text,
.home-intro__role,
.home-showcase__tagline,
.home-showcase__description {
    font-family: var(--palena-font-body) !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.product-page__title,
.product-materials__title,
.product-family__title,
.home-intro__title,
.home-showcase__title,
.home-showcase__title--light,
.home-intro__name,
.modal-title,
.section_title,
.ColumnTitle,
.fancybox-caption__title,
.story_title,
.blog_post_title h2,
.palena-blog-archive__title,
.palena-blog-item__title,
.info_tabs h1,
.large_archive .section_title {
    font-family: var(--palena-font-title) !important;
}

body.admin-bar {
    --palena-admin-bar-height: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        --palena-admin-bar-height: 46px;
    }
}

@media screen and (max-width: 991px) {
    body {
        --palena-gutter-x: 24px;
    }
}

@media screen and (max-width: 575px) {
    body {
        --palena-gutter-x: 16px;
    }
}

body #app {
    padding-top: 0;
}

body:not(.home) #app > :first-child:not(.navbar_dark):not(.product-page):not(#breadcrumbs) {
    padding-top: calc(var(--palena-header-height) + var(--palena-admin-bar-height));
}

body:not(.home) #app > .container-fluid.navbar_dark,
body:not(.home) #app > .navbar_dark.container-fluid {
    background-color: #000 !important;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: calc(10px + var(--palena-header-height) + var(--palena-admin-bar-height)) var(--palena-gutter-x) 10px !important;
}

body:not(.home) #app > .container-fluid.navbar_dark #breadcrumbs,
body:not(.home) #app > .navbar_dark.container-fluid #breadcrumbs,
body:not(.home) #app > .container-fluid.navbar_dark #breadcrumbs span,
body:not(.home) #app > .container-fluid.navbar_dark #breadcrumbs a,
body:not(.home) #app > .navbar_dark.container-fluid #breadcrumbs,
body:not(.home) #app > .navbar_dark.container-fluid #breadcrumbs span,
body:not(.home) #app > .navbar_dark.container-fluid #breadcrumbs a {
    color: rgba(255, 255, 255, 0.55) !important;
}

body:not(.home) #app > .container-fluid.navbar_dark #breadcrumbs,
body:not(.home) #app > .navbar_dark.container-fluid #breadcrumbs {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none;
    line-height: 1.35;
    font-size: 0.78rem;
}

body:not(.home) #app > .container-fluid.navbar_dark #breadcrumbs span,
body:not(.home) #app > .navbar_dark.container-fluid #breadcrumbs span {
    display: inline !important;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

body:not(.home) #app > .container-fluid.navbar_dark #breadcrumbs a,
body:not(.home) #app > .navbar_dark.container-fluid #breadcrumbs a {
    display: inline;
    text-decoration: none;
}

body:not(.home) #app > .container-fluid.navbar_dark #breadcrumbs a:hover,
body:not(.home) #app > .navbar_dark.container-fluid #breadcrumbs a:hover,
body:not(.home) #app > .container-fluid.navbar_dark #breadcrumbs .breadcrumb_last,
body:not(.home) #app > .navbar_dark.container-fluid #breadcrumbs .breadcrumb_last,
body:not(.home) #app > .container-fluid.navbar_dark #breadcrumbs .last,
body:not(.home) #app > .navbar_dark.container-fluid #breadcrumbs .last {
    color: #fff !important;
}

body:not(.home) #app > #breadcrumbs {
    display: block;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: calc(10px + var(--palena-header-height) + var(--palena-admin-bar-height)) var(--palena-gutter-x) 10px !important;
    background: #000 !important;
    color: rgba(255, 255, 255, 0.55) !important;
    line-height: 1.35;
    font-size: 0.78rem;
}

body:not(.home) #app > #breadcrumbs span {
    display: inline !important;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

body:not(.home) #app > #breadcrumbs a {
    display: inline;
    color: rgba(255, 255, 255, 0.55) !important;
    text-decoration: none;
}

body:not(.home) #app > #breadcrumbs a:hover,
body:not(.home) #app > #breadcrumbs .breadcrumb_last,
body:not(.home) #app > #breadcrumbs .last {
    color: #fff !important;
}

#app .container-fluid,
#app .container,
.subscribe > .container,
.newfooter > .container-fluid {
    padding-left: var(--palena-gutter-x) !important;
    padding-right: var(--palena-gutter-x) !important;
}

.subscribe {
    padding-left: var(--palena-gutter-x);
    padding-right: var(--palena-gutter-x);
}

.subscribe > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 1600px;
}

.bg-light {
    background-color: #fff !important;
}

.pa_bg_dark {
    background-color: #353B48;
}

.pa_bg_yellow {
    background-color: #FFB302;
}

.pa_bg_grey {
    background-color: #7F8C8D;
}

.pa_dark_color {
    color: #353B48;
}

.pa_yellow_color {
    color: #FFB302;
}

.pa_grey_color {
    color: #7F8C8D;
}

.pa_btn_dark {
    background-color: #353B48;
    padding: 10px 20px 15px 20px;
    color: #fff;
}

.pa_btn_dark:hover {
    background-color: #353B48;
    padding: 9px 19px 14px 19px;
    color: #FFB302;
}

.pa_btn_light {
    box-shadow: 0px 2px 5px 0px #ccc;
}

.pa_btn_light:hover {
    box-shadow: 0px 2px 10px 0px #a3a3a3;
}

a:hover {
    text-decoration: none;
}

#app {
    min-height: 70vh;
}

.productButton {
    font-size: 13px;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    transition: all .3s;
    box-shadow: none;
}

.productButton:hover {
    border-color: #000;
}

/*----------------------main nav ---------------*/
.palena-header {
    position: fixed;
    top: var(--palena-admin-bar-height);
    left: 0;
    right: 0;
    z-index: 1200;
    --palena-header-surface-bg: rgba(0, 0, 0, 0.52);
    --palena-header-surface-blur: blur(14px);
    --palena-header-surface-border: rgba(255, 255, 255, 0.08);
}

body.home .palena-header {
    --palena-header-surface-bg: transparent;
    --palena-header-surface-blur: none;
    --palena-header-surface-border: transparent;
}

body.home .palena-header.is-scrolled,
body.home .palena-header.is-submenu-active {
    --palena-header-surface-bg: rgba(0, 0, 0, 0.52);
    --palena-header-surface-blur: blur(14px);
    --palena-header-surface-border: rgba(255, 255, 255, 0.08);
}

.palena-header__bar {
    position: relative;
    height: var(--palena-header-height);
    background: var(--palena-header-surface-bg);
    backdrop-filter: var(--palena-header-surface-blur);
    -webkit-backdrop-filter: var(--palena-header-surface-blur);
    border-bottom: 1px solid var(--palena-header-surface-border);
    transition: background 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease;
}

@media (min-width: 992px) {
    .palena-header:has(.palena-header__item--mega:hover) .palena-header__bar,
    .palena-header.is-submenu-active .palena-header__bar {
        border-bottom: none;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .palena-header__menu > .palena-header__item:not(.palena-header__item--mega) {
        position: relative;
        z-index: 2;
    }

    .palena-header__item--mega {
        position: static;
    }

    .palena-header__item--mega > .palena-header__link {
        position: relative;
        z-index: 2;
    }

    .palena-header__item--mega:hover .palena-header__mega,
    .palena-header__item--mega:focus-within .palena-header__mega {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        padding-top: calc(var(--palena-header-height) + 48px);
        z-index: 1;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
        transition:
            background 0.35s ease,
            backdrop-filter 0.35s ease,
            border-color 0.35s ease,
            opacity 0.22s ease,
            transform 0.22s ease,
            visibility 0s;
    }

    .palena-header__toggle {
        display: none;
    }
}

body.home .palena-header__mega {
    transition:
        background 0.35s ease,
        backdrop-filter 0.35s ease,
        border-color 0.35s ease,
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0s linear 0.4s;
}

.palena-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    height: 100%;
    width: 100%;
    /* Full-bleed like footer; desktop nav re-railed to 1600px below */
    max-width: none;
    margin: 0 auto;
    padding: 0 var(--palena-gutter-x);
}

.palena-header__logo img {
    display: block;
    width: auto;
    height: 58px;
    max-width: 240px;
    max-height: 64px;
    object-fit: contain;
}

.palena-header__logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.palena-header__nav {
    justify-self: start;
    margin-left: 0;
}

.palena-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
    flex-shrink: 0;
    min-width: 40px;
}

/*
 * Desktop: logo/actions = footer edge framework; nav = product 1600px rail.
 * Placed after base header rules so cascade wins over the shared inner layout.
 */
@media (min-width: 992px) {
    .palena-header__inner {
        display: block;
        max-width: none;
        padding: 0;
    }

    .palena-header__logo,
    .palena-header__actions {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .palena-header__logo {
        left: var(--palena-gutter-x);
    }

    .palena-header__actions {
        right: var(--palena-gutter-x);
    }

    .palena-header__nav {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        --palena-header-logo-clearance: 268px;
        --palena-header-actions-clearance: 108px;
        padding-left: max(
            var(--palena-gutter-x),
            calc(
                var(--palena-gutter-x) + var(--palena-header-logo-clearance)
                - max(0px, (100% - 1600px) / 2)
            )
        );
        padding-right: max(
            var(--palena-gutter-x),
            calc(
                var(--palena-gutter-x) + var(--palena-header-actions-clearance)
                - max(0px, (100% - 1600px) / 2)
            )
        );
    }
}

.palena-header__menu,
.palena-header__mega-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.palena-header__menu {
    display: flex;
    align-items: center;
    gap: 36px;
}

.palena-header__item {
    position: relative;
}

.palena-header__item--mega {
    position: static;
}

.palena-header__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.palena-header__link:hover,
.palena-header__link:focus {
    color: #fff;
    opacity: 0.82;
    text-decoration: none;
    outline: none;
}

.palena-header__caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
}

.palena-header__search,
.palena-header__wishlist,
.palena-header__account-login,
.palena-header__account-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    text-decoration: none;
}

.palena-header__account {
    position: relative;
    flex: 0 0 auto;
}

.palena-header__account-login,
.palena-header__account-toggle {
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.25s ease;
}

.palena-header__account-login svg,
.palena-header__account-toggle svg {
    display: block;
    width: 20px;
    height: 20px;
}

.palena-header__account-login:hover,
.palena-header__account-login:focus,
.palena-header__account-toggle:hover,
.palena-header__account-toggle:focus {
    opacity: 0.82;
    outline: none;
}

.palena-header__account-toggle[aria-expanded="true"] {
    opacity: 1;
}

.palena-header__account-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 20;
    min-width: 200px;
    padding: 14px 16px;
    background: var(--palena-header-surface-bg, rgba(12, 12, 12, 0.92));
    backdrop-filter: var(--palena-header-surface-blur, blur(12px));
    -webkit-backdrop-filter: var(--palena-header-surface-blur, blur(12px));
    border: 1px solid var(--palena-header-surface-border, rgba(255, 255, 255, 0.12));
    color: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.palena-header__account-welcome {
    margin: 0 0 12px;
    font-family: "Jost", sans-serif;
    font-size: 0.84rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
}

.palena-header__account-links {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0 0 12px;
}

.palena-header__account-link {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: capitalize;
    transition: opacity 0.2s ease;
}

.palena-header__account-link:hover,
.palena-header__account-link:focus {
    color: #fff;
    opacity: 0.72;
    outline: none;
}

.palena-header__account-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.palena-header__account-logout:hover,
.palena-header__account-logout:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    outline: none;
}

.palena-header__search {
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.25s ease;
}

.palena-header__search svg {
    display: block;
    width: 20px;
    height: 20px;
}

.palena-header__search:hover,
.palena-header__search:focus {
    opacity: 0.82;
    outline: none;
}

.palena-header__search[aria-expanded="true"] {
    opacity: 1;
}

.palena-header__search-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    background: var(--palena-header-surface-bg);
    backdrop-filter: var(--palena-header-surface-blur);
    -webkit-backdrop-filter: var(--palena-header-surface-blur);
    border-bottom: 1px solid var(--palena-header-surface-border);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
        opacity 0.28s ease,
        transform 0.28s ease,
        visibility 0s linear 0.28s;
}

.palena-header.is-search-open .palena-header__search-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    border-top: none;
    border-bottom: 1px solid var(--palena-header-surface-border);
    transition:
        opacity 0.28s ease,
        transform 0.28s ease,
        visibility 0s;
}

.palena-header.is-search-open .palena-header__bar {
    border-bottom: none;
    --palena-header-surface-bg: rgba(0, 0, 0, 0.52);
    --palena-header-surface-blur: blur(14px);
    --palena-header-surface-border: rgba(255, 255, 255, 0.08);
}

body.home .palena-header.is-search-open,
body.home .palena-header.is-search-open .palena-header__bar {
    --palena-header-surface-bg: rgba(0, 0, 0, 0.52);
    --palena-header-surface-blur: blur(14px);
    --palena-header-surface-border: rgba(255, 255, 255, 0.08);
}

.palena-header__search-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 28px var(--palena-gutter-x) 32px;
}

.palena-header__search-field {
    position: relative;
    display: flex;
    align-items: center;
}

.palena-header__search-field-icon {
    position: absolute;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 100%;
    color: rgba(255, 255, 255, 0.55);
    pointer-events: none;
}

.palena-header__search-field-icon svg {
    width: 18px;
    height: 18px;
}

.palena-header__search-input {
    width: 100%;
    padding: 14px 48px 14px 48px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    background: transparent;
    color: #fff;
    font-family: var(--palena-font-body, 'Jost', sans-serif);
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    outline: none;
    transition: border-color 0.25s ease;
    /* Keep custom clear button; hide native browser × on type=search */
    -webkit-appearance: none;
    appearance: none;
}

.palena-header__search-input::-webkit-search-decoration,
.palena-header__search-input::-webkit-search-cancel-button,
.palena-header__search-input::-webkit-search-results-button,
.palena-header__search-input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.palena-header__search-input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.palena-header__search-input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.palena-header__search-input:focus {
    border-bottom-color: rgba(255, 255, 255, 0.72);
}

.palena-header__search-clear {
    position: absolute;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.palena-header__search-clear:hover,
.palena-header__search-clear:focus {
    color: #fff;
    outline: none;
}

.palena-header__search-clear svg {
    width: 16px;
    height: 16px;
}

.palena-header__search-results {
    margin-top: 18px;
    max-height: min(52vh, 420px);
    overflow-y: auto;
}

.palena-header__search-hint,
.palena-header__search-empty,
.palena-header__search-loading {
    margin: 0;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.92rem;
    letter-spacing: 0.02em;
}

.palena-header__search-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.palena-header__search-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.palena-header__search-item:last-child {
    border-bottom: 0;
}

.palena-header__search-item:hover,
.palena-header__search-item:focus {
    opacity: 0.82;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.palena-header__search-item-image {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.08);
}

.palena-header__search-item-image--placeholder {
    display: block;
}

.palena-header__search-item-title {
    font-size: 0.98rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.35;
}

.palena-header__wishlist img {
    display: block;
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.palena-header__submenu-toggle {
    display: none;
}

.palena-header__mega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 48px 0 56px;
    background: var(--palena-header-surface-bg);
    backdrop-filter: var(--palena-header-surface-blur);
    -webkit-backdrop-filter: var(--palena-header-surface-blur);
    border-bottom: 1px solid var(--palena-header-surface-border);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
        background 0.35s ease,
        backdrop-filter 0.35s ease,
        border-color 0.35s ease,
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0s linear 0.4s;
    pointer-events: none;
}

.palena-header__mega::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    height: 16px;
    pointer-events: none;
}

.palena-header__mega-inner {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 var(--palena-gutter-x);
    pointer-events: auto;
}

.palena-header__mega-block + .palena-header__mega-block {
    margin-top: 40px;
}

.palena-header__mega-title {
    margin: 0 0 22px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.palena-header__mega-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 36px;
}

.palena-header__mega-link {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.palena-header__mega-link:hover,
.palena-header__mega-link:focus {
    color: #fff;
    opacity: 0.78;
    text-decoration: none;
    outline: none;
}

.palena-header__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.palena-header__toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0;
    background: #fff;
    flex-shrink: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.palena-header.is-open .palena-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.palena-header.is-open .palena-header__toggle span:nth-child(2) {
    opacity: 0;
}

.palena-header.is-open .palena-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

body.palena-header-open {
    overflow: hidden;
}

body.palena-header-open .palena-header__mega {
    pointer-events: auto;
}

.main_nav .nav-link:hover {
    cursor: pointer;
}

.main_nav .navbar-nav .page_item {
    margin-right: 10px;
}

.main_nav .navbar-nav .page_item a {
    color: #979494;
}

.main_nav .navbar-nav .current_page_item a {
    color: #0c0c0c;
}

.navbar_dark {
    background-color: #000000;
}

/*---------------------main slider-----------------------*/
.main_slider.swiper {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #0a0a0a;
}

.main_slider .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #0a0a0a;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main_slider .swiper-slide a.main_slider_item,
.main_slider .swiper-slide span.main_slider_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}

/*.main_slider .swiper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.main_slider .swiper-slide {*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    background: #fff;*/

/*    !* Center slide text vertically *!*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
/*}*/

/*.main_slider .swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height:auto;*/

/*}*/
.main_slider .swiper-pagination {
    border-radius: 20px;
    padding: 5px;
}

/*-------------------top designer slider ----------------*/
.section_title h3 {
    color: #1b1e21;
    font-size: 20px;
    font-weight: normal;
}

.section_title h2 a:hover {
    opacity: 0.8;
}

.top_designer p {
    font-weight: lighter;
    font-size: 1rem;
}

.top_designer .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.top_designer .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.top_designer .product_name,
.trending_products .product_name,
.story .product_name,
.large_archive .product_name,
.small_archive .product_name {
    font-size: 15px;
    font-weight: 300;
    color: #1b1e21;
    text-align: left;
    min-height: 37.5px;
    display: inline-block;
}


.swiper .card-body, .archive .card-body {
    padding: 5px 0 15px !important;
    background-color: #fff;
    z-index: 8;
}

.swiper .card-body h5, .archive .card-body h5 {
    text-align: left;
    margin-bottom: 0;
}

.top_designer .swiper-slide .card {
    padding: 15px;
}

.top_designer .swiper-slide .card img {
    transition: transform 0.4s ease-in-out;
}

.top_designer .swiper-slide .card:hover img {
    transform: scale(1.03);
}

.trending_products .card img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-radius: 0 !important;
}

.registerHeader {
    position: relative;
    color: #fff;
    font-weight: 500;
}

.registerHeader .cover {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.registerHeader img:nth-child(2) {
    max-width: 100%;
    height: auto;
}

.registerHeader h1 {
    position: absolute;
    font-size: 19px;
    z-index: 3;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: calc(50% - 10px);
}

/*-----------------------Featured Categories---------------------------------------*/
.Featured_Categories .cat_row .cat_name {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    vertical-align: middle;
}

.Featured_Categories .cat_row .cat_name a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Featured_Categories .card:hover > .cat_name {
    visibility: visible;
    opacity: 1;

}


/*---------------------------story---------------------------*/

.palena-story-archive {
    background: #fff;
    padding: 48px var(--palena-gutter-x) 80px;
}

.palena-story-archive__inner {
    max-width: 1600px;
    margin: 0 auto;
}

.palena-story-archive__item {
    margin: 0 0 40px;
}

.palena-story-archive__item:last-child {
    margin-bottom: 0;
}

.palena-story-archive__media {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    background-color: #ececec;
}

.palena-story-archive__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 55%);
    pointer-events: none;
}

.palena-story-archive__link {
    display: block;
    width: 100%;
    height: 100%;
}

.palena-story-archive__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.palena-story-archive__media .home-showcase__overlay {
    z-index: 3;
    pointer-events: none;
}

.palena-story-archive__media .home-showcase__title {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    letter-spacing: 0.04em;
    text-transform: none;
}

.palena-story-archive__media .home-showcase__tagline {
    margin-top: 8px;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    opacity: 0.92;
}

.story_items .title_s_item {
    border-bottom: none;
    padding: 20px 0px;
}

.story_items .card-img-top, .card-img-top {
    border-radius: 0 !important;
}

.story_items .story_link a {
    font-size: 1rem;
    color: #ffffff;
    padding: 10px 15px;
    background-color: #1b1e21;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.story_items .story_link a:hover {
    text-decoration: none;
    color: #FFB302;
    padding: 12px 17px;
}

.story .story_slider {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.story .swiper {
    text-align: center;
    font-size: 19px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.story .story_slider img {
    width: 100%;
}

.story .story_slider .swiper-slide {
    position: relative;
}

.story .story_slider .story_title .btn_read_story a {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 19px;
}

.story .story_slider .story_title .btn_read_story a {
    color: #fff;
}

.story .story_slider .story_title .btn_read_story a:hover {
    background-color: #fff;
    color: #0a0b0c;

}

.btn_outline_pf {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
}

.btn_outline_pf:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 400 !important;
}


/*-------------------------footer-------------------------------*/
footer {
    background-color: #000;
}

footer a,
footer span {
    color: #fff;
}

footer span {
    padding-bottom: 30px;
    font-size: 14px;
}

footer .footer_links a {
    padding: 0.5rem 0.3rem;
    font-weight: 300;
}

footer ul {
    padding-left: 0;
}

footer li {
    list-style-type: none;
    margin-bottom: 5px;
}

footer li, footer a {
    color: #fff;
    font-size: 14px;
}

footer li:hover, footer a:hover {
    color: #f3f3f3;
}

footer li img {
    filter: invert(75%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

footer li img:hover {
    filter: invert(55%) sepia(0%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

footer .subscribe form input,
footer .subscribe form button {
    background-color: #1a1a1a;
    outline: none;
    border: none;
}

footer .subscribe form input:focus {
    background-color: #343434;
    color: #fff;
    box-shadow: none;
}

footer .subscribe form button:hover {
    color: #fff;
    background-color: #1a1a1a;
}

.socialWrapper {
    display: flex;
    flex-wrap: wrap;
}

footer svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

footer .copyright span {
    padding-bottom: 0;
}

/*--------------------large archive page -----------------------*/
.palena-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0 10px;
}

.palena-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.palena-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: clamp(0.88rem, 1.2vw, 1rem) !important;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    text-decoration: none;
    border: 1px solid #d8d8d8;
    background: #fff;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.palena-pagination a.page-numbers:hover {
    border-color: #1a1a1a;
}

.palena-pagination .page-numbers.current {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.palena-pagination .page-numbers.dots {
    border-color: transparent;
    background: transparent;
}

.large_archive {
    overflow: hidden;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.palena-archive-thumb {
    display: grid;
    align-items: start;
    justify-items: center;
    position: relative;
}

.palena-product-infinite {
    width: 100%;
    min-height: 1px;
    padding: 24px 0 48px;
}

.palena-product-infinite__sentinel {
    width: 100%;
    height: 1px;
}

.palena-product-infinite__status {
    margin: 16px 0 0;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    min-height: 1.2em;
}

/* Stack primary + secondary (WebP Express wraps imgs in <picture>). */
.palena-archive-thumb > img,
.palena-archive-thumb > picture,
.large_archive .palena-archive-thumb > img,
.large_archive .palena-archive-thumb > picture,
.small_archive .palena-archive-thumb > img,
.small_archive .palena-archive-thumb > picture {
    grid-area: 1 / 1;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.palena-archive-thumb > picture > img,
.large_archive .palena-archive-thumb > picture > img,
.small_archive .palena-archive-thumb > picture > img,
.palena-archive-thumb > img,
.large_archive .palena-archive-thumb > img,
.small_archive .palena-archive-thumb > img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 3.75s ease, transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.palena-archive-thumb__secondary {
    opacity: 0;
}

.large_archive .card:hover .palena-archive-thumb--has-secondary .palena-archive-thumb__secondary {
    opacity: 1;
}

.large_archive .card:hover .palena-archive-thumb--has-secondary .palena-archive-thumb__primary {
    opacity: 0;
}

.large_archive .product_name {
    display: block;
    padding: 10px 5px;

}

.large_archive .product_name:hover,
.small_archive .product_name:hover {
    font-weight: 500;
}

.large_archive .card-img-top,
.small_archive .card-img-top {
    transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: grab;
    border-radius: 0 !important;
}

.large_archive .card .card-body img,
.small_archive .card .card-body img {
    padding: 20px;
}

.large_archive .card:hover .card-img-top,
.small_archive .card:hover .card-img-top {
    transform: scale(1.05);
    object-fit: cover;
}

.large_archive .card {
    overflow: hidden;
    border-radius: 0 !important;
}

/*-----------------  single product page  ----------------------*/
.story_slider .swiper-button-prev,
.story_slider .swiper-button-next,
.single-product .swiper-button-prev,
.single-product .swiper-button-next,
.trending_products .trendingProductsSlider .swiper-button-prev,
.trending_products .trendingProductsSlider .swiper-button-next {
    color: #252525;;
}

.product_info .info_tabs .nav-tabs .nav-link.active {
    border: none;
    font-weight: 600;
}

.product_info .info_tabs .sticky-top {
    top: 93px;
}

.product_info .info_tabs .nav-tabs .nav-link {
    border-bottom: 2px solid transparent;
    margin-bottom: 5px;
}

.product_info .info_tabs .pan_info {
    border-top: 0.5px solid #efefef;
    padding: 15px 0 0 0;
}

.product_info .info_tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.product_info .info_tabs .nav-tabs .nav-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.product_info .info_tabs .nav-tabs .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.product_info .info_tabs .nav-tabs .nav-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.productButtonWrapper .productButtonFirst {
    width: 100%;
}

.btn_box #addToWishListSection,
.btn_box .dimension {
    justify-content: center;
    width: 93%;
    font-size: 0.75rem;
}

.info_tabs br {
    display: none !important;
}

.metal .swiper {
    width: 100%;
    height: 100%;
}

.metal .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.metal .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.metal .swiper-button-next, .metal .swiper-button-prev {
    /*background-color: #fff;*/
    /*border-radius: 50%;*/
    color: #212121;
    width: calc(var(--swiper-navigation-size) / 8 * 8);

}

.metal .swiper-button-next:after, .metal .swiper-button-prev:after {
    font-size: 1.1rem;
}

.metal .swiper-button-next.swiper-button-disabled, .metal .swiper-button-prev.swiper-button-disabled {
    opacity: 0.2;
}

:root {
    --swiper-navigation-size: 32px;
}

span.input-has-error {
    color: #e74c3c;
    font-size: 0.8rem;
}

.trending_products .swiper {
    width: 100%;
    height: 100%;
}

.trending_products .swiper-slide {

    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.trending_products .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trending_products .swiper-button-next, .trending_products .swiper-button-prev {
    position: static;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin: 0px 20px 20px 20px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/*.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{*/
/*    transform: translate(-50%,10px);*/
/*}*/
.main_slider .swiper-pagination-bullet-active,
.trending_products .swiper-pagination-bullet-active,
.story_slider .swiper-pagination-bullet-active,
.gallery_slider .swiper-pagination-bullet-active {
    background-color: #151414;

}

.page_title_about {
    display: none;
}

.family_box a {
    color: #3a3a3a;
}

.video-fluid {
    width: 100%;
}

/*------------------------------newsletter form --------------------------------*/

.tnp-subscription input,
.tnp-subscription input::placeholder {
    font-size: 0.8rem;
}

.contact_us_form input::placeholder,
.contact_us_form textarea::placeholder {
    font-size: 0.8rem;
    color: #ccc;
}

.subscribe {
    background-color: #efefef;
}

.contact_us_page a:hover {
    color: black !important;
}

/*------------------------------Blog --------------------------------*/
.navbar_dark + .container-fluid {
    padding-top: 24px;
}

.palena-blog-archive {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 48px var(--palena-gutter-x) 80px;
}

.palena-blog-archive__inner {
    width: 100%;
}

.palena-blog-archive__header {
    margin: 0 0 48px;
    text-align: center;
}

.palena-blog-archive__title {
    margin: 0;
    color: #222;
    font-family: var(--palena-font-title, 'Cormorant Garamond', serif);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.palena-blog-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
    gap: 32px;
}

.palena-blog-item {
    width: 100%;
}

.palena-blog-item__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 16px;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.palena-blog-item:hover .palena-blog-item__inner {
    border-color: #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.07);
}

.palena-blog-item__media {
    display: block;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f3f3f3;
    aspect-ratio: 2 / 1;
}

.palena-blog-item__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.palena-blog-item__image--empty {
    background: linear-gradient(135deg, #f0f0f0 0%, #e4e4e4 100%);
}

.palena-blog-item:hover .palena-blog-item__image:not(.palena-blog-item__image--empty) {
    transform: scale(1.03);
}

.palena-blog-item__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    padding: 4px 4px 8px;
}

.palena-blog-item__date {
    color: #999;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.palena-blog-item__title {
    margin: 0;
    color: #222;
    font-family: var(--palena-font-title, 'Cormorant Garamond', serif);
    font-size: clamp(1.2rem, 2.2vw, 1.5rem);
    font-weight: 400;
    line-height: 1.3;
}

.palena-blog-item__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.palena-blog-item__title a:hover,
.palena-blog-item__title a:focus {
    color: #000;
    outline: none;
}

.palena-blog-item__excerpt {
    margin: 0;
    color: #666;
    font-size: 0.92rem;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.palena-blog-item__read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-top: 4px;
    color: #333;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.palena-blog-item__read-more::after {
    content: "→";
    display: inline-block;
    transition: transform 0.3s ease;
}

.palena-blog-item__read-more:hover,
.palena-blog-item__read-more:focus {
    color: #000;
    outline: none;
}

.palena-blog-item__read-more:hover::after,
.palena-blog-item__read-more:focus::after {
    transform: translateX(4px);
}

.palena-blog-item--placeholder:hover .palena-blog-item__image {
    transform: none;
}

.palena-blog-archive__pagination {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.palena-blog-archive__pagination ul,
.palena-blog-archive__pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.palena-blog-archive__pagination li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.palena-blog-archive__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    font-family: var(--palena-font-body);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #fff;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.palena-blog-archive__pagination a.page-numbers:hover,
.palena-blog-archive__pagination a.page-numbers:focus {
    border-color: #1a1a1a;
    outline: none;
}

.palena-blog-archive__pagination .page-numbers.current {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.palena-blog-archive__pagination .page-numbers.dots {
    border-color: transparent;
    background: transparent;
    min-width: auto;
    padding: 0 4px;
}

.palena-blog-archive__pagination .wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.palena-blog-archive__pagination .wp-pagenavi a,
.palena-blog-archive__pagination .wp-pagenavi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #fff;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.palena-blog-archive__pagination .wp-pagenavi a:hover {
    border-color: #1a1a1a;
}

.palena-blog-archive__pagination .wp-pagenavi span.current {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.palena-blog-archive__empty {
    margin: 24px 0 0;
    color: #666;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .palena-blog-archive {
        padding-top: 56px;
        padding-bottom: 96px;
    }

    .palena-blog-archive__header {
        margin-bottom: 56px;
    }

    .palena-blog-list {
        gap: 40px;
    }

    .palena-blog-item__inner {
        flex-direction: row;
        align-items: center;
        gap: 28px;
        padding: 20px;
    }

    .palena-blog-item__media {
        flex: 0 0 40%;
        width: 40%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 2 / 1;
        align-self: center;
    }

    .palena-blog-item__content {
        gap: 14px;
        padding: 8px 16px 8px 4px;
    }

    .palena-blog-archive__pagination {
        margin-top: 64px;
    }
}

@media screen and (min-width: 992px) {
    .palena-blog-item__inner {
        gap: 36px;
        padding: 24px;
    }

    .palena-blog-item__media {
        flex-basis: 42%;
        width: 42%;
        max-width: 440px;
    }

    .palena-blog-item__content {
        padding: 12px 20px 12px 8px;
    }
}

.blog-sidebar .blog_header {
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.blog-sidebar ul {
    list-style: none;
}

.blog-sidebar ul li a, .blog_post_title {
    color: #686666;
    padding-left: 5px;
}

.blog-sidebar ul li a:hover,
.blog_post_title:hover {
    color: #000;
}

.wp-block-latest-posts.wp-block-latest-posts__list, .blog-sidebar ul {
    list-style: none;
    padding-left: 1rem !important;
}

.title_blog_main_text {
    font-size: 1.3rem !important;
}

/* WP-PageNavi pagination */
.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 999px;
    background: #fff;
    color: #0a0a0a;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
    border-color: rgba(0, 0, 0, 0.45);
    background: #f6f7f7;
    color: #000;
    outline: none;
}

.wp-pagenavi span.current {
    border-color: #000;
    background: #000;
    color: #fff;
}

.wp-pagenavi span.pages {
    border-color: transparent;
    background: transparent;
    color: #666;
    text-transform: none;
    letter-spacing: 0.02em;
    font-weight: 400;
    min-width: 0;
    padding: 0 4px;
}

/*------------------------------Edits --------------------------------*/

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0 !important;
}

.mega-menu-logo {
    padding-left: 0 !important;
}

.breadcrumb-item {
    margin-left: 0 !important;
}

#breadcrumbs {
    margin: 0;
    padding: 0;
}

#breadcrumbs span {
    display: inline;
    font-size: inherit;
    line-height: inherit;
}

.info_tabs h1 {
    font-size: 17px;
}

#overview_tab {
    padding-left: 0 !important;
}

#nav-tabContent * {
    font-size: 14px;
    line-height: 20px;
}

#nav_material .swiper-slide span {
    width: 100%;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    line-height: 17px;
    color: #000;
}

.fancybox-caption__body {
    display: inline-block !important;
}

.fancybox-caption__title {
    display: block;
    font-family: var(--palena-font-title);
    font-size: 1.15rem;
    line-height: 1.35;
}

.fancybox-caption__desc {
    display: block;
    margin-top: 8px;
    font-family: var(--palena-font-body);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.55;
    opacity: 0.9;
}

#addToWishListSection img, .btn.dimension img {
    max-width: 18px;
}

.productAction button {
    font-size: 14px;
}

#mc4wp-form-1 input,
.palena-inner-circle-form input {
    font-size: 13px;
    border: 1px solid #000;
    padding-left: 10px;
}

#mc4wp-form-1 input[type="submit"],
.palena-inner-circle-form input[type="submit"] {
    border: none;
    cursor: pointer;
}

.palena-inner-circle-form .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.palena-inner-circle-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.palena-inner-circle-response {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    min-height: 1.2em;
}

.palena-inner-circle-response.is-success {
    color: #000;
}

.palena-inner-circle-response.is-error {
    color: #b42318;
}

.subscribe h4 {
    font-size: 18px;
}

.subscribe p {
    font-size: 14px;
}

.main_nav .row {
    width: 100%;
}

#mega-menu-top_menu {
    margin-left: -4px !important;
}

.mega-sticky-wrapper #mega-menu-top_menu {
    margin-left: 15px !important;
}

.fancybox-show-caption .fancybox-caption {
    border: 0 !important;
    padding: 10px !important;
}

.swiper-scale-effect .swiper-slide-cover {
    transition-timing-function: linear;
    transition-duration: 20s;
    transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1.3);
}

.video-wrapper {
    position: relative;
}

.video-wrapper::after {
    content: '';
    position: absolute;
    background-image: url(../img/play.svg);
    width: 70px;
    height: 70px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    z-index: 8;
    background-color: #ffffff38;
    border-radius: 50%;
    padding: 10px;
}

.video-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.productRegistration {
    font-size: 14px;
}

.productRegistration p {
    width: 100%;
    font-size: 14px;
}

.productRegistration iframe {
    width: 99%;
}

.productRegistration h1 {
    font-size: 16px;
}

.productRegistration h2 {
    text-align: center;
    font-size: 18px;
}

.productRegistration br {
    display: none !important;
}

.formWrapper {
    padding: 25px 0 40px;
    background-color: #e6e7e9;
}

.productRegistration form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 240px;
    margin: 10px auto;
}

.productRegistration input[type="text"] {
    text-align: center;
    height: 40px;
    border: 0;
    font-weight: 500;
    font-size: 14px;
}

.productRegistration input[type="submit"] {
    margin-top: 7px;
    height: 40px;
    background-color: #948f8c;
    color: #fff;
    border: 0;
    border-radius: 2px;
    transition: all .3s;
    font-size: 14px;
}

.productRegistration input[type="submit"]:hover {
    background-color: #1e1e1e !important;
}

.productRegistration .formLabel {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.prNotFound {
    margin-bottom: 100px;
    color: #444;
}

.prNotFound p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.prNotFound a {
    text-align: center;
    font-size: 15px;
    display: block;
}


.gform_title {
    display: none !important;
}

.gform-body label {
    display: none !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.forminator-label {
    display: none !important;
}

.gform-body input, .gform-body textarea, .forminator-input, .forminator-textarea {
    width: 100% !important;
    font-size: 13px !important;
    border: 1px solid #666 !important;
    border-radius: 2px !important;
    color: #5b5b5b !important;
    background-color: #fff !important;
}

.forminator-textarea {
    max-height: 90px !important;
}

.gform-body input::placeholder, .forminator-input::placeholder, .forminator-textarea::placeholder {
    font-size: 13px;
    color: #5b5b5b !important;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-row:not(:last-child) {
    margin-bottom: 20px !important;
}

.forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox .forminator-checkbox-box {
    width: 15px !important;
    height: 15px !important;
    max-width: 15px !important;
}

.forminator-checkbox-label {
    font-size: 13px;
}

.select2-selection {
    background-color: #fff !important;
}

.select2-selection__placeholder {
    font-size: 13px;
    color: #a5a5a5;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design="default"] select.forminator-select2 + .forminator-select .selection span[role="combobox"].select2-selection--single .select2-selection__rendered, .forminator-ui.forminator-custom-form[data-design="default"] select.forminator-select2 + .forminator-select .selection span[role="combobox"].select2-selection--single .select2-selection__rendered {
    padding: 0 5px 0 14px !important;
}

.gform_wrapper.gravity-theme .gfield {
    margin: 4px 0;
}

.gfield_checkbox label {
    display: block !important;
}

.gfield_checkbox input {
    width: 15px !important;
    margin-right: 5px !important;
}

.gchoice {
    display: flex;
    align-items: center;
}

.gform-body select {
    font-size: 13px !important;
    color: #5b5b5b !important;
    background-color: #fff !important;
    border: 1px solid #666 !important;
}

.gform_button, .forminator-button-submit {
    width: 100% !important;
    height: 35px !important;
    font-size: 13px !important;
    color: #fff !important;
    background-color: #1e1e1e !important;
    border: 0 !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-7940.forminator-dropdown--default {
    border-color: #000 !important;
    background-color: #fff !important;
}

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option {
    background-color: transparent !important;
    color: #000000;
    font-size: 13px;
    padding: 0 8px;
}

.forminator-select-dropdown-container--open .forminator-custom-form-7940.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
    color: #000 !important;
    font-weight: 500 !important;
}

.forminator-ui#forminator-module-7940.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
    font-size: 13px !important;
}

.forminator-ui#forminator-module-7940.forminator-design--default .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"] {
    border-color: #000 !important;
}

.forminator-ui#forminator-module-7940.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover {
    border-color: #000 !important;
}

.forminator-ui#forminator-module-7940.forminator-design--default .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"] .select2-selection__arrow,
.forminator-ui#forminator-module-7940.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover .select2-selection__arrow {
    color: #777771 !important;
}

.modal-dialog {
    top: 80px
}

.close span {
    font-size: 25px !important;
}

.modal-body {
    padding: .3rem 1rem !important;
}

.modal-header h5 {
    font-size: 15px !important;
}

.gform_validation_errors {
    border: 1.5px solid #000 !important;
    padding: 10px 15px 10px 45px;
}

.gform_submission_error {
    color: #000 !important;
}

.ginput_container_text .gfield_validation_message {
    padding: 0 !important;
    border-radius: 2px !important;
    color: #000 !important;
    border: 0 !important;
    font-size: 13px !important;
}

.gfield_description {
    font-size: 12px !important;
    color: gray !important;
    margin-top: 3px !important;
    padding: 0 !important;
    border: 0 !important;
}

#gform_6 legend {
    display: none !important;
}

.contact_us_page #ez-toc-container {
    display: none !important;
}

.fancybox-navigation button::before,
.fancybox-navigation .fancybox-button::before,
.fancybox-navigation .fancybox-button svg,
.fancybox-navigation .fancybox-button div {
    display: none !important;
    content: none !important;
    background: none !important;
    background-image: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.fancybox-navigation .fancybox-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    background: transparent !important;
    background-image: none !important;
    opacity: 0.5;
    transition: opacity 0.25s ease;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-navigation .fancybox-button:hover,
.fancybox-navigation .fancybox-button:focus {
    opacity: 1;
    outline: none;
}

.fancybox-navigation .fancybox-button:active {
    opacity: 1;
}

.fancybox-navigation .fancybox-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.fancybox-navigation .fancybox-button--arrow_left:hover,
.fancybox-navigation .fancybox-button--arrow_left:focus,
.fancybox-navigation .fancybox-button--arrow_left:active,
.fancybox-navigation .fancybox-button--arrow_right:hover,
.fancybox-navigation .fancybox-button--arrow_right:focus,
.fancybox-navigation .fancybox-button--arrow_right:active {
    transform: translateY(-50%);
}

.fancybox-navigation .fancybox-button--arrow_left::after {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.fancybox-navigation .fancybox-button--arrow_right::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-navigation .fancybox-button--arrow_left:active::after,
.fancybox-navigation .fancybox-button--arrow_left:focus::after {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.fancybox-navigation .fancybox-button--arrow_right:active::after,
.fancybox-navigation .fancybox-button--arrow_right:focus::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-open .modal {
    background-color: #0000009e !important;
}

.family_box .product_name {
    font-size: 14px;
}

.fancybox-button--zoom, .fancybox-button--play, .fancybox-button--thumbs {
    display: none !important;
}

.newfooter img {
    display: inline-block;
    margin-top: 10px;
    max-width: 54px;
    height: auto;
    filter: unset !important;
}

.main_slider video,
.main_slider .main_slider_img {
    width: 100vw;
    max-width: 100%;
    height: auto;
    display: block;
}

#mega-menu-wrap-top_menu #mega-menu-top_menu li#mega-menu-item-338 > a.mega-menu-link::before {
    margin-top: 11px;
}

.productRegistrationResalt {
    padding: 25px 0;
    background-color: #e6e7e9;
}

.productRegistrationResalt h1 {
    font-size: 18px;
    font-weight: 500;
}

.wp-block-social-links a {
    padding: 0 !important;
}

.wp-block-social-links svg, .wp-block-social-links path, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
    fill: #fff !important;
    color: #fff !important;
}

.social_networks {
    flex-wrap: wrap;
}

.social_networks img {
    width: 22px;
    height: 22px;
    margin-top:5px !important;
}

.social_networks .nav-link:first-child img {
    width: 20px !important;
    height: 20px !important;
}

.social_networks a {
    padding: 0 10px !important;
}

#mc4wp-form-1 input[type="submit"],
.palena-inner-circle-form input[type="submit"] {
    background-color: #000;
    color: #fff;
}

.wishlist-product-list,.wishlist-product-list input[name="text-4"] {
    display: none !important;
}

.palena-wishlist-submit {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-family: var(--palena-font-body, 'Jost', sans-serif);
}

.palena-wishlist-enquire {
    --pr-cream: #f7f4ee;
    --pr-cream-dark: #ede9e0;
    --pr-cream-mid: #e0dbd1;
    --pr-ink: #1a1a18;
    --pr-muted: #6b6560;
    --pr-white: #fff;
}

.wishlist-item__card {
    position: relative;
}

.palena-wishlist-empty.alert,
.palena-wishlist-empty {
    background-color: #e8e8e8 !important;
    border-color: #d2d2d2 !important;
    color: #333 !important;
}

.wishlist-item-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000;
    opacity: 1;
    cursor: pointer;
    line-height: 1;
    font-size: 28px;
    font-weight: 400;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
}

.wishlist-item-remove span {
    display: block;
    line-height: 1;
    color: #000;
    opacity: 1;
    transform: translateY(-1px);
}

.wishlist-item-remove:hover,
.wishlist-item-remove:focus {
    background: transparent !important;
    background-color: transparent !important;
    color: #000;
    opacity: 1;
}

.palena-wishlist-enquire .quote-request-form-inline {
    width: 100%;
}

.palena-wishlist-enquire .fg {
    margin-bottom: 16px;
}

.palena-wishlist-enquire .fi {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.palena-wishlist-enquire .submit-btn {
    width: 100%;
}

.palena-wishlist-submit__title {
    margin: 0 0 28px;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111;
}

.palena-wishlist-submit__field {
    margin-bottom: 18px;
}

.palena-wishlist-submit__input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 0.95rem;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
}

.palena-wishlist-submit__input::placeholder {
    color: #6b6b6b;
}

.palena-wishlist-submit__input.is-invalid {
    border-color: #c0392b;
}

.palena-wishlist-submit__select {
    background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 36px;
}

.palena-wishlist-submit__textarea {
    min-height: 140px;
    resize: vertical;
}

.palena-wishlist-submit__error {
    margin: 0;
    padding: 8px 12px;
    background: #f8d7da;
    color: #c0392b;
    font-size: 0.85rem;
    line-height: 1.3;
}

.palena-wishlist-submit__check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0 22px;
    font-size: 0.95rem;
    color: #111;
    cursor: pointer;
    user-select: none;
}

.palena-wishlist-submit__check input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #111;
}

.palena-wishlist-submit__btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 18px;
    border: 0;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.palena-wishlist-submit__btn:hover,
.palena-wishlist-submit__btn:focus {
    background: #000;
}

.palena-wishlist-submit__btn:disabled {
    opacity: 0.7;
    cursor: wait;
}

.palena-wishlist-submit__response {
    margin-top: 14px;
    min-height: 1.2em;
    font-size: 0.9rem;
}

.palena-wishlist-submit__response.is-success {
    color: #1b7a3d;
}

.palena-wishlist-submit__response.is-error {
    color: #c0392b;
}

.palena-wishlist-submit__hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.story .story_img {
    width: 100vw !important;
}

#product-registration-form input {
    width: 100% !important;
    border: 1px solid #8f8f9d !important;
    height: 30px !important;
    text-align: left !important;
    font-size: 13px !important;
    padding-left: 10px !important;
}

#product-registration-form textarea {
    width: 100% !important;
    font-size: 13px !important;
    padding-left: 10px !important;
}

#product-registration-form input[type="submit"] {
    background: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}

.newfooter .social_networks { margin-left: -5px;}

@media screen and (max-width: 767px) {
    body {
        --palena-header-height: 65px;
    }

    .palena-header__logo img {
        height: 30px;
        max-width: 128px;
    }

    .main_nav {
        padding: 0 !important;
        margin: 0 !important;
    }

    .main_nav .container-fluid, .main_nav .row, .main_nav .col-12 {
        padding: 0 !important;
        margin: 0 !important;
    }

    #mega-menu-wrap-top_menu {
        width: 100% !important;
    }

    .mega-menu-toggle {
        border-radius: 0 !important;
    }
}

@media screen and (min-width: 576px) {
    .productRegistration form {
        max-width: 490px;
        flex-direction: row;
        align-items: center;
    }

    .productRegistration input[type="text"] {
        width: 66%;
    }

    .productRegistration input[type="submit"] {
        width: 33%;
        margin-top: 0;
        margin-left: 8px;
    }

    .registerHeader h1 {
        font-size: 23px;
        top: calc(50% - 10px);
    }

    .social_networks a {
        padding: 0 5px !important;
    }
    
    .newfooter .social_networks { margin-left: 0;}

}

@media screen and (min-width: 768px) {
    .productButtonWrapper .productButtonFirst {
        width: 100%;
    }

    .productButtonFirst #addToWishListSection {
        width: 100%;
    }

    .productButtonWrapper .productButtonFirst, .btn_box .dimension {
        width: 150px !important;
    }

    .btn_box .dimension {
        margin-left: 20px;
    }

    .registerHeader h1 {
        font-size: 26px;
        top: calc(50% - 13px);
    }

    .productRegistration form {
        max-width: 580px;
    }
}

@media screen and (min-width: 992px) {
    .productButtonWrapper .productButtonFirst, .btn_box .dimension {
        width: 190px !important;
    }
}


.confirmForm {
    color: #49b500;
    font-weight: 500;
    font-size: 15px;
}

#product-registration-form {
    display: flex !important;
    flex-direction: column !important;
}

#menu-connect {
    margin-bottom: 0 !important;
}

.last-col-footer img.stdibs {
    margin-top: 0 !important;
}

/*------------------------------ Home intro --------------------------------*/

.home-intro {
    background-color: #fff;
    padding: 96px var(--palena-gutter-x) 88px;
}

.home-intro__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-word;
}

.home-intro__title {
    margin: 0 0 32px;
    color: #0a0a0a;
    font-size: clamp(1.4rem, 2.4vw, 1.75rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-align: center;
}

.home-intro__text {
    margin: 0 0 40px;
    color: #4a4a4a !important;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.01em;
    text-align: justify;
    text-justify: inter-word;
}

.home-intro__signature {
    margin: 0;
    text-align: center;
}

.home-intro__name {
    margin: 0 0 6px;
    color: #0a0a0a;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.home-intro__role {
    margin: 0;
    color: #4a4a4a;
    font-size: clamp(0.85rem, 1.2vw, 0.95rem);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

/*------------------------------ Search results page --------------------------------*/

.palena-search-page {
    background: #fff;
    padding: 48px var(--palena-gutter-x) 80px;
}

.palena-search-page__inner {
    max-width: 1400px;
    margin: 0 auto;
}

.palena-search-page__header {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.palena-search-page__title {
    margin: 0 0 12px;
    color: #0a0a0a;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.25;
}

.palena-search-page__meta {
    margin: 0 0 28px;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

.palena-search-page__form {
    display: flex;
    align-items: stretch;
    gap: 0;
    max-width: 560px;
    margin: 0 auto;
    border-bottom: 1px solid #1a1a1a;
}

.palena-search-page__input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 14px 0;
    border: 0;
    background: transparent;
    color: #1a1a1a;
    font-size: 1rem;
    outline: none;
}

.palena-search-page__input::placeholder {
    color: #999;
}

.palena-search-page__submit {
    flex: 0 0 auto;
    padding: 14px 0 14px 18px;
    border: 0;
    background: transparent;
    color: #1a1a1a;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
}

.palena-search-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
}

.palena-search-card {
    margin: 0;
}

.palena-search-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.palena-search-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #ececec;
}

.palena-search-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.palena-search-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ececec 0%, #f7f7f7 100%);
}

.palena-search-card__link:hover .palena-search-card__image,
.palena-search-card__link:focus .palena-search-card__image {
    transform: scale(1.03);
}

.palena-search-card__title {
    margin: 14px 0 0;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.45;
    text-align: center;
}

.palena-search-page__pagination {
    margin-top: 48px;
    text-align: center;
}

.palena-search-page__empty {
    max-width: 520px;
    margin: 0 auto;
    padding: 48px 0;
    text-align: center;
    color: #666;
}

.palena-search-page__browse {
    display: inline-block;
    margin-top: 18px;
    color: #1a1a1a;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-transform: uppercase;
}

.palena-search-page__browse:hover,
.palena-search-page__browse:focus {
    color: #000;
}

/*------------------------------ Home product showcase --------------------------------*/

.home-showcase {
    background-color: #fff;
}

.home-showcase__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 0;
    padding: 72px var(--palena-gutter-x);
    max-width: 1600px;
    margin: 0 auto;
}

.home-showcase__row + .home-showcase__row {
    padding-top: 0;
}

.home-showcase__row--reverse .home-showcase__content {
    order: 1;
}

.home-showcase__row--reverse .home-showcase__media {
    order: 2;
}

.home-showcase__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #ececec;
}

.home-showcase__media--ratio-3-2 {
    aspect-ratio: 3 / 2;
}

.home-showcase__media--ratio-2-1 {
    aspect-ratio: 2 / 1;
}

.home-showcase__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #efefef 0%, #e2e2e2 48%, #ececec 100%);
}

.home-showcase__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: start;
    padding: 24px 40px 24px 56px;
}

.home-showcase__row--reverse .home-showcase__content {
    padding: 24px 56px 24px 40px;
}

.home-showcase__title {
    margin: 0 0 12px;
    color: #0a0a0a;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.15;
    text-transform: uppercase;
}

.home-showcase__tagline {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(0.95rem, 1.4vw, 1.1rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.home-showcase__description {
    margin: 16px 0 0;
    color: #4a4a4a;
    font-size: clamp(0.88rem, 1.2vw, 1rem);
    font-weight: 400;
    line-height: 1.65;
    text-align: justify;
    text-justify: inter-word;
}

.home-showcase__media-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.home-showcase__read-more {
    display: inline-block;
    margin-top: 24px;
    padding: 0;
    color: #0a0a0a;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}

.home-showcase__read-more:hover,
.home-showcase__read-more:focus {
    color: #0a0a0a;
    text-decoration: none;
    outline: none;
}

.home-showcase__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transform: scale(1);
    transition:
        filter 1.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-showcase__media:hover .home-showcase__image {
    filter: grayscale(0%);
    transform: scale(1.04);
}

.home-showcase__row--featured {
    display: block;
    padding-top: 24px;
    padding-bottom: 96px;
    /* Keep .home-showcase__row max-width 1600px + gutter so stories match products */
}

.home-showcase__section-title {
    margin: 0 0 28px;
    /* Match left inset of product titles in .home-showcase__content (reverse / left column) */
    padding: 0;
    padding-left: 40px;
    color: #0a0a0a;
    font-family: var(--palena-font-title);
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.15;
    text-transform: uppercase;
    text-align: left;
}

.home-showcase__row--featured .home-showcase__media {
    width: 100%;
    max-width: none;
    margin: 0;
}

.home-showcase__overlay {
    position: absolute;
    right: 48px;
    bottom: 40px;
    z-index: 2;
    text-align: right;
}

.home-showcase__title--light,
.home-showcase__tagline--light {
    color: #fff;
    text-shadow: 0 1px 24px rgba(0, 0, 0, 0.35);
}

.home-showcase__row--featured .home-showcase__title {
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    letter-spacing: 0.04em;
    text-transform: none;
}

.home-showcase__row--featured .home-showcase__tagline {
    margin-top: 8px;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    opacity: 0.92;
}

.home-showcase__row--featured .home-showcase__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 55%);
    pointer-events: none;
}

.home-showcase__media--story .story_slider,
.home-showcase__media--story .story_slider .swiper-wrapper,
.home-showcase__media--story .story_slider .swiper-slide {
    height: 100%;
}

.home-showcase__media--story .story_slider {
    width: 100%;
}

.home-showcase__media--story .swiper-slide {
    position: relative;
}

.home-showcase__story-link {
    display: block;
    width: 100%;
    height: 100%;
}

.home-showcase__story-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-showcase__media--story .home-showcase__overlay {
    z-index: 3;
    pointer-events: none;
}

.home-showcase__media--story .sw_pg {
    position: absolute;
    left: 48px;
    bottom: 20px;
    z-index: 4;
}

.home-showcase__media--story .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.55);
    opacity: 1;
}

.home-showcase__media--story .swiper-pagination-bullet-active {
    background-color: #fff;
}

/*------------------------------ Home reveal animations --------------------------------*/
/* Scoped to the homepage so archive/product grids stay visible if JS is delayed (WP Rocket). */

@media (prefers-reduced-motion: no-preference) {
    body.home .home-reveal-item {
        opacity: 0;
        transform: translate3d(0, 36px, 0);
        transition:
            opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
            transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--reveal-delay, 0ms);
        will-change: opacity, transform;
    }

    body.home .home-reveal-item--media {
        transform: translate3d(0, 28px, 0) scale(1.035);
    }

    body.home .home-reveal-item--featured {
        transform: translate3d(0, 40px, 0) scale(1.02);
    }

    body.home .home-showcase__row:not(.home-showcase__row--reverse):not(.home-showcase__row--featured) .home-reveal-item--content {
        transform: translate3d(24px, 28px, 0);
    }

    body.home .home-showcase__row--reverse .home-reveal-item--content {
        transform: translate3d(-24px, 28px, 0);
    }

    body.home .home-showcase__row:not(.home-showcase__row--reverse):not(.home-showcase__row--featured) .home-reveal-item--media {
        transform: translate3d(-20px, 28px, 0) scale(1.035);
    }

    body.home .home-showcase__row--reverse .home-reveal-item--media {
        transform: translate3d(20px, 28px, 0) scale(1.035);
    }

    body.home .home-reveal-item.is-visible,
    body.home .home-showcase__row:not(.home-showcase__row--reverse):not(.home-showcase__row--featured) .home-reveal-item--content.is-visible,
    body.home .home-showcase__row--reverse .home-reveal-item--content.is-visible,
    body.home .home-showcase__row:not(.home-showcase__row--reverse):not(.home-showcase__row--featured) .home-reveal-item--media.is-visible,
    body.home .home-showcase__row--reverse .home-reveal-item--media.is-visible,
    body.home .home-reveal-item--featured.is-visible {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }

    body.home .home-showcase__media,
    body.home .home-showcase__story-img {
        transition: transform 5.4s cubic-bezier(0.22, 1, 0.36, 1);
    }

    body.home .home-reveal-item--media.is-visible .home-showcase__placeholder,
    body.home .home-reveal-item--featured.is-visible .home-showcase__story-img {
        transform: scale(1);
    }

    body.home .home-reveal-item--media .home-showcase__placeholder {
        transform: scale(1.06);
        transition: transform 4.05s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: calc(var(--reveal-delay, 0ms) + 80ms);
    }

    body.home .home-reveal-item--media.is-visible .home-showcase__placeholder {
        transform: scale(1);
    }

    body.home .home-reveal-item--featured .home-showcase__overlay {
        opacity: 0;
        transform: translateY(14px);
        transition:
            opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
            transform 1s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: 0.4s;
    }

    body.home .home-reveal-item--featured.is-visible .home-showcase__overlay {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home .home-reveal-item {
        opacity: 1;
        transform: none;
    }
}

/*------------------------------ Product page --------------------------------*/

.product-page {
    background: #fff;
    padding-top: calc(var(--palena-header-height) + var(--palena-admin-bar-height));
}

.product-hero {
    position: relative;
    max-width: 1600px;
    margin: 40px auto 0;
    padding: 0 var(--palena-gutter-x);
}

.product_hero_slider {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.product_hero_slider.is-static-grid {
    min-height: min(52vh, 520px);
}

/* Before Swiper init: keep only the first slide in flow so space is reserved. */
.product_hero_slider.is-static-grid .swiper-wrapper {
    display: block;
    width: 100%;
    transform: none !important;
}

.product_hero_slider.is-static-grid .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
}

.product_hero_slider.is-static-grid .swiper-slide:not(:first-child) {
    position: absolute;
    inset: 0;
    visibility: hidden;
    pointer-events: none;
}

.product_hero_slider .swiper-wrapper {
    align-items: flex-start;
}

.product_hero_slider .swiper-slide {
    height: auto;
}

.product_hero_slider .swiper-slide a {
    display: block;
    width: 100%;
    height: auto;
}

.product-hero__img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.product_hero_slider video,
.product_hero_slider iframe {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Desktop: keep the whole slide media inside the first viewport. */
@media (min-width: 768px) {
    .product_hero_slider .swiper-slide a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-hero__img,
    .product_hero_slider video,
    .product_hero_slider iframe {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: calc(100vh - var(--palena-header-height) - var(--palena-admin-bar-height) - 64px);
    }
}

.product-hero__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.25s ease;
}

.product-hero__nav:hover {
    opacity: 1;
}

.product-hero__nav--prev {
    left: 5px;
}

.product-hero__nav--next {
    right: 5px;
}

.product-hero__nav span {
    display: block;
    width: 36px;
    height: 36px;
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
}

.product-hero__nav--prev span {
    transform: rotate(-135deg);
    margin-left: 6px;
}

.product-hero__nav--next span {
    transform: rotate(45deg);
    margin-right: 6px;
}

.product-page__body {
    padding: 56px var(--palena-gutter-x) 72px;
    max-width: 1600px;
    margin: 0 auto;
}

.product-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 1fr);
    column-gap: 48px;
    row-gap: 48px;
    align-items: start;
}

.product-page__main {
    max-width: 620px;
}

.product-page__title {
    margin: 0 0 28px;
    color: #0a0a0a;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 600;
    line-height: 1.25;
}

.product-page__description {
    color: #1a1a1a;
    font-size: 0.88rem;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-word;
}

.product-page__description p {
    text-align: justify;
    text-justify: inter-word;
}

.product-page__description p:last-child {
    margin-bottom: 0;
}

.product-page__sidebar-inner {
    position: sticky;
    top: 89px;
}

.product-page__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-page__btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.product-page__btn:hover,
.product-page__btn:focus {
    background: #1a1a1a;
    color: #fff;
    outline: none;
}

.product-page__wishlist-wrap {
    margin-top: 20px;
    text-align: center;
}

.product-page__wishlist {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    color: #1a1a1a;
    font-size: 0.82rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.product-page__wishlist:hover,
.product-page__wishlist:focus {
    color: #000;
    outline: none;
}

.product-page__wishlist-collection {
    display: inline-block;
    margin-top: 8px;
    color: #8a8a8a;
    font-size: 0.75rem;
    text-decoration: none;
}

.product-page__wishlist-collection:hover {
    color: #000;
}

.product-accordion {
    margin-top: 36px;
    border-top: 1px solid #e8e8e8;
}

.product-accordion__item {
    border-bottom: 1px solid #e8e8e8;
}

.product-accordion__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    background: none;
    border: 0;
    color: #0a0a0a;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.product-accordion__trigger:hover,
.product-accordion__trigger:focus {
    outline: none;
    color: #000;
}

.product-accordion__icon {
    position: relative;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-left: 16px;
}

.product-accordion__icon::before,
.product-accordion__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #1a1a1a;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease;
}

.product-accordion__icon::before {
    width: 10px;
    height: 1px;
}

.product-accordion__icon::after {
    width: 1px;
    height: 10px;
}

.product-accordion__trigger:not(.collapsed) .product-accordion__icon::after {
    transform: translate(-50%, -50%) scaleY(0);
}

.product-accordion__body {
    padding: 0 0 20px;
    color: #1a1a1a;
    font-size: 0.88rem;
    line-height: 1.65;
    text-align: justify;
    text-justify: inter-word;
}

.product-accordion__body p,
.product-accordion__body li {
    text-align: justify;
    text-justify: inter-word;
}

.product-accordion__body p {
    margin: 0 0 0.9em;
}

.product-accordion__body p:last-child {
    margin-bottom: 0;
}

.product-accordion__body ul,
.product-accordion__body ol {
    margin: 0 0 0.9em;
    padding-left: 1.25em;
}

.product-accordion__body a {
    color: #000;
    text-decoration: underline;
}

.product-accordion__body a:hover,
.product-accordion__body a:focus {
    color: #000;
}

.product-catalog-download__notice,
.product-catalog-download__auth,
.product-catalog-download__ready {
    margin: 0 0 10px;
}

.product-catalog-download__auth {
    margin-bottom: 0;
}

.product-catalog-download__link {
    display: inline-block;
    margin-left: 4px;
    color: #1a1a1a;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-catalog-download__link:hover,
.product-catalog-download__link:focus {
    color: #000;
}

.product-catalog-download__auth a {
    color: #1a1a1a;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-catalog-download__auth a:hover,
.product-catalog-download__auth a:focus {
    color: #000;
}

.product-accordion__finish-list {
    margin: 0;
    padding: 0 0 0 18px;
}

.product-accordion__finish-list li {
    margin-bottom: 6px;
}

.product-attributes {
    margin: 0 0 28px;
    padding-top: 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.product-attributes__group + .product-attributes__group {
    margin-top: 16px;
}

.product-attributes__label {
    display: block;
    margin: 0 0 8px;
    color: #0a0a0a;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-attributes-swiper {
    overflow: hidden;
}

.product-attributes__slide {
    width: 56px;
}

.product-attributes__swatch {
    display: block;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    overflow: hidden;
    background: #f3f3f3;
    cursor: pointer;
}

.product-attributes__swatch img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-attributes__preview,
.product-finish-options__preview {
    position: fixed;
    z-index: 120;
    width: min(280px, calc(100vw - 24px));
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
    pointer-events: none;
}

.product-attributes__preview.is-visible,
.product-finish-options__preview.is-visible {
    pointer-events: auto;
}

.product-attributes__preview-panel,
.product-finish-options__preview-panel {
    padding: 10px;
}

.product-attributes__preview-panel.hidden,
.product-finish-options__preview-panel.hidden {
    display: none;
}

.product-attributes__preview-img,
.product-finish-options__preview-panel img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-attributes__preview-title,
.product-finish-options__preview-title {
    margin: 8px 0 0;
    font-size: 0.82rem;
    line-height: 1.35;
}

.product-attributes__preview-desc,
.product-finish-options__preview-desc {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #555;
    font-size: 0.75rem;
    line-height: 1.45;
    text-align: justify;
}

.product-finish-options__group + .product-finish-options__group {
    margin-top: 18px;
}

.product-finish-options__name {
    margin: 0 0 8px;
    color: #0a0a0a;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-finish-options__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-finish-options__swatch {
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    overflow: hidden;
    background: #f3f3f3;
    cursor: pointer;
}

.product-finish-options__swatch img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-materials {
    padding: 0 var(--palena-gutter-x) 64px;
    max-width: 1600px;
    margin: 0 auto;
}

.product-materials__title {
    margin: 0 0 28px;
    color: #0a0a0a;
    font-size: 1.44rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-materials__slider {
    overflow: hidden;
}

.product-materials__slider .swiper-slide {
    height: auto;
}

.product-materials__item {
    margin: 0;
}

.product-materials__item a,
.product-materials__media {
    display: block;
}

.product-materials__media {
    position: relative;
    overflow: hidden;
}

.product-materials__item a {
    cursor: zoom-in;
}

.product-materials__item img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #ececec;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-materials__item:hover img,
.product-materials__media:hover img {
    transform: scale(1.05);
}

.product-materials__media::after {
    content: attr(data-alt);
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    font-size: 0.76rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
    border-radius: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.22s ease, transform 0.22s ease;
    pointer-events: none;
    white-space: normal;
}

.product-materials__media:hover::after,
.product-materials__media:focus-within::after {
    opacity: 1;
    transform: translateY(0);
}

.product-materials__media[data-alt=""]::after,
.product-materials__media:not([data-alt])::after {
    display: none;
}

/* Mobile: hide hover description overlay; detail opens via materials popup on tap */
@media (max-width: 767px) {
    .product-materials__media::after,
    .product-materials__media:hover::after,
    .product-materials__media:focus-within::after {
        display: none;
        content: none;
        opacity: 0;
    }

    .product-materials__item:hover img,
    .product-materials__media:hover img {
        transform: none;
    }

    .product-materials__media {
        cursor: pointer;
    }
}

.product-materials__item figcaption {
    margin-top: 10px;
    color: #4a4a4a;
    font-size: 0.78rem;
    line-height: 1.4;
    text-align: center;
}

/* Materials detail popup (mobile) */
.materials-popup {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.materials-popup.is-open {
    display: flex;
}

.materials-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.62);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    animation: materials-popup-fade 0.25s ease;
}

.materials-popup__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 340px;
    background: #fff;
    padding: 16px 16px 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    animation: materials-popup-scale 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.materials-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.materials-popup__close:hover,
.materials-popup__close:focus {
    background: #000;
    color: #fff;
    outline: none;
}

.materials-popup__media {
    width: 100%;
    overflow: hidden;
    background: #ececec;
}

.materials-popup__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.materials-popup__text {
    margin: 18px 0 0;
    color: #1a1a1a;
    font-family: var(--palena-font-title, 'Cormorant Garamond', serif);
    font-size: 1.05rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
}

body.materials-popup-open {
    overflow: hidden;
}

@keyframes materials-popup-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes materials-popup-scale {
    from { opacity: 0; transform: translateY(12px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.product-lifestyle-sections {
    padding: 24px var(--palena-gutter-x) 80px;
    max-width: 1600px;
    margin: 0 auto;
}

.product-lifestyle-section + .product-lifestyle-section {
    margin-top: 16px;
}

.product-lifestyle__title {
    margin: 30px 0 28px;
    color: #0a0a0a;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.4;
}

/* Add extra separation so each Lifestyle title clearly belongs to its section. */
.product-lifestyle-section + .product-lifestyle-section .product-lifestyle__title {
    margin-top: 60px;
}

.product-lifestyle__grid {
    display: grid;
    gap: 16px;
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.product-lifestyle__grid--count-1 {
    grid-template-columns: minmax(0, 1fr);
}

.product-lifestyle__grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-lifestyle__grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-lifestyle__grid--layout-two-one,
.product-lifestyle__grid--layout-two_one {
    /* Vertical + Horizontal: tall left, wide right */
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.product-lifestyle__grid--layout-one-two,
.product-lifestyle__grid--layout-one_two {
    /* Horizontal + Vertical: wide left, tall right */
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.product-lifestyle__cell {
    position: relative;
    min-width: 0;
    background: #ececec;
    overflow: hidden;
}

.product-lifestyle__slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #ececec;
}

.product-lifestyle__slide {
    width: 100%;
    background: #ececec;
}

.product-lifestyle__embed {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    background: #111;
}

.product-lifestyle__youtube {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.product-lifestyle__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.65;
    transition: opacity 0.25s ease;
}

.product-lifestyle__nav:hover {
    opacity: 1;
}

.product-lifestyle__nav--prev {
    left: 5px;
}

.product-lifestyle__nav--next {
    right: 5px;
}

.product-lifestyle__nav span {
    display: block;
    width: 36px;
    height: 36px;
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
}

.product-lifestyle__nav--prev span {
    transform: rotate(-135deg);
    margin-left: 8px;
}

.product-lifestyle__nav--next span {
    transform: rotate(45deg);
    margin-right: 8px;
}

.product-lifestyle__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 4;
}

.product-lifestyle__pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
}

.product-lifestyle__pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.product-lifestyle__img,
.product-lifestyle__video {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    /* Don't crop lifestyle media (letterbox instead). */
    object-fit: contain;
    vertical-align: middle;
}

.product-lifestyle__video {
    background: #111;
}

/* Layout-specific aspect ratios (avoid cropping in tall cells). */
.product-lifestyle__grid--layout-two-one .product-lifestyle__cell:first-child .product-lifestyle__img,
.product-lifestyle__grid--layout-two_one .product-lifestyle__cell:first-child .product-lifestyle__img,
.product-lifestyle__grid--layout-two-one .product-lifestyle__cell:first-child .product-lifestyle__video,
.product-lifestyle__grid--layout-two_one .product-lifestyle__cell:first-child .product-lifestyle__video {
    aspect-ratio: 3 / 4;
}

.product-lifestyle__grid--layout-one-two .product-lifestyle__cell:last-child .product-lifestyle__img,
.product-lifestyle__grid--layout-one_two .product-lifestyle__cell:last-child .product-lifestyle__img,
.product-lifestyle__grid--layout-one-two .product-lifestyle__cell:last-child .product-lifestyle__video,
.product-lifestyle__grid--layout-one_two .product-lifestyle__cell:last-child .product-lifestyle__video {
    aspect-ratio: 3 / 4;
}

/* In vertical cells, avoid letterboxing: fill the frame with a slight zoom. */
.product-lifestyle__grid--layout-two-one .product-lifestyle__cell:first-child .product-lifestyle__img,
.product-lifestyle__grid--layout-two_one .product-lifestyle__cell:first-child .product-lifestyle__img,
.product-lifestyle__grid--layout-one-two .product-lifestyle__cell:last-child .product-lifestyle__img,
.product-lifestyle__grid--layout-one_two .product-lifestyle__cell:last-child .product-lifestyle__img {
    object-fit: cover;
    transform: scale(1.04);
    transform-origin: center;
}

.product-family {
    padding: 0 var(--palena-gutter-x) 80px;
    max-width: 1600px;
    margin: 0 auto;
    background: #fff;
}

.product-family__title {
    margin: 0 0 24px;
    color: #0a0a0a;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.4;
}

.product-family__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.product-family__item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
}

.product-family__item img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    background: #ececec;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-family__name {
    display: block;
    padding: 12px 8px 14px;
    background: #fff;
    color: #1a1a1a;
    font-size: 0.82rem;
    line-height: 1.4;
    text-align: center;
}

.product-family__item:hover img {
    transform: scale(1.03);
}

/*------------------------------ Blog comments --------------------------------*/

.palena-comments {
    --pc-ink: #111;
    --pc-muted: #6b6560;
    --pc-line: #e4e0d8;
    --pc-soft: #f7f4ee;
    --pc-white: #fff;
    margin: 48px 0 72px;
    padding: 0;
    font-family: var(--palena-font-body, 'Jost', sans-serif);
    color: var(--pc-ink);
}

.palena-comments__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 8px;
}

.palena-comments__header {
    margin-bottom: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--pc-line);
}

.palena-comments__eyebrow {
    margin: 0 0 10px;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--pc-muted);
}

.palena-comments__title {
    margin: 0 0 12px;
    font-family: var(--palena-font-title, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--pc-ink);
    letter-spacing: 0.01em;
}

.palena-comments__lead {
    margin: 0;
    max-width: 36em;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--pc-muted);
}

.palena-comments__list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.palena-comments__list .children {
    list-style: none;
    margin: 20px 0 0;
    padding: 0 0 0 28px;
    border-left: 1px solid var(--pc-line);
}

.palena-comment {
    margin: 0 0 28px;
    padding: 0;
}

.palena-comment__body {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px 18px;
    align-items: start;
}

.palena-comment__avatar-img {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 0;
    object-fit: cover;
    background: var(--pc-soft);
}

.palena-comment__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    margin-bottom: 10px;
}

.palena-comment__author,
.palena-comment__author a {
    font-style: normal;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--pc-ink);
    text-decoration: none;
}

.palena-comment__author a:hover {
    text-decoration: underline;
}

.palena-comment__time {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    color: var(--pc-muted);
    text-decoration: none;
}

.palena-comment__time:hover {
    color: var(--pc-ink);
}

.palena-comment__awaiting {
    margin: 0 0 10px;
    padding: 8px 12px;
    background: var(--pc-soft);
    border-left: 2px solid var(--pc-ink);
    font-size: 0.85rem;
    color: var(--pc-muted);
}

.palena-comment__text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #2a2a2a;
}

.palena-comment__text p {
    margin: 0 0 0.85em;
}

.palena-comment__text p:last-child {
    margin-bottom: 0;
}

.palena-comment__reply {
    margin-top: 12px;
}

.palena-comment__reply a {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--pc-ink);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.palena-comment__reply a:hover {
    border-bottom-color: var(--pc-ink);
}

.palena-comments__pagination {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 36px;
    font-size: 0.85rem;
}

.palena-comments__pagination a {
    color: var(--pc-ink);
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.palena-comments__closed {
    margin: 0 0 28px;
    color: var(--pc-muted);
    font-size: 0.95rem;
}

.palena-comments__form-wrap {
    margin-top: 8px;
    padding: 32px 28px;
    background: var(--pc-soft);
    border: 1px solid var(--pc-line);
}

.palena-comments__form-title {
    margin: 0 0 8px;
    font-family: var(--palena-font-title, 'Cormorant Garamond', Georgia, serif);
    font-size: 1.55rem;
    font-weight: 400;
    color: var(--pc-ink);
}

.palena-comments__cancel a {
    font-size: 0.78rem;
    color: var(--pc-muted);
    text-decoration: underline;
}

.palena-comments__notes {
    margin: 0 0 22px;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--pc-muted);
}

.palena-comments__form {
    margin: 0;
}

.palena-comments__form .palena-comments__field,
.palena-comments__form .comment-form-cookies-consent {
    margin-bottom: 16px;
}

.palena-comments__form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 700px) {
    .palena-comments__form {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 14px;
    }

    .palena-comments__form > .palena-comments__notes,
    .palena-comments__form > .palena-comments__field--message,
    .palena-comments__form > .comment-form-cookies-consent,
    .palena-comments__form > .palena-comments__submit-row,
    .palena-comments__form > .logged-in-as,
    .palena-comments__form > .form-submit {
        grid-column: 1 / -1;
    }
}

.palena-comments__field label,
.palena-comments__form label {
    display: block;
    margin-bottom: 7px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--pc-muted);
}

.palena-comments__field .required {
    color: var(--pc-ink);
}

.palena-comments__field input,
.palena-comments__field textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #cfc9bf;
    border-radius: 0;
    background: var(--pc-white);
    color: var(--pc-ink);
    font-family: inherit;
    font-size: 0.95rem;
    line-height: 1.45;
    transition: border-color 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.palena-comments__field input:focus,
.palena-comments__field textarea:focus {
    outline: none;
    border-color: var(--pc-ink);
}

.palena-comments__field textarea {
    min-height: 140px;
    resize: vertical;
}

.palena-comments__form .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
    color: var(--pc-muted);
}

.palena-comments__form .comment-form-cookies-consent input {
    margin-top: 3px;
}

.palena-comments__form .comment-form-cookies-consent label {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--pc-muted);
}

.palena-comments__submit-row {
    margin-top: 8px;
}

.palena-comments__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 28px;
    border: 1px solid var(--pc-ink);
    background: var(--pc-ink);
    color: #fff;
    font-family: inherit;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.palena-comments__submit:hover,
.palena-comments__submit:focus {
    background: transparent;
    color: var(--pc-ink);
}

.palena-comments__form .logged-in-as {
    margin: 0 0 18px;
    font-size: 0.85rem;
    color: var(--pc-muted);
}

.palena-comments__form .logged-in-as a {
    color: var(--pc-ink);
}

@media (max-width: 575px) {
    .palena-comments {
        margin: 36px 0 56px;
    }

    .palena-comments__form-wrap {
        padding: 24px 18px;
    }

    .palena-comment__body {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
    }

    .palena-comment__avatar-img {
        width: 40px;
        height: 40px;
    }

    .palena-comments__list .children {
        padding-left: 16px;
    }
}

/* Typography overrides — load after plugin styles */
html,
body,
#app,
.navbar_dark,
.navbar_dark *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.palena-header):not(.palena-header *) {
    font-family: var(--palena-font-body) !important;
}

.palena-header,
.palena-header * {
    font-family: var(--palena-font-body) !important;
}

#breadcrumbs,
#breadcrumbs *,
.breadcrumb-item,
.breadcrumb-item * {
    font-family: var(--palena-font-title) !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
[class*="__title"]:not([class*="__title--"]):not(.palena-header__mega-title),
.home-showcase__title--light {
    font-family: var(--palena-font-title) !important;
}

.palena-header__mega-title {
    font-family: var(--palena-font-body) !important;
}


