/*
Theme Name: Poize Child
Theme URI: https://preview.wolfthemes.store/poize/landing/
Description: Poize Child theme
Author: WolfThemes
Author URI: https://wolfthemes.com
Template: poize
Version: 1.0.0
*/

/* Caviar Dreams */
@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreams.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreams_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreams_Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreams_BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Kenyan Coffee */
@font-face {
    font-family: 'Kenyan Coffee';
    src: url('fonts/kenyan%20coffee%20rg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kenyan Coffee';
    src: url('fonts/kenyan%20coffee%20bd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kenyan Coffee';
    src: url('fonts/kenyan%20coffee%20rg%20it.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Kenyan Coffee';
    src: url('fonts/kenyan%20coffee%20bd%20it.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Pass Culture button */
.pass-culture-button .wolf-core-button {
    background:
        url('assets/pass-culture.png') right 14px center / 29px 29px no-repeat,
        linear-gradient(90deg, #7A3FD1 0%, #FF0A7D 100%) !important;
    padding-right: 56px !important;
}
.pass-culture-button .wolf-core-button::after {
    background: #FFFFFF !important;
}
/* Icône hover via ::before, z-index au-dessus de ::after */
.pass-culture-button .wolf-core-button::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background: url('assets/pass-culture-hover.png') center / 29px 29px no-repeat;
    opacity: 0;
    transition: opacity .4s var(--ease);
    z-index: 1;
    pointer-events: none;
}
.pass-culture-button .wolf-core-button:hover::before {
    opacity: 1;
}
.pass-culture-button .wolf-core-button:hover {
    background:
        url('assets/pass-culture.png') right 14px center / 29px 29px no-repeat,
        #FFFFFF !important;
}

/* Scrollable horizontal row */
.eskape-scrollable,
.eskape-scrollable-tiktoks {
    cursor: grab;
}
.eskape-scrollable:active,
.eskape-scrollable-tiktoks:active {
    cursor: grabbing;
}
.eskape-scrollable,
.eskape-scrollable-tiktoks {
    --overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.eskape-scrollable::-webkit-scrollbar,
.eskape-scrollable-tiktoks::-webkit-scrollbar {
    display: none;
}
.eskape-scrollable > .e-con-inner {
    flex-wrap: nowrap !important;
    width: max-content !important;
    max-width: none !important;
    min-width: 100% !important;
}
.eskape-scrollable-tiktoks {
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    --overflow: auto !important;
    overflow-x: auto !important;
}
@media (min-width: 1400px) {
    .eskape-scrollable-tiktoks {
        justify-content: center !important;
    }
}
.eskape-scrollable > .e-con-inner > .e-con,
.eskape-scrollable > .e-con > .e-con,
.eskape-scrollable-tiktoks > .e-con {
    flex-shrink: 0 !important;
    --overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

/* TikTok embeds */
.eskape-scrollable-tiktoks > .e-con,
.eskape-scrollable-tiktoks > .e-con-full {
    --width: 325px !important;
    width: 325px !important;
    min-width: 325px !important;
    max-width: 325px !important;
    flex: 0 0 325px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}
.eskape-scrollable-tiktoks .elementor-widget-container {
    overflow: hidden !important;
    border-radius: 16px !important;
}
.eskape-scrollable-tiktoks iframe {
    display: block;
    width: 325px !important;
    height: 570px !important;
    margin-top: -4px !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}
