@font-face {
    font-family: "Beatrice_Trial_Regular";
    src: url("../fonts/BeatriceTRIAL_Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Beatrice_Trial_Medium";
    src: url("../fonts/BeatriceTRIAL_Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Beatrice_Trial_Semibold";
    src: url("../fonts/BeatriceTRIAL_Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --beatrice_trial_regular: "Beatrice_Trial_Regular";
    --beatrice_trial_medium: "Beatrice_Trial_Medium";
    --beatrice_trial_semibold: "Beatrice_Trial_Semibold";

    --fs_12: 12px;
    --fs_14: 14px;
    --fs_15: 15px;
    --fs_16: 16px;
    --fs_18: 18px;
    --fs_20: 20px;
    --fs_22: 22px;
    --fs_24: 24px;
    --fs_26: 26px;
    --fs_28: 28px;
    --fs_30: 30px;
    --fs_32: 32px;
    --fs_34: 34px;
    --fs_36: 36px;
    --fs_40: 40px;
    --fs_44: 44px;
    --fs_46: 46px;
    --fs_48: 48px;
    --fs_50: 50px;
    --fs_52: 52px;
    --fs_54: 54px;
    --fs_56: 56px;

    --bg_color_1: #ffffff;
    --bg_color_2: #131315;
    --bg_color_3: #FFFDFB;

    --text_color_1: #131315;
    --text_color_2: #ffffff;
    --text_color_3: #717171;
    --text_color_4: #DAAB6D;
}

.wallcano-html {
    scroll-behavior: smooth;
}

.wallcano-html.lenis,
.wallcano-html.lenis .wallcano-body {
    height: auto;
}

.wallcano-html.lenis-smooth {
    scroll-behavior: auto !important;
}

.wallcano-html.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.wallcano-html.lenis-stopped {
    overflow: hidden;
}

.wallcano-body {
    margin: 0;
    background-color: var(--bg_color_2);
    font-family: var(--beatrice_trial_regular);
}

.wallcano-body * {
    box-sizing: border-box;
    font-family: var(--beatrice_trial_regular);
}

.wallcano-page {
    --wc-footer-height: 100svh;
    --wc-footer-offset: 0px;
    --wc-footer-opacity: 1;
    --wc-header-height: 72px;
    min-height: 100vh;
    overflow-x: clip;
    overflow-y: visible;
    background-color: var(--bg_color_2);
    color: var(--text_color_1);
    isolation: isolate;
}

.wallcano-page .wc-site-content {
    position: relative;
    z-index: 3;
    background-color: var(--bg_color_3);
    margin-bottom: var(--wc-footer-height);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
    overflow: visible;
}

.wallcano-page .wc-fluid {
    width: 100%;
    padding-left: 52px;
    padding-right: 52px;
}

.wallcano-page .wc-img-fluid {
    display: block;
    width: 100%;
    height: auto;
}

.wallcano-page .wc-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: var(--wc-header-height);
    background-color: transparent;
    transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

.wallcano-page .wc-header.is-scrolled,
.wallcano-page .wc-header.is-menu-open {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(19, 19, 21, 0.08);
}

.wallcano-page .wc-navbar {
    min-height: var(--wc-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.wallcano-page .wc-brand-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.wallcano-page .wc-brand-logo {
    width: 118px;
    height: auto;
}

.wallcano-page .wc-desktop-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    flex: 1 1 auto;
}

.wallcano-page .wc-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--text_color_1);
    text-decoration: none;
    font-size: var(--fs_14);
    line-height: 1;
    text-transform: uppercase;
    transition: color 0.3s ease;
    font-family: var(--beatrice_trial_medium);
    letter-spacing: -0.32px;
}

.wallcano-page .wc-nav-link:hover {
    color: var(--text_color_4);
}

.wallcano-page .wc-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 10px 28px;
    background-color: var(--bg_color_2);
    color: var(--text_color_4);
    font-family: var(--beatrice_trial_medium);
    text-decoration: none;
    font-size: var(--fs_14);
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wallcano-page .wc-contact-link:hover {
    background-color: var(--text_color_4);
    color: var(--text_color_1);
}

.wallcano-page .wc-menu-button {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(19, 19, 21, 0.12);
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.wallcano-page .wc-menu-line {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text_color_1);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.wallcano-page .wc-menu-button.is-open .wc-menu-line-one {
    transform: translateY(4.5px) rotate(45deg);
}

.wallcano-page .wc-menu-button.is-open .wc-menu-line-two {
    transform: translateY(-4.5px) rotate(-45deg);
}

.wallcano-page .wc-mobile-menu {
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    /* border-top: 1px solid rgba(19, 19, 21, 0.12); */
    transition: height 0.36s ease;
}

.wallcano-page .wc-mobile-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-bottom: 1px solid rgba(19, 19, 21, 0.12);
    color: var(--text_color_1);
    text-decoration: none;
    font-size: var(--fs_14);
    font-family: var(--beatrice_trial_medium);
    text-transform: uppercase;
}

.wallcano-page .wc-mobile-contact {
    color: var(--text_color_4);
}

.wallcano-page .wc-hero-section {
    padding-bottom: 100px;
}

.wallcano-page .wc-hero-fluid {
    padding-top: 0;
}

.wallcano-page .wc-hero-media {
    position: relative;
    overflow: hidden;
    height: calc(100vh - var(--wc-header-height));
    min-height: 720px;
    background-color: var(--bg_color_3);
}

.wallcano-page .wc-hero-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wallcano-page .wc-hero-swiper .swiper-wrapper {
    height: 100%;
}

.wallcano-page .wc-hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
}

.wallcano-page .wc-hero-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 720px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.025);
    transition: transform 6s ease;
}

