.petur-variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

/* fela dropdownið alveg */
.petur-variation-buttons .petur-variation-select {
    display: none !important;
}

/* grunnútlit takka */
.petur-variation-button {
    display: flex;
    align-items: center;
    justify-content: center;

    border: 3px solid #111;
    padding: 0 32px;
    height: 60px;
    min-width: 140px;
    border-radius: 999px;

    background: #fff;
    color: #111;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;

    cursor: pointer;
    box-sizing: border-box;
    line-height: 1;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.1s ease, box-shadow 0.1s ease;
}

.petur-variation-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
}

/* valinn takki = BLÁR */
.petur-variation-button.petur-is-selected {
    background: #6EC1E4;
    border-color: #6EC1E4;
    color: #ffffff;
}
