/* Minification failed. Returning unminified contents.
(24,11): run-time error CSS1035: Expected colon, found '['
 */
.flex-product-detail-archived{
    display: flex;
    width: 100%;

}

.flex-product-detail-archived > h1{
    margin: 25px;
    padding: 25px;
    border: 1px solid #e02222;
    color: #e02222;
    text-align: center;
    width: inherit;
}
.pagination-container {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    gap: 5px;

    button[disabled] {
        cursor: default;
        color: #a8a8a8;
    }

    button {
        all: unset;
        cursor: pointer;
    }
    button.previous::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f060";
    }
    button.next::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f061";
    }
}
