.product-dyna {
    padding-bottom: 1rem;
    padding-top: 3rem;
}

.product-title {
    font-size: 40px;
    font-weight: 700;
}

.product-category {
    font-weight: 700;
}

.product-description {
    font-size: 20px;
    line-height: 1.8;
    color: #555;
}

.product-image-card {
    border-radius: 20px;
    background-color: #F6F7F6;
    overflow: hidden;
    height: 355px;
    text-align: center;
}

.product-image-card img {
    height: 100%;
    object-fit: cover;
}

.size-wrapper h5 {
    font-weight: 700;
}

.size-badge {
    border: 1.5px solid #EF1C25;
    color: #EF1C25;
    border-radius: 12px;
    padding: 6px 8px;
    font-weight: 500;
    font-size: 14px;
}

/* Accordion */

.accordion-item {
    border: none;
    border-radius: 8px !important;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.accordion-button {
    color: var(--bs-accent);
    font-size: 20px;
    font-weight: 700;
    background: white;
    padding: 16px;
}

.accordion-button:not(.collapsed) {
    background: white;
    color: #24186A;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 0 30px 30px;
    font-size: 18px;
    line-height: 1.9;
}