/* Styles additionnels pour QRWEAR Collections */
.story {
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.4s cubic-bezier(0.4,0,0.2,1);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.story.show {
    max-height: 300px;
    opacity: 1;
}

.glow-text {
    text-shadow: 0 0 10px rgba(216, 180, 254, 0.7), 0 0 20px rgba(216, 180, 254, 0.5);
}