.wallcano-page .wc-hero-slide.swiper-slide-active .wc-hero-image {
    transform: scale(1);
}

.wallcano-page .wc-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg,
            rgba(19, 19, 21, 0.06) 0%,
            rgba(19, 19, 21, 0.16) 50%,
            rgba(19, 19, 21, 0.62) 100%);
    pointer-events: none;
}

.wallcano-page .wc-hero-copy {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 26px;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    pointer-events: none;
}

.wallcano-page .wc-hero-title {
    margin: 0;
    color: var(--text_color_2);
    font-size: var(--fs_32);
    line-height: 1.05;
    font-family: var(--beatrice_trial_regular);
    letter-spacing: -0.32px;
}

.wallcano-page .wc-hero-description {
    margin: 0;
    color: var(--text_color_2);
    font-size: var(--fs_14);
    line-height: 1.55;
    text-align: right;
    font-family: var(--beatrice_trial_medium);
    letter-spacing: -0.32px;
}

.wallcano-page .wc-hero-pagination {
    position: absolute;
    left: 50% !important;
    right: auto !important;
    bottom: 30px !important;
    z-index: 20;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 6px;
    transform: translateX(-50%);
}

.wallcano-page .wc-hero-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    transition:
        width 0.3s ease,
        border-radius 0.3s ease,
        background-color 0.3s ease;
}

.wallcano-page .wc-hero-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 20px;
    background-color: var(--text_color_2);
}

.wallcano-page .wc-about-section {
    padding-bottom: 100px;
}

.wallcano-page .wc-about-row {
    min-height: 520px;
}

.wallcano-page .wc-about-copy {
    padding-left: 100px;
    max-width: 750px;
}

.wallcano-page .wc-about-icon {
    width: 82px;
    height: auto;
    margin-bottom: 30px;
}

.wallcano-page .wc-about-title {
    margin: 0 0 18px;
    color: var(--text_color_1);
    font-size: var(--fs_32);
    font-family: var(--beatrice_trial_medium);
    line-height: 1.12;
    text-transform: uppercase;
}

.wallcano-page .wc-title-italic {
    font-style: italic;
}

.wallcano-page .wc-about-description {
    margin: 0 0 18px;
    color: var(--text_color_3);
    font-size: var(--fs_16);
    font-family: var(--beatrice_trial_regular);
    line-height: 1.4;
}

.wallcano-page .wc-about-small-text {
    margin: 0;
    color: var(--text_color_3);
    font-size: var(--fs_16);
    font-family: var(--beatrice_trial_regular);
    line-height: 1.4;
}

.wallcano-page .wc-about-image-box {
    width: 100%;
}

.wallcano-page .wc-about-image {
    object-fit: cover;
}

.wallcano-page .wc-collections-section {
    padding-bottom: 128px;
}

.wallcano-page .wc-section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 82px;
}

.wallcano-page .wc-section-title {
    margin: 0;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_40);
    font-style: italic;
    line-height: 1.15;
}

.wallcano-page .wc-collections-stack {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.wallcano-page .wc-collection-row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 50px;
}

.wallcano-page .wc-collection-card {
    display: flex;
    flex-direction: column;
}

.wallcano-page .wc-collection-card-raised,
.wallcano-page .wc-collection-card-final {
    margin-top: 150px;
}

.wallcano-page .wc-collection-card-raised img {
    max-height: 580px;
}

