.old-price {
    color: #8a8a8a;
    font-weight: 500;
    font-size: 1rem;
    margin-right: 0.5rem;
}

.old-price-del {
    text-decoration-line: line-through;
    text-decoration-color: #ff4d4d;
    text-decoration-thickness: 2px;
}

.discount-percentage {
    color: #ff6a00;
    font-weight: 700;
    font-size: 1.05rem;
    margin-right: 0.75rem;
}

.price {
    font-weight: 800;
    font-size: 1.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.break-long-word {
    word-break: break-word;
}

.content ul {
    list-style: none;
    margin-left: 1em;
}

.card {
    min-width: 250px;
    height: 100%;
    border: 3px solid black;
    border-radius: 1rem;
    box-shadow: 6px 6px 0 #4a4a4a;
    background-color: #fffef5;
    transform: scale(1);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    overflow: hidden;
}

.card:hover {
    box-shadow: 6px 6px 0 #f49500;
    transform: scale(1.015);
}

.card-header-title {
    color: white;
    background-color: black;
}

.card-image {
    margin-top: -1px;
    padding: 0.25rem;
    background-color: black;
}

.checkout-modal__overlay {
    background: rgb(0 0 0 / 80%);
}

.clickable-image {
    cursor: pointer;
}

.dotted_link {
    color: inherit;
    text-decoration: underline dotted;
    text-underline-offset: 5px;
}

.sticker-number {
    display: inline-block;
    background-color: #f9a826;
    color: #363636;
    padding: 0.2em 0.6em;
    border-radius: 1em;
    font-size: 1rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    margin-right: 0.3em;
    vertical-align: middle;
}

#card-advanced {
    margin-top: -5px;
}

@media (max-width: 768px) {
    .columns.is-reversed {
        flex-direction: column-reverse;
        display: flex;
    }
}
