/* 
    Created on : 2025年9月16日, 下午12:32:26
    Author     : WishGo FT Shine
*/

.text-vertical.p-4{
    width: 100%;
    height: 135px;
    writing-mode:unset;
    position: absolute;
    bottom: 0;
}

.text-vertical.p-4 h2:before{
    content: '';
}


.lqd-pf-item-style-4 h2, .lqd-pf-item-style-4 .ftds-category-list {
    transition-delay: .15s;
    text-shadow: 1px 1px 1px #000000;
}
.lqd-pf-item-style-4 h2, .lqd-pf-item-style-4 .ftds-category-list, .lqd-pf-item-style-4 p {
    transform: translateX(-25px);
    opacity: 0;
    transition: transform .65s,opacity .65s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.lqd-pf-item-style-4:hover h2, .lqd-pf-item-style-4:hover .ftds-category-list {
    opacity: 1;
    transform: translateX(0);
}

.is-selected .lqd-pf-item-style-4 h2, .is-selected .lqd-pf-item-style-4 {
    transition-delay: .6s;
}
.is-selected .lqd-pf-item-style-4 h2, .is-selected .lqd-pf-item-style-4 .ftds-category-list, .is-selected .lqd-pf-item-style-4 p, .lqd-pf-item-style-4:hover h2, .lqd-pf-item-style-4:hover p {
    opacity: 1;
    transform: translateX(0);
}

.ftds-category-list:before{
    content: '|';
    margin-right: 0.35em;
}

.flickity-button{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}