.wallcano-page .wc-collection-image {
    width: 100%;
    object-fit: cover;
    max-height: 715px;
}

.wallcano-page .wc-card-content {
    margin-top: -100px;
    padding-top: 125px;
    padding-left: 20px;
}

.wallcano-page .wc-card-content-border {
    position: relative;
    border-left: 0;
    margin-left: 40px;
}

.wallcano-page .wc-card-content-border::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--text_color_1);
}

.wallcano-page .wc-card-title {
    margin: 0 0 8px;
    font-family: var(--beatrice_trial_regular);
    color: var(--text_color_1);
    font-size: var(--fs_18);
    line-height: 1.2;
}

.wallcano-page .wc-card-text {
    margin: 0;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_14);
    line-height: 1.45;
}

.wallcano-page .wc-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    color: var(--text_color_4);
    text-decoration: none;
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_14);
    font-style: italic;
    line-height: 1;
    transition: gap 0.3s ease, color 0.3s ease;
}

.wallcano-page .wc-card-link:hover {
    gap: 10px;
    color: var(--text_color_1);
}

.wallcano-page .wc-card-link svg {
    height: 14px;
    width: 14px;
}

.wallcano-page .wc-card-arrow {
    display: inline-flex;
    font-size: var(--fs_16);
    line-height: 1;
}

.wallcano-page .wc-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    background-color: var(--bg_color_2);
    color: var(--text_color_2);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-top: 4px solid var(--bg_color_3);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.wallcano-page .wc-footer-inner {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 76px;
    padding-bottom: 28px;
    opacity: var(--wc-footer-opacity);
    transform: translate3d(0, var(--wc-footer-offset), 0);
    transition: opacity 0.12s linear, transform 0.12s linear;
    will-change: opacity, transform;
}

.wallcano-page .wc-footer-top-row {
    --bs-gutter-y: 36px;
}

.wallcano-page .wc-footer-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wallcano-page .wc-footer-label {
    margin: 0 0 26px;
    color: var(--text_color_3);
    font-size: var(--fs_12);
    line-height: 1;
    font-family: var(--beatrice_trial_regular);
}

.wallcano-page .wc-footer-link {
    display: inline-flex;
    color: var(--text_color_2);
    text-decoration: none;
    font-size: var(--fs_14);
    font-family: var(--beatrice_trial_medium);
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.wallcano-page .wc-footer-link:hover {
    color: var(--text_color_4);
    transform: translateX(4px);
}

.wallcano-page .wc-footer-mail-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.wallcano-page .wc-footer-mail {
    display: inline-flex;
    color: var(--text_color_2);
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: var(--fs_34);
    font-family: var(--beatrice_trial_medium);
    line-height: 1;
    transition: color 0.3s ease;
}

.wallcano-page .wc-footer-mail:hover {
    color: var(--text_color_4);
}

.wallcano-page .wc-footer-logo-area {
    flex: 1 1 auto;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallcano-page .wc-footer-logo {
    width: 270px;
    height: auto;
}

.wallcano-page .wc-footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.wallcano-page .wc-footer-copy,
.wallcano-page .wc-footer-bottom-link {
    margin: 0;
    color: var(--text_color_2);
    text-decoration: none;
    font-size: var(--fs_14);
    font-family: var(--beatrice_trial_medium);
    line-height: 1;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.wallcano-page .wc-footer-copy::first-letter {
    color: var(--text_color_3);
}

.wallcano-page .wc-footer-bottom-link:hover {
    color: var(--text_color_4);
}

.wallcano-page .wc-collection-page-fluid {
    padding-top: 0;
}

.wallcano-page .wc-collection-page-hero {
    background-color: var(--bg_color_3);
}

.wallcano-page .wc-collection-page-hero-media {
    position: relative;
    overflow: hidden;
    height: 500px;
    background-color: var(--bg_color_2);
}

.wallcano-page .wc-collection-page-hero-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wallcano-page .wc-collection-page-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url(image.png);
    pointer-events: none;
}

.wallcano-page .wc-collection-page-title {
    position: absolute;
    left: 52px;
    bottom: 34px;
    margin: 0;
    color: var(--text_color_2);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_36);
    line-height: 1;
    letter-spacing: -0.32px;
}

.wallcano-page .wc-collection-intro-section {
    background-color: var(--bg_color_3);
    padding: 100px 0;
}

.wallcano-page .wc-collection-intro-box {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.wallcano-page .wc-collection-intro-text {
    margin: 0 0 18px;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_24);
    line-height: 1.5;
    letter-spacing: -0.32px;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

.wallcano-page .wc-collection-intro-text .char {
    display: inline;
    color: #BEBEBE;
    transition: color 0.2s linear;
}

.wallcano-page .wc-collection-intro-text .char.filled {
    color: var(--text_color_1);
}

.wallcano-page .wc-catalog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 10px 28px;
    background-color: var(--bg_color_2);
    color: var(--text_color_4);
    font-family: var(--beatrice_trial_medium);
    text-decoration: none;
    font-size: var(--fs_14);
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wallcano-page .wc-catalog-button:hover {
    background-color: var(--text_color_4);
    color: var(--text_color_1);
}

.wallcano-page .wc-product-category-section {
    background-color: var(--bg_color_3);
    padding-bottom: 92px;
}

.wallcano-page .wc-product-category-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 34px;
}

.wallcano-page .wc-product-category-card {
    display: flex;
    flex-direction: column;
}

.wallcano-page .wc-product-category-image-link {
    display: block;
    overflow: hidden;
    text-decoration: none;
    background-color: var(--bg_color_1);
}

.wallcano-page .wc-product-category-image {
    aspect-ratio: 1/1;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
}

.wallcano-page .wc-product-category-title {
    margin: 20px 0 0 0;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_14);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

.wallcano-page .wc-collection-detail-hero-section {
    background-color: var(--bg_color_3);
}

.wallcano-page .wc-collection-detail-swiper {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    background-color: var(--bg_color_2);
}

.wallcano-page .wc-collection-detail-slide {
    height: 100%;
}

.wallcano-page .wc-collection-detail-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wallcano-page .wc-collection-detail-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(19, 19, 21, 0.02) 0%, rgba(19, 19, 21, 0.08) 48%, rgba(19, 19, 21, 0.52) 100%);
}

.wallcano-page .wc-collection-detail-category-title {
    position: absolute;
    left: 52px;
    bottom: 34px;
    z-index: 3;
    margin: 0;
    color: var(--text_color_2);
    font-family: var(--beatrice_trial_semibold);
    font-size: var(--fs_32);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.32px;
}

.wallcano-page .wc-collection-detail-pagination {
    left: auto !important;
    right: 52px !important;
    bottom: 32px !important;
    width: auto !important;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 5px;
}

.wallcano-page .wc-collection-detail-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background-color: rgba(255, 255, 255, 0.48);
    opacity: 1;
}

.wallcano-page .wc-collection-detail-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 8px;
    background-color: var(--text_color_1);
    border-radius: 10px;
}

.wallcano-page .wc-collection-detail-content-section {
    background-color: var(--bg_color_3);
    padding: 92px 0 104px;
}

.wallcano-page .wc-collection-detail-intro-row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 28px;
    margin-bottom: 82px;
}

.wallcano-page .wc-collection-detail-intro-copy {
    max-width: 690px;
}

.wallcano-page .wc-collection-detail-title {
    margin: 0 0 18px;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_32);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.32px;
}

.wallcano-page .wc-collection-detail-title span {
    font-family: var(--beatrice_trial_regular);
    color: var(--text_color_1);
    font-style: italic;
}

.wallcano-page .wc-collection-detail-desc {
    max-width: 600px;
    margin: 0;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_14);
    line-height: 1.5;
    letter-spacing: -0.18px;
}

.wallcano-page .wc-collection-detail-button-box {
    display: flex;
    justify-content: flex-end;
}

.wallcano-page .wc-collection-detail-catalog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 10px 28px;
    border: 1px solid rgba(19, 19, 21, 0.42);
    color: var(--text_color_4);
    background-color: transparent;
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_14);
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.wallcano-page .wc-collection-detail-catalog-btn:hover {
    background-color: var(--bg_color_2);
    border-color: var(--bg_color_2);
    color: var(--text_color_4);
}

.wallcano-page .wc-collection-detail-product-row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 42px;
}

.wallcano-page .wc-collection-detail-product-card {
    display: flex;
    flex-direction: column;
}

.wallcano-page .wc-collection-detail-product-link {
    display: block;
    overflow: hidden;
    text-decoration: none;
    background-color: var(--bg_color_1);
}

.wallcano-page .wc-collection-detail-product-image {
    display: block;
    aspect-ratio: 1/1;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
}

.wallcano-page .wc-collection-detail-product-title {
    margin: 20px 0 0 0;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_medium);
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

.wallcano-page .wc-project-page-hero-section {
    background-color: var(--bg_color_3);
}

.wallcano-page .wc-project-page-heading-box {
    padding: 40px 0 30px 0;
}

.wallcano-page .wc-project-page-heading {
    margin: 0;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_32);
    line-height: 1;
    letter-spacing: -0.32px;
}

.wallcano-page .wc-project-page-heading span {
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_regular);
    font-style: italic;
}

.wallcano-page .wc-project-page-hero-media {
    width: 100%;
    height: 830px;
    overflow: hidden;
    background-color: var(--bg_color_2);
}

.wallcano-page .wc-project-page-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wallcano-page .wc-project-showcase-section {
    background-color: var(--bg_color_3);
    padding: 70px 0 70px 0;
}

.wallcano-page .wc-project-showcase-section .wc-fluid {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.wallcano-page .wc-project-showcase-row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}

.wallcano-page .wc-project-showcase-row-second {
    margin-top: 68px;
}

.wallcano-page .wc-project-showcase-image-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.wallcano-page .wc-project-showcase-image-box-left {
    margin-left: 0;
}

.wallcano-page .wc-project-showcase-image-box-right {
    margin-left: auto;
    margin-right: 0;
}

.wallcano-page .wc-project-showcase-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wallcano-page .wc-project-showcase-main-image {
    position: absolute;
    left: 28px;
    top: 28px;
    z-index: 2;
    width: calc(100% - 56px);
    height: calc(100% - 56px);
    object-fit: cover;
    object-position: center;
}

.wallcano-page .wc-project-showcase-content {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.wallcano-page .wc-project-showcase-content-right {
    margin-left: 24px;
}

.wallcano-page .wc-project-showcase-content-left {
    margin-left: 68px;
}

.wallcano-page .wc-project-showcase-title {
    margin: 0 0 8px 0;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_18);
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.wallcano-page .wc-project-showcase-subtitle {
    margin: 0 0 14px 0;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_14);
    line-height: 1.3;
}

.wallcano-page .wc-project-showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--text_color_4);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_14);
    line-height: 1;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}

.wallcano-page .wc-project-showcase-link svg {
    height: 14px;
    width: 14px;
}

.wallcano-page .wc-project-showcase-link:hover {
    gap: 9px;
    color: var(--text_color_1);
}

.wallcano-page .wc-project-showcase-link span {
    font-size: var(--fs_14);
    line-height: 1;
}

.wallcano-page .wc-contact-page-section {
    min-height: calc(100vh - 72px);
    background-image: url("../images/contactbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 44px 0;
    display: flex;
    align-items: center;
}

.wallcano-page .wc-contact-page-section .wc-fluid {
    width: 100%;
}

.wallcano-page .wc-contact-page-row {
    --bs-gutter-y: 30px;
}

.wallcano-page .wc-contact-card {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    background-color: var(--bg_color_1);
    padding: 28px 28px 34px;
}

.wallcano-page .wc-contact-head {
    margin-bottom: 18px;
}

.wallcano-page .wc-contact-title {
    margin: 0 0 10px;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_24);
    line-height: 1.1;
    letter-spacing: -0.4px;
}

.wallcano-page .wc-contact-description {
    max-width: 660px;
    margin: 0;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_12);
    line-height: 1.45;
}

.wallcano-page .wc-contact-form {
    width: 100%;
}

.wallcano-page .wc-contact-form-row {
    --bs-gutter-x: 12px;
}

.wallcano-page .wc-contact-form-group {
    margin-bottom: 12px;
}

.wallcano-page .wc-contact-input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(19, 19, 21, 0.16);
    background-color: var(--bg_color_1);
    color: var(--text_color_1);
    padding: 0 12px;
    outline: none;
    border-radius: 0;
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_12);
    line-height: 1;
    transition: border-color 0.3s ease;
}

.wallcano-page .wc-contact-input::placeholder {
    color: var(--text_color_3);
}

.wallcano-page .wc-contact-input:focus {
    border-color: var(--text_color_4);
}

.wallcano-page .wc-contact-select {
    appearance: auto;
    color: var(--text_color_3);
}

.wallcano-page .wc-contact-textarea {
    height: 100px;
    resize: none;
    padding-top: 13px;
}

.wallcano-page .wc-contact-info-area {
    padding-top: 6px;
}

.wallcano-page .wc-contact-info-item {
    margin-bottom: 14px;
}

.wallcano-page .wc-contact-info-label {
    margin: 0 0 4px;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_12);
    line-height: 1;
}

.wallcano-page .wc-contact-info-link {
    display: inline-flex;
    color: var(--text_color_1);
    text-decoration: none;
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_12);
    line-height: 1.2;
}

.wallcano-page .wc-contact-info-link:hover {
    color: var(--text_color_4);
}

.wallcano-page .wc-contact-address {
    margin: 8px 0 0 0;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_12);
    line-height: 1.4;
}

.wallcano-page .wc-contact-map-box {
    width: 100%;
    height: 168px;
    overflow: hidden;
    background-color: #f2f2f2;
    border: 1px solid rgba(19, 19, 21, 0.06);
}

.wallcano-page .wc-contact-map {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}















.wallcano-page .wc-about-page-section {
    position: relative;
    background-image: url(../images/aboutbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 74px 0 96px;
    overflow: hidden;
}

.wallcano-page .wc-about-page-wrap {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.wallcano-page .wc-about-page-title {
    margin: 0 0 34px;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_32);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.6px;
}

.wallcano-page .wc-about-page-main-img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 72px;
}

.wallcano-page .wc-about-page-content {
    max-width: 600px;
    margin: 0 auto;
}

.wallcano-page .wc-about-page-content p {
    margin: 0 0 40px 0;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_16);
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.18px;
}

.wallcano-page .wc-about-page-content strong {
    font-family: var(--beatrice_trial_semibold);
    font-weight: 600;
}

.wallcano-page .wc-about-page-content em {
    font-style: italic;
}

.wallcano-page .wc-about-sign {
    margin-top: 8px;
    margin-bottom: 0 !important;
    font-style: italic;
}

.wallcano-page .wc-about-pillar {
    position: absolute;
    top: 42%;
    width: 260px;
    z-index: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.wallcano-page .wc-about-pillar-left {
    left: 0;
}

.wallcano-page .wc-about-pillar-right {
    right: 0;
}

.wallcano-page .wc-trade-page-section {
    min-height: calc(100vh - 72px);
    background-image: url("../images/tradecustomerbg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 54px 0 72px;
    display: flex;
    align-items: center;
}

.wallcano-page .wc-trade-page-section .wc-fluid {
    width: 100%;
}

.wallcano-page .wc-trade-page-row {
    --bs-gutter-y: 30px;
}

.wallcano-page .wc-trade-card {
    width: 100%;
    max-width: 820px;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.96);
    padding: 32px 32px 36px;
    box-shadow: 0 24px 70px rgba(19, 19, 21, 0.12);
    backdrop-filter: blur(10px);
}

.wallcano-page .wc-trade-head {
    margin-bottom: 22px;
}

.wallcano-page .wc-trade-eyebrow {
    margin: 0 0 10px;
    color: var(--text_color_4);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_12);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.wallcano-page .wc-trade-title {
    margin: 0 0 10px;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_28);
    line-height: 1.1;
    letter-spacing: -0.4px;
}

.wallcano-page .wc-trade-description {
    max-width: 680px;
    margin: 0;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_13, 13px);
    line-height: 1.5;
}

.wallcano-page .wc-trade-form {
    width: 100%;
}

.wallcano-page .wc-trade-form-row {
    --bs-gutter-x: 12px;
}

.wallcano-page .wc-trade-form-group {
    margin-bottom: 12px;
}

.wallcano-page .wc-trade-input {
    width: 100%;
    height: 42px;
    border: 1px solid rgba(19, 19, 21, 0.16);
    background-color: var(--bg_color_1);
    color: var(--text_color_1);
    padding: 0 13px;
    outline: none;
    border-radius: 0;
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_12);
    line-height: 1;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wallcano-page .wc-trade-input::placeholder {
    color: var(--text_color_3);
}

.wallcano-page .wc-trade-input:focus {
    border-color: var(--text_color_4);
    box-shadow: 0 0 0 3px rgba(218, 171, 109, 0.12);
}

.wallcano-page .wc-trade-select {
    appearance: auto;
    color: var(--text_color_3);
}

.wallcano-page .wc-trade-address {
    height: 76px;
    resize: none;
    padding-top: 13px;
    line-height: 1.4;
}

.wallcano-page .wc-trade-textarea {
    height: 112px;
    resize: none;
    padding-top: 13px;
    line-height: 1.4;
}

.wallcano-page .wc-trade-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 0;
    padding: 12px 30px;
    background-color: var(--bg_color_2);
    color: var(--text_color_4);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_14);
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.wallcano-page .wc-trade-submit:hover {
    background-color: var(--text_color_4);
    color: var(--text_color_1);
    transform: translateY(-2px);
}





























.wallcano-page .wc-policy-page-section {
    background-color: var(--bg_color_3);
    padding: 72px 0 110px;
    min-height: calc(100vh - 72px);
}

.wallcano-page .wc-policy-hero {
    max-width: 980px;
    margin: 0 auto 54px;
    text-align: center;
}

.wallcano-page .wc-policy-eyebrow {
    margin: 0 0 14px;
    color: var(--text_color_4);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_12);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.wallcano-page .wc-policy-title {
    margin: 0;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_40);
    line-height: 1.12;
    letter-spacing: -0.6px;
}

.wallcano-page .wc-policy-subtitle {
    max-width: 700px;
    margin: 18px auto 0;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_16);
    line-height: 1.55;
    letter-spacing: -0.18px;
}

.wallcano-page .wc-policy-layout-row {
    --bs-gutter-x: 34px;
    --bs-gutter-y: 34px;
}

.wallcano-page .wc-policy-sidebar-wrap,
.wallcano-page .wc-policy-content-wrap {
    display: flex;
    flex-direction: column;
}

.wallcano-page .wc-policy-sidebar {
    position: sticky;
    top: calc(var(--wc-header-height) + 28px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: var(--bg_color_1);
    border: 1px solid rgba(19, 19, 21, 0.08);
    padding: 24px;
    box-shadow: 0 18px 50px rgba(19, 19, 21, 0.05);
}

.wallcano-page .wc-policy-sidebar-title {
    margin: 0 0 22px;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_14);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

.wallcano-page .wc-policy-info-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wallcano-page .wc-policy-info-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
    border-top: 1px solid rgba(19, 19, 21, 0.08);
}

.wallcano-page .wc-policy-info-item span {
    display: block;
    margin-bottom: 8px;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_12);
    line-height: 1;
    text-transform: uppercase;
}

.wallcano-page .wc-policy-info-item strong,
.wallcano-page .wc-policy-info-item a {
    display: inline-flex;
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_medium);
    font-size: var(--fs_14);
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    word-break: break-word;
}

.wallcano-page .wc-policy-info-item a:hover {
    color: var(--text_color_4);
}

.wallcano-page .wc-policy-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--bg_color_1);
    border: 1px solid rgba(19, 19, 21, 0.08);
    padding: 52px 58px;
    box-shadow: 0 20px 70px rgba(19, 19, 21, 0.06);
}

.wallcano-page .wc-policy-content {
    width: 100%;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_15);
    line-height: 1.75;
    letter-spacing: -0.12px;
}

.wallcano-page .wc-policy-content>*:first-child {
    margin-top: 0;
}

.wallcano-page .wc-policy-content>*:last-child {
    margin-bottom: 0;
}

.wallcano-page .wc-policy-content h1,
.wallcano-page .wc-policy-content h2,
.wallcano-page .wc-policy-content h3,
.wallcano-page .wc-policy-content h4,
.wallcano-page .wc-policy-content h5,
.wallcano-page .wc-policy-content h6 {
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_medium);
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -0.32px;
}

.wallcano-page .wc-policy-content h1 {
    margin: 0 0 22px;
    font-size: var(--fs_32);
}

.wallcano-page .wc-policy-content h2 {
    margin: 38px 0 14px;
    font-size: var(--fs_22);
}

.wallcano-page .wc-policy-content h3 {
    margin: 30px 0 12px;
    font-size: var(--fs_18);
}

.wallcano-page .wc-policy-content h4,
.wallcano-page .wc-policy-content h5,
.wallcano-page .wc-policy-content h6 {
    margin: 24px 0 10px;
    font-size: var(--fs_16);
}

.wallcano-page .wc-policy-content p {
    margin: 0 0 18px;
    color: var(--text_color_3);
    font-family: var(--beatrice_trial_regular);
    font-size: var(--fs_15);
    line-height: 1.75;
}

.wallcano-page .wc-policy-content a {
    color: var(--text_color_4);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.wallcano-page .wc-policy-content a:hover {
    color: var(--text_color_1);
}

.wallcano-page .wc-policy-content ul,
.wallcano-page .wc-policy-content ol {
    margin: 0 0 22px;
    padding-left: 22px;
}

.wallcano-page .wc-policy-content li {
    margin-bottom: 10px;
    color: var(--text_color_3);
    font-size: var(--fs_15);
    line-height: 1.7;
}

.wallcano-page .wc-policy-content blockquote {
    margin: 28px 0;
    padding: 22px 26px;
    border-left: 3px solid var(--text_color_4);
    background-color: var(--bg_color_3);
    color: var(--text_color_1);
    font-style: italic;
}

.wallcano-page .wc-policy-content table {
    width: 100%;
    margin: 28px 0;
    border-collapse: collapse;
    overflow: hidden;
}

.wallcano-page .wc-policy-content table th,
.wallcano-page .wc-policy-content table td {
    border: 1px solid rgba(19, 19, 21, 0.12);
    padding: 13px 14px;
    color: var(--text_color_3);
    font-size: var(--fs_14);
    line-height: 1.5;
    vertical-align: top;
}

.wallcano-page .wc-policy-content table th {
    background-color: var(--bg_color_3);
    color: var(--text_color_1);
    font-family: var(--beatrice_trial_medium);
    font-weight: 500;
}

.wallcano-page .wc-policy-content img {
    max-width: 100%;
    height: auto;
    margin: 24px 0;
}

.wallcano-page .wc-policy-content hr {
    margin: 34px 0;
    border: 0;
    border-top: 1px solid rgba(19, 19, 21, 0.12);
    opacity: 1;
}

@media (max-width: 1200px) {
    .wallcano-page .wc-policy-layout-row {
        --bs-gutter-x: 26px;
    }

    .wallcano-page .wc-policy-card {
        padding: 46px 44px;
    }
}

@media (max-width: 992px) {
    .wallcano-page .wc-policy-page-section {
        padding: 58px 0 86px;
    }

    .wallcano-page .wc-policy-title {
        font-size: var(--fs_32);
    }

    .wallcano-page .wc-policy-sidebar {
        position: relative;
        top: auto;
    }

    .wallcano-page .wc-policy-info-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .wallcano-page .wc-policy-info-item {
        flex: 1 1 33.333%;
        padding-right: 16px;
    }
}

@media (max-width: 768px) {
    .wallcano-page .wc-policy-page-section {
        padding: 48px 0 72px;
    }

    .wallcano-page .wc-policy-hero {
        margin-bottom: 36px;
        text-align: left;
    }

    .wallcano-page .wc-policy-title {
        font-size: var(--fs_28);
    }

    .wallcano-page .wc-policy-subtitle {
        font-size: var(--fs_14);
    }

    .wallcano-page .wc-policy-sidebar {
        padding: 20px;
    }

    .wallcano-page .wc-policy-info-list {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .wallcano-page .wc-policy-info-item {
        flex: 0 0 auto;
        width: 100%;
        padding-right: 0;
    }

    .wallcano-page .wc-policy-card {
        padding: 32px 24px;
    }

    .wallcano-page .wc-policy-content h1 {
        font-size: var(--fs_24);
    }

    .wallcano-page .wc-policy-content h2 {
        font-size: var(--fs_20);
    }

    .wallcano-page .wc-policy-content p,
    .wallcano-page .wc-policy-content li {
        font-size: var(--fs_14);
    }
}

@media (max-width: 576px) {
    .wallcano-page .wc-policy-page-section {
        padding: 38px 0 58px;
    }

    .wallcano-page .wc-policy-title {
        font-size: var(--fs_24);
    }

    .wallcano-page .wc-policy-card {
        padding: 26px 18px;
    }

    .wallcano-page .wc-policy-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}




































.wallcano-page .wc-collection-detail-product-row {
    overflow: visible;
}

.wallcano-page .wc-collection-detail-product-row>div {
    overflow: visible;
}

.wallcano-page .wc-collection-detail-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible;
    z-index: 1;
}

.wallcano-page .wc-collection-detail-product-card:hover {
    z-index: 20;
}

.wallcano-page .wc-product-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    z-index: 30;
    width: calc(100% - 16px);
    min-height: 42px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #131315;
    color: #131315;
    font-family: var(--beatrice_trial_semibold);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease;
}

.wallcano-page .wc-product-tooltip::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border-right: 1px solid #131315;
    border-bottom: 1px solid #131315;
    transform: translateX(-50%) rotate(45deg);
}

.wallcano-page .wc-product-tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 17px;
    height: 0px;
    background-color: #ffffff;
    transform: translateX(-50%);
}

.wallcano-page .wc-collection-detail-product-card:hover .wc-product-tooltip,
.wallcano-page .wc-collection-detail-product-card:focus-within .wc-product-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

@media (hover: none) and (pointer: coarse) {
    .wallcano-page .wc-product-tooltip {
        display: none;
    }
}

.tooltip_text_part {
    display: none;
}

@media (max-width: 992px) {
    .tooltip_text_part {
        display: block;
        position: static;
        width: 100%;
        margin-top: 10px;
        padding: 8px 12px;
        background: #f5f5f5;
        color: #111;
        visibility: visible;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .tooltip_text_part p {
        margin: 0;
        color: inherit;
        font-size: 12px;
        line-height: 1.4;
    }
